public class CodegenJ extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CodegenJ.DBusValidationEventHandler |
| Modifier and Type | Field and Description |
|---|---|
CodeGenerationProcessing |
initHelper |
| Constructor and Description |
|---|
CodegenJ() |
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBlockHandler |
findProcessing(String processingObjectiveClassName) |
void |
generateCode(Node node,
Node parent)
Major code generation flow.
|
static CodegenJ |
getInstance() |
static void |
main(String[] args) |
String |
parseOptions(String[] args) |
Node |
parseXML(String xmlfile) |
void |
run(String[] args) |
public final CodeGenerationProcessing initHelper
public static void main(String[] args)
public void run(String[] args)
public String parseOptions(String[] args) throws FileNotFoundException
FileNotFoundExceptionpublic Node parseXML(String xmlfile) throws JAXBException, SAXException, XMLStreamException, FileNotFoundException
public static CodegenJ getInstance()
public ObjectiveBlockHandler findProcessing(String processingObjectiveClassName)
Copyright © 2016 Oliver Rode. All rights reserved.