relaxngcc.ant
Class RelaxNGCCTask
java.lang.Object
Task
relaxngcc.ant.RelaxNGCCTask
- public class RelaxNGCCTask
- extends Task
Ant task that invokes RelaxNGCC.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelaxNGCCTask
public RelaxNGCCTask()
execute
public void execute()
throws BuildException
- Throws:
BuildException
setSource
public void setSource(java.lang.String rngFile)
setTargetdir
public void setTargetdir(java.io.File file)
setAutomata
public void setAutomata(java.lang.String dir)
addDepends
public void addDepends(FileSet fs)
- Nested <depends> element.
addProduces
public void addProduces(FileSet fs)
- Nested <produces> element.