CastorCodeGenTask instead.public final class XSDCompiler
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
XSDCompiler()
Deprecated.
Creates a new XSDCompiler Task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Deprecated.
Executes the task.
|
void |
setDestdir(String dirName)
Deprecated.
Set the destination directory into which the Java sources should be copied to.
|
void |
setForce(boolean force)
Deprecated.
Set overwriting existing files.
|
void |
setLineseperator(String lineSep)
Deprecated.
Set the line separator.
|
void |
setPackage(String pkgName)
Deprecated.
Set the target package name.
|
void |
setSchema(String schema)
Deprecated.
Set the schema file name.
|
void |
setTypefactory(String typeFactory)
Deprecated.
Set the type factory.
|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic void setSchema(String schema)
schema - The schema to be used for code generation.public void setPackage(String pkgName)
pkgName - The target package name.public void setLineseperator(String lineSep)
lineSep - The line seperator to use for this platform.public void setForce(boolean force)
force - If true, existing files will be silently overwritten and non-fatal
warnings will be ignoredpublic void setTypefactory(String typeFactory)
typeFactory - Name of the custom type factory class for collections.public void setDestdir(String dirName)
dirName - The name of the destination directoryCopyright © 2015. All rights reserved.