Package de.haumacher.msgbuf.generator
Class Generator
java.lang.Object
de.haumacher.msgbuf.generator.Generator
Main entry point to the
msgbuf generator.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voiderror(String message, IOException ex) voidgenerate(GeneratorPlugin plugin) load(DefinitionFile file) load(InputStream in) static voidMain entry point invoked from the command line.static DefinitionFileparse(InputStream in) void
-
Field Details
-
OUTPUT_DIR_ARG
Argument giving the output directory.- See Also:
-
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
setOut
-
load
- Throws:
IOExceptionParseException
-
load
-
load
- Throws:
ParseException
-
parse
- Throws:
ParseException
-
load
-
generate
-
error
-
error
-
main
public static void main(String... args) throws ParseException, IOException, InstantiationException, IllegalAccessException, ClassNotFoundException Main entry point invoked from the command line.
-