Package relaxngcc.ant
Class RelaxNGCCTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
relaxngcc.ant.RelaxNGCCTask
- All Implemented Interfaces:
Cloneable
public class RelaxNGCCTask
extends org.apache.tools.ant.Task
Ant task that invokes RelaxNGCC.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDepends(org.apache.tools.ant.types.FileSet fs) Nested <depends> element.voidaddProduces(org.apache.tools.ant.types.FileSet fs) Nested <produces> element.voidexecute()voidsetAutomata(String dir) voidvoidsetTargetdir(File file) Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
RelaxNGCCTask
public RelaxNGCCTask()
-
-
Method Details
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
setSource
-
setTargetdir
-
setAutomata
-
addDepends
public void addDepends(org.apache.tools.ant.types.FileSet fs) Nested <depends> element. -
addProduces
public void addProduces(org.apache.tools.ant.types.FileSet fs) Nested <produces> element.
-