Package org.iso_relax.ant
Class JARVTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.iso_relax.ant.JARVTask
- All Implemented Interfaces:
Cloneable
public class JARVTask
extends org.apache.tools.ant.Task
Ant Task that performs XML validation through JARV.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFileset(org.apache.tools.ant.types.FileSet fs) Handles the nested file set.voidexecute()voidHandles the file attribute.voidHandles the schema attribute.voidsetSchemaLanguage(String schemaLanguage) Handles the schemaLanguage attribute.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
-
JARVTask
public JARVTask()
-
-
Method Details
-
setSchema
Handles the schema attribute. -
setSchemaLanguage
Handles the schemaLanguage attribute. -
setFile
Handles the file attribute. -
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet fs) Handles the nested file set. -
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-