|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDefaultCompilerAdapter
org.aspectj.tools.ant.taskdefs.compilers.Ajc
public class Ajc
Ajc uses this as the CompilerAdapter. This task was developed by the AspectJ Project
org.aspectj.tools.ant.taskdefs.Ajc| Field Summary | |
|---|---|
static int |
AJC_COMPILER_SUCCESS
The value of a compiler success. |
| Constructor Summary | |
|---|---|
Ajc()
|
|
| Method Summary | |
|---|---|
boolean |
execute()
Checks the command line for arguments allowed only in AJC and disallowed by AJC and then calls the compile() |
protected void |
logAndAddFilesToCompile(Commandline cmd)
Logs the compilation parameters, adds the files to compile and logs the &qout;niceSourceList" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int AJC_COMPILER_SUCCESS
| Constructor Detail |
|---|
public Ajc()
| Method Detail |
|---|
public boolean execute()
throws BuildException
compile() method.
- Returns:
- true if a good compile, false otherwise.
- Throws:
org.apache.tools.ant.BuildException
BuildException
protected void logAndAddFilesToCompile(Commandline cmd)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||