|
|||||||||||
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.
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 | |
OfflineTransformationTask()
|
Method Summary | |
void |
execute()
Executes the task. |
void |
setAspectWerkzHome(String aspectWerkzHome)
Sets the aspectwerkz home dir. |
void |
setClassesToTransform(String classesToTransform)
Sets the path to the classes to transform. |
void |
setClassPath(String classPath)
The path to the meta-data dir. |
void |
setDefinitionFile(String definitionFile)
Sets the path to the XML definition file. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OfflineTransformationTask()
Method Detail |
public void setAspectWerkzHome(String aspectWerkzHome)
aspectWerkzHome
- the aspectwerkz home dirpublic void setClassesToTransform(String classesToTransform)
classesToTransform
- the path to the classespublic void setDefinitionFile(String definitionFile)
definitionFile
- the path to the XML definition filepublic void setClassPath(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 |