|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--attrib4j.ant.Attrib4jCompilerAdapter
A first shot at implementing a compiler adapter so that compiling with attributes very easy to invoke from within Ant. This might also be implemented using an an build listener when the javac task finishes.
Constructor Summary | |
Attrib4jCompilerAdapter()
|
Method Summary | |
boolean |
execute()
Run the normal javac task, then extract parameters from the javac task and run the attrib4j task. |
void |
setJavac(org.apache.tools.ant.taskdefs.Javac javac)
Set the Javac task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attrib4jCompilerAdapter()
Method Detail |
public void setJavac(org.apache.tools.ant.taskdefs.Javac javac)
setJavac
in interface org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
CompilerAdapter.setJavac(org.apache.tools.ant.taskdefs.Javac)
public boolean execute() throws org.apache.tools.ant.BuildException
execute
in interface org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
org.apache.tools.ant.BuildException
CompilerAdapter.execute()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |