|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.AjcLauncher
public class AjcLauncher
Class used to call the ajc compiler of Aspectj
Field Summary | |
---|---|
java.lang.String[] |
_params
The parameters passed to the compiler |
Constructor Summary | |
---|---|
AjcLauncher(java.lang.String[] params)
Stanadard constructor of the class; |
Method Summary | |
---|---|
static int |
ajc(java.lang.String[] args)
Static method used to call the compiler ajc. |
int |
launchAjc()
Method used to call ajc. |
static void |
main(java.lang.String[] args)
Main used to test the class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String[] _params
Constructor Detail |
---|
public AjcLauncher(java.lang.String[] params)
params
- The parameters passed to the ajc compilerMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- the parameters to pass to the ajc compilerpublic static int ajc(java.lang.String[] args)
args
- List of the parameters.
public int launchAjc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |