|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavac
com.sun.tools.jxc.AptBasedTask
public abstract class AptBasedTask
Base class for tasks that eventually invoke APT.
Constructor Summary | |
---|---|
AptBasedTask()
|
Method Summary | |
---|---|
protected void |
compile()
|
protected abstract AnnotationProcessorFactory |
createFactory()
Creates a facotry that does the actual job. |
protected abstract java.lang.String |
getCompilationMessage()
|
protected abstract java.lang.String |
getFailedMessage()
|
protected abstract void |
setupCommandlineSwitches(Commandline cmd)
Implemented by the derived class to set up command line switches passed to Apt. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptBasedTask()
Method Detail |
---|
protected abstract void setupCommandlineSwitches(Commandline cmd)
protected abstract AnnotationProcessorFactory createFactory()
protected void compile()
protected abstract java.lang.String getCompilationMessage()
protected abstract java.lang.String getFailedMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |