Class GenerateEntityTypes
java.lang.Object
edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes
GenerateEntityTypes creates source code from SISO enumeration definitions.
Created on Jul 22, 2019 by
MOVES Institute, Naval Postgraduate School (NPS), Monterey California USA https://www.nps.edu
- Version:
- $Id$
- Author:
- Don McGregor, Mike Bailey and Don Brutzman
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
XML handler for recursively reading information and autogenerating code, namely an inner class that handles the SAX parsing of the XML file. -
Constructor Summary
ConstructorsConstructorDescriptionGenerateEntityTypes
(String xmlFile, String outputDir, String packageName) Constructor for GenerateEntityTypes -
Method Summary
-
Constructor Details
-
GenerateEntityTypes
Constructor for GenerateEntityTypes- Parameters:
xmlFile
- sisoXmlFileoutputDir
- outputDirectoryPathpackageName
- key to package name for entity types
-
-
Method Details
-
main
GenerateEntityTypes invocation, passing run-time arguments (if any)- Parameters:
args
- three configuration arguments, if defaults not used
-