|
|||||||||
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.objectweb.dream.adl.ant.CheckAdlTask
public class CheckAdlTask
TODO Add class comment
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
CheckAdlTask()
|
Method Summary | |
---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Creates nested classpath element. |
void |
execute()
|
void |
init()
|
void |
setAdl(String adl)
Sets the adl to check. |
void |
setAdllist(File adlList)
Sets the file name containing the list of adl to check. |
void |
setClasspathref(org.apache.tools.ant.types.Reference r)
Sets classpathref attribute. |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckAdlTask()
Method Detail |
---|
public void init() throws org.apache.tools.ant.BuildException
init
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Task.init()
public void setClasspathref(org.apache.tools.ant.types.Reference r)
r
- classpath reference.public org.apache.tools.ant.types.Path createClasspath()
public void setAdl(String adl)
adl
- the adl to checkpublic void setAdllist(File adlList)
adlList
- the file name of the adl list.public void execute()
execute
in class org.apache.tools.ant.Task
Task.execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |