public class AptBuilder extends Object implements IPlatformRunnable
Sample commandline invocation: java -cp %ECLIPSE_HOME%/startup.jar org.eclipse.core.launcher.Main -noupdate -application org.eclipse.jdt.apt.core.aptBuild -data %WORKSPACE%
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
Constructor and Description |
---|
AptBuilder() |
public Object run(Object args) 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.run
in interface IPlatformRunnable
args
- the argument(s) to pass to the applicationException
- if there is a problem running this runnable.IPlatformRunnable.EXIT_OK
,
IPlatformRunnable.EXIT_RESTART
,
IPlatformRunnable.EXIT_RELAUNCH
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.