Package ball.util.ant.taskdefs
Class XPathEvaluateTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- ball.util.ant.taskdefs.XPathEvaluateTask
-
- All Implemented Interfaces:
AnnotatedAntTask
,AntTaskLogMethods
,AntTaskMixIn
,ClasspathDelegateAntTask
,ConfigurableAntTask
,XalanConstants
,XMLConstants
,Cloneable
@AntTask("xpath-evaluate") public class XPathEvaluateTask extends Task implements AnnotatedAntTask, ClasspathDelegateAntTask, ConfigurableAntTask, XalanConstants
AntTask
to testXPath
expressions.<xpath-evaluate classname="String" classpathref="Reference" description="String" expression="String" file="File" qname="String" tab="int" taskname="String"> <classpath .../> </xpath-evaluate>
- Author:
- Allen D. Ball
-
-
Field Summary
-
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Fields inherited from interface ball.xml.XalanConstants
XALAN_INDENT_AMOUNT
-
Fields inherited from interface ball.xml.XMLConstants
NO, YES
-
-
Constructor Summary
Constructors Constructor Description XPathEvaluateTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Default implementation forTask
subclasses.void
init()
Default implementation forTask
subclasses.void
setQname(String name)
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ball.util.ant.taskdefs.AnnotatedAntTask
getAntTaskName
-
Methods inherited from interface ball.util.ant.taskdefs.AntTaskLogMethods
log, log, log, log, log, log, log, log, log, log, log
-
Methods inherited from interface ball.util.ant.taskdefs.ClasspathDelegateAntTask
createClasspath, delegate, delegate, getClassForName, getClassLoader, setClassname, setClasspathref
-
Methods inherited from interface ball.util.ant.taskdefs.ConfigurableAntTask
configure
-
-
-
-
Constructor Detail
-
XPathEvaluateTask
public XPathEvaluateTask()
-
-
Method Detail
-
setQname
public void setQname(String name) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
init
public void init() throws BuildException
Description copied from interface:ClasspathDelegateAntTask
Default implementation forTask
subclasses.- Specified by:
init
in interfaceClasspathDelegateAntTask
- Specified by:
init
in interfaceConfigurableAntTask
- Overrides:
init
in classTask
- Throws:
BuildException
-
execute
public void execute() throws BuildException
Description copied from interface:AnnotatedAntTask
Default implementation forTask
subclasses. Check attributes annotated withAntTaskAttributeConstraint
. SeeAnnotatedAntTaskConfigurationChecker
.- Specified by:
execute
in interfaceAnnotatedAntTask
- Overrides:
execute
in classTask
- Throws:
BuildException
- If aAntTaskAttributeConstraint.Checker
fails.
-
-