|
||||||||||
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.compiler.AspectWerkzCTask
public class AspectWerkzCTask
AspectWerkzC offline Ant task. Use the following parameters to configure the task:
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 | |
---|---|
AspectWerkzCTask()
|
Method Summary | |
---|---|
org.apache.tools.ant.types.Path |
createClasspath()
|
org.apache.tools.ant.types.Path |
createTarget()
|
org.apache.tools.ant.types.Path |
createTargetpath()
|
void |
execute()
|
void |
setAspectModels(String aspectModels)
aspectmodels=.. |
void |
setBackupdir(File backupDir)
backupdir=.. |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
|
void |
setDefinition(File defFile)
definition=.. |
void |
setDetails(boolean details)
details=.. |
void |
setGenjp(boolean genjp)
genjp=.. |
void |
setPreprocessor(String preprocessorFqn)
preprocessor=.. |
void |
setTargetdir(org.apache.tools.ant.types.Path srcDir)
|
void |
setTargetpath(org.apache.tools.ant.types.Path targetpath)
|
void |
setTargetpathRef(org.apache.tools.ant.types.Reference r)
|
void |
setTaskVerbose(boolean verbose)
compilerverbose=.. |
void |
setVerbose(boolean verbose)
verbose=.. |
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 AspectWerkzCTask()
Method Detail |
---|
public void setDefinition(File defFile)
defFile
- public void setVerbose(boolean verbose)
verbose
- public void setDetails(boolean details)
details
- public void setGenjp(boolean genjp)
genjp
- public void setTaskVerbose(boolean verbose)
verbose
- public void setAspectModels(String aspectModels)
aspectModels
- public org.apache.tools.ant.types.Path createTarget()
public void setTargetdir(org.apache.tools.ant.types.Path srcDir)
public void setTargetpath(org.apache.tools.ant.types.Path targetpath)
public org.apache.tools.ant.types.Path createTargetpath()
public void setTargetpathRef(org.apache.tools.ant.types.Reference r)
public void setBackupdir(File backupDir)
backupDir
- public void setPreprocessor(String preprocessorFqn)
preprocessorFqn
- public void setClasspath(org.apache.tools.ant.types.Path classpath)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |