public static class GenJavaOutClass.CmdArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
bAll
TODO description
|
java.io.File |
dirJava
Directory where the root of the package path is to write the generated class.java files.
|
java.io.File |
fileInput
The input file which determines the structure.
|
java.io.File |
fileOutStruct
A file which should show the inner syntax structure from fileInput given.
|
java.lang.String |
sJavaClass
Name of the User Java class.
|
java.lang.String |
sJavaPkg
The package where the classes are created into, also determining the path starting from
dirJava . |
Constructor and Description |
---|
CmdArgs() |
public java.io.File fileInput
public java.io.File fileOutStruct
public java.io.File dirJava
public java.lang.String sJavaPkg
dirJava
.
The package dirs should be separated with dot, as in a Java package definition.public java.lang.String sJavaClass
sJavaPkg
.public boolean bAll