public class XSDCompiler
extends org.apache.tools.ant.Task
This task will recursively scan the sourcedir and destdir looking for XML documents to process via XSLT. Any other files, such as images, or html files in the source directory will be copied into the destination directory.
| Constructor and Description |
|---|
XSDCompiler()
Creates a new XSDCompiler Task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the task.
|
void |
setDestdir(java.lang.String dirName)
Set the destination directory into which the Java sources
should be copied to
|
void |
setForce(boolean force)
Set overwriting existing files.
|
void |
setLineseperator(java.lang.String lineSep)
Set the line separator.
|
void |
setPackage(java.lang.String pkgName)
Set the target package name.
|
void |
setSchema(java.lang.String schema)
Set the schema file name.
|
void |
setTypefactory(java.lang.String typeFactory)
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()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void setSchema(java.lang.String schema)
public void setPackage(java.lang.String pkgName)
public void setLineseperator(java.lang.String lineSep)
public void setForce(boolean force)
public void setTypefactory(java.lang.String typeFactory)
public void setDestdir(java.lang.String dirName)
dirName - the name of the destination directoryIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com