public static class Generator.GeneratorOptions extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
flattenClassStructure
Whether to flatten the properties in the class structure
|
boolean |
generateAnnotations
Whether to generate @@Predicate annotations.
|
String |
mavenArtifactId
The artifact identifier for the maven project, if -maven is used
|
String |
mavenParent
If a mavenParent is to be added to the pom.xml, the GAV is put here
|
String |
mavenProject
Whether to create a pom.xml file for the output files
|
String |
mavenVersionNumber
The version number for the maven project, if -maven is used
|
String |
rdfFile
The RDF file to convert
|
boolean |
separateImplementations
Whether to put the implementation files in a separate package
|
boolean |
skipPom
Skip generation of the maven pom
|
String |
targetDirectory
The target directory for the output
|
Constructor and Description |
---|
GeneratorOptions() |
public String targetDirectory
public boolean generateAnnotations
public boolean flattenClassStructure
public boolean separateImplementations
public String mavenProject
public String mavenArtifactId
public String mavenVersionNumber
public String mavenParent
public boolean skipPom
public GeneratorOptions()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException