|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.exolab.castor.tools.XSDCompiler
public class XSDCompiler
A Task to process via XSLT a set of XML documents. This is useful for building views of XML based documentation. arguments:
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.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
XSDCompiler()
Creates a new XSDCompiler Task. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDCompiler()
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public 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 directory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |