JaxbPlugin's default settings and and conventions for the
xjc task.
| Type | Name and description |
|---|---|
java.lang.String |
accessExternalSchemaThe value to be used for the JVM System property javax.xml.accessExternalSchema
See JAXP Properties |
java.util.List<java.lang.String> |
argsoptional args argument for xjc task.
|
java.lang.String |
destinationDirDestination directory for the generated output from the xjc task.
|
java.lang.String |
extensionboolean argument for xjc task.
|
java.lang.String |
generatePackage'package' argument for xjc task. |
boolean |
headerboolean argument for xjc task.
|
java.lang.String |
producesDirProduces directory for the generated output from the xjc task.
|
java.lang.String |
removeOldOutputboolean argument for xjc task.
|
java.lang.String |
taskClassnameSpecifies the classname to use for the xjc task. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The value to be used for the JVM System property javax.xml.accessExternalSchema
See JAXP Properties
optional args argument for xjc task.
See jaxb ant task
Destination directory for the generated output from the xjc task.
If the Path is not absolute, then it is assumed to be relative to this
projects root directory.
See jaxb ant task
boolean argument for xjc task.
See jaxb ant task
'package' argument for xjc task. If specified, generated code will be placed under this Java package.
See jaxb ant task
boolean argument for xjc task.
See jaxb ant task
Produces directory for the generated output from the xjc task.
NOT used at any point in this processing. Possible to include sometime.
See jaxb ant task
boolean argument for xjc task.
See jaxb ant task
Specifies the classname to use for the xjc task. If specifiying a custom one, be sure to add it to the configuration classpath.