| com.sun.tools.jxc.AptBasedTask
All known Subclasses: com.sun.tools.jxc.SchemaGenTask,
AptBasedTask | abstract public class AptBasedTask extends Javac (Code) | | Base class for tasks that eventually invoke APT.
author: Kohsuke Kawaguchi |
AptBasedTask | public AptBasedTask()(Code) | | |
compile | protected void compile()(Code) | | |
createFactory | abstract protected AnnotationProcessorFactory createFactory()(Code) | | Creates a facotry that does the actual job.
|
getCompilationMessage | abstract protected String getCompilationMessage()(Code) | | |
getFailedMessage | abstract protected String getFailedMessage()(Code) | | |
setupCommandlineSwitches | abstract protected void setupCommandlineSwitches(Commandline cmd)(Code) | | Implemented by the derived class to set up command line switches passed to Apt.
|
|
|