relaxngcc.ant
Class RelaxNGCCTask

java.lang.Object
  extended byTask
      extended byrelaxngcc.ant.RelaxNGCCTask

public class RelaxNGCCTask
extends Task

Ant task that invokes RelaxNGCC.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)
See Also:
Serialized Form

Constructor Summary
RelaxNGCCTask()
           
 
Method Summary
 void addDepends(FileSet fs)
          Nested <depends> element.
 void addProduces(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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelaxNGCCTask

public RelaxNGCCTask()
Method Detail

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.