com.sun.tools.jxc
Class AptBasedTask
java.lang.Object
Javac
com.sun.tools.jxc.AptBasedTask
- Direct Known Subclasses:
- SchemaGenTask
public abstract class AptBasedTask
- extends Javac
Base class for tasks that eventually invoke APT.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AptBasedTask
public AptBasedTask()
setupCommandlineSwitches
protected abstract void setupCommandlineSwitches(Commandline cmd)
- Implemented by the derived class to set up command line switches passed to Apt.
createFactory
protected abstract AnnotationProcessorFactory createFactory()
- Creates a facotry that does the actual job.
compile
protected void compile()
getCompilationMessage
protected abstract String getCompilationMessage()
getFailedMessage
protected abstract String getFailedMessage()
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.