public class AptBuilder extends Object implements IApplication
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.
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
Constructor and Description |
---|
AptBuilder() |
Modifier and Type | Method and Description |
---|---|
Object |
start(IApplicationContext context)
Runs this runnable with the given application context and returns a result.
|
void |
stop() |
public Object start(IApplicationContext context) throws 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 applicationException
- if there is a problem running this runnable.IApplication.EXIT_OK
,
IApplication.EXIT_RESTART
,
IApplication.EXIT_RELAUNCH
public void stop()
stop
in interface IApplication
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.