Method Summary |
|
public Path | createFactoryPath() Add a path to the factoryPath attribute. |
public Option | createOption() Create a nested option. |
public void | execute() Do the compilation. |
public String | getAptExecutable() Get the name of the apt executable. |
public String | getCompiler() Get the compiler class name. |
public String | getFactory() Get the factory option for the apt compiler. |
public Path | getFactoryPath() Get the factory path attribute. |
public Vector | getOptions() Get the options to the compiler. |
public File | getPreprocessDir() Get the preprocessdir attribute. |
public boolean | isCompile() Get the compile option for the apt compiler. |
public void | setCompile(boolean compile) Set the compile option for the apt compiler. |
public void | setCompiler(String compiler) Set the compiler. |
public void | setFactory(String factory) Set the factory option for the apt compiler. |
public void | setFactoryPathRef(Reference ref) Add a reference to a path to the factoryPath attribute. |
public void | setFork(boolean fork) Set the fork attribute.
Non-forking APT is highly classpath dependent and appears to be too
brittle to work. |
public void | setPreprocessDir(File preprocessDir) Set the preprocessdir attribute. |