|
Eclipse JDT Release 3.2 |
|||||||||
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: java -cp %ECLIPSE_HOME%/startup.jar org.eclipse.core.launcher.Main -noupdate -application org.eclipse.jdt.apt.core.aptBuild -data %WORKSPACE%
Field Summary |
---|
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable |
---|
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART |
Constructor Summary | |
---|---|
AptBuilder()
|
Method Summary | |
---|---|
java.lang.Object |
run(java.lang.Object args)
Runs this runnable with the given args and returns a result. |
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 run(java.lang.Object args) 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.
run
in interface IPlatformRunnable
args
- the argument(s) to pass to the application
java.lang.Exception
- if there is a problem running this runnable.IPlatformRunnable.EXIT_OK
,
IPlatformRunnable.EXIT_RESTART
,
IPlatformRunnable.EXIT_RELAUNCH
|
Eclipse JDT Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |