org.exolab.castor.tools
public class XSDCompiler extends 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.
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:55 $
Constructor Summary | |
---|---|
XSDCompiler()
Creates a new XSDCompiler Task.
|
Method Summary | |
---|---|
void | execute()
Executes the task.
|
void | setDestdir(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(String lineSep)
Set the line separator.
|
void | setPackage(String pkgName)
Set the target package name.
|
void | setSchema(String schema)
Set the schema file name.
|
void | setTypefactory(String typeFactory)
Set the type factory.
|
Parameters: dirName the name of the destination directory