|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.AspectC
Compiles attributes for the aspects. Can be called from the command line.
Field Summary | |
static java.lang.String |
ATTR_AFTER
|
static java.lang.String |
ATTR_AROUND
|
static java.lang.String |
ATTR_ASPECT
|
static java.lang.String |
ATTR_BEFORE
|
static java.lang.String |
ATTR_CALL
|
static java.lang.String |
ATTR_CFLOW
|
static java.lang.String |
ATTR_CLASS
|
static java.lang.String |
ATTR_EXECUTION
|
static java.lang.String |
ATTR_GENERIC_PREFIX
|
static java.lang.String |
ATTR_GET
|
static java.lang.String |
ATTR_IMPLEMENTS
|
static java.lang.String |
ATTR_INTRODUCE
|
static java.lang.String |
ATTR_SET
|
static java.lang.String |
ATTR_THROWS
|
Constructor Summary | |
AspectC()
|
Method Summary | |
void |
compile(java.lang.String sourcePath,
java.lang.String classPath)
Compiles attributes for the aspects. |
void |
compile(java.lang.String sourcePath,
java.lang.String classPath,
java.lang.String destDir)
Compiles attributes for the aspects. |
static void |
main(java.lang.String[] args)
Runs the compiler from the command line. |
void |
setVerbose(boolean verbose)
Set verbose mode. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTR_GENERIC_PREFIX
public static final java.lang.String ATTR_ASPECT
public static final java.lang.String ATTR_EXECUTION
public static final java.lang.String ATTR_CALL
public static final java.lang.String ATTR_CLASS
public static final java.lang.String ATTR_SET
public static final java.lang.String ATTR_GET
public static final java.lang.String ATTR_THROWS
public static final java.lang.String ATTR_CFLOW
public static final java.lang.String ATTR_AROUND
public static final java.lang.String ATTR_BEFORE
public static final java.lang.String ATTR_AFTER
public static final java.lang.String ATTR_INTRODUCE
public static final java.lang.String ATTR_IMPLEMENTS
Constructor Detail |
public AspectC()
Method Detail |
public void setVerbose(boolean verbose)
verbose
- public void compile(java.lang.String sourcePath, java.lang.String classPath)
sourcePath
- the path to the sources to compile attributes forclassPath
- the path to the compiled classes matching the source filespublic void compile(java.lang.String sourcePath, java.lang.String classPath, java.lang.String destDir)
sourcePath
- the path to the sources to compile attributes forclassPath
- the path to the compiled classes matching the source filesdestDir
- the path where to write the compiled aspectspublic static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |