|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.apt.core.build.AptBuilder
public class AptBuilder
Commandline entry point for building a workspace using APT. Currently cleans and then builds the entire workspace.
Sample commandline invocation: %ECLIPSE_HOME%/eclipsec -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data %WORKSPACE% This class should not be referenced programmatically by other Java code. This class exists only for the purpose of launching the AptBuilder from the command line. The fields and methods on this class are not API.
Field Summary |
---|
Fields inherited from interface org.eclipse.equinox.app.IApplication |
---|
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART |
Constructor Summary | |
---|---|
AptBuilder()
|
Method Summary | |
---|---|
java.lang.Object |
start(IApplicationContext context)
Runs this runnable with the given application context and returns a result. |
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptBuilder()
Method Detail |
---|
public java.lang.Object start(IApplicationContext context) throws java.lang.Exception
String
array.
Applications can return any object they like. If an Integer
is returned
it is treated as the program exit code if Eclipse is exiting.
start
in interface IApplication
context
- the given application context passed to the application
java.lang.Exception
- if there is a problem running this runnable.IApplication.EXIT_OK
,
IApplication.EXIT_RESTART
,
IApplication.EXIT_RELAUNCH
public void stop()
stop
in interface IApplication
|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |