public class RelaxNGCCTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
RelaxNGCCTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDepends(org.apache.tools.ant.types.FileSet fs)
Nested <depends> element.
|
void |
addProduces(org.apache.tools.ant.types.FileSet fs)
Nested <produces> element.
|
void |
execute() |
void |
setAutomata(java.lang.String dir) |
void |
setSource(java.lang.String rngFile) |
void |
setTargetdir(java.io.File file) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, 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 setSource(java.lang.String rngFile)
public void setTargetdir(java.io.File file)
public void setAutomata(java.lang.String dir)
public void addDepends(org.apache.tools.ant.types.FileSet fs)
public void addProduces(org.apache.tools.ant.types.FileSet fs)