|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jboss.jca.validator.ant.ValidatorTask
public class ValidatorTask

A ValidatorTask.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
ValidatorTask()
Constructor |
|
| Method Summary | |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Add a path to the classpath. |
void |
execute()
Execute |
org.apache.tools.ant.types.CommandlineJava |
getCommandLine()
Accessor to the command line. |
String |
getOutputDir()
Get the output directory. |
String |
getRarFile()
Get the rarFile. |
void |
setClasspath(org.apache.tools.ant.types.Path s)
Set the classpath to be used when running the Java class. |
void |
setOutputDir(String outputDir)
Set the output directory. |
void |
setRarFile(String rarFile)
Set the rarFile. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, 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 |
| Constructor Detail |
|---|
public ValidatorTask()
| Method Detail |
|---|
public String getOutputDir()
public void setOutputDir(String outputDir)
outputDir - The outputDir to set.public String getRarFile()
public void setRarFile(String rarFile)
rarFile - The rarFile to set.public void setClasspath(org.apache.tools.ant.types.Path s)
s - an Ant Path object containing the classpath.public org.apache.tools.ant.types.Path createClasspath()
public org.apache.tools.ant.types.CommandlineJava getCommandLine()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - If the build fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||