|
||||||||||
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.codehaus.aspectwerkz.task.OfflineTransformationTask
OfflineTransformationTask
is an Ant Task that transforms
the a class directory structure recursivly using the AspectWerkz -offline
mode.
Constructor Summary | |
OfflineTransformationTask()
|
Method Summary | |
void |
execute()
Executes the task. |
void |
setAspectWerkzHome(java.lang.String aspectWerkzHome)
Sets the aspectwerkz home dir. |
void |
setClassesToTransform(java.lang.String classesToTransform)
Sets the path to the classes to transform. |
void |
setClassPath(java.lang.String classPath)
The path to the meta-data dir. |
void |
setDefinitionFile(java.lang.String definitionFile)
Sets the path to the XML definition file. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OfflineTransformationTask()
Method Detail |
public void setAspectWerkzHome(java.lang.String aspectWerkzHome)
aspectWerkzHome
- the aspectwerkz home dirpublic void setClassesToTransform(java.lang.String classesToTransform)
classesToTransform
- the path to the classespublic void setDefinitionFile(java.lang.String definitionFile)
definitionFile
- the path to the XML definition filepublic void setClassPath(java.lang.String classPath)
classPath
- the path to the meta-data dirpublic void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |