|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.launcher.Main
The launcher for Eclipse.
Field Summary | |
protected String |
bootLocation
The location of the launcher to run. |
protected URL |
configurationLocation
The location of the configuration information for this instance |
protected boolean |
debug
Indicates whether this instance is running in debug mode. |
protected String |
devClassPath
The extra development time class path entries. |
protected static String |
ENTRY
|
protected static int |
ERROR
|
protected String |
framework
The id of the bundle that will contain the framework to run. |
protected boolean |
inDevelopmentMode
Indicates whether this instance is running in development mode. |
protected URL |
installLocation
The location of the install root |
protected BufferedWriter |
log
|
protected File |
logFile
|
protected static String |
MESSAGE
|
protected boolean |
newSession
|
protected String |
parentConfigurationLocation
The location of the configuration information in the install root |
protected static String |
PLUGIN_ID
|
protected static String |
SESSION
|
protected static String |
STACK
|
Constructor Summary | |
Main()
|
Method Summary | |
protected Object |
basicRun(String[] args)
Executes the launch. |
static void |
main(String argString)
Runs this launcher with the arguments specified in the given string. |
static void |
main(String[] args)
Runs the platform with the given arguments. |
protected String[] |
processCommandLine(String[] args)
Processes the command line arguments. |
int |
run(String[] args)
Runs the platform with the given arguments. |
protected void |
takeDownSplash()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean debug
protected String bootLocation
protected URL installLocation
protected URL configurationLocation
protected String parentConfigurationLocation
protected String framework
protected String devClassPath
protected boolean inDevelopmentMode
protected static final String SESSION
protected static final String ENTRY
protected static final String MESSAGE
protected static final String STACK
protected static final int ERROR
protected static final String PLUGIN_ID
protected File logFile
protected BufferedWriter log
protected boolean newSession
Constructor Detail |
public Main()
Method Detail |
protected Object basicRun(String[] args) throws Exception
args
- command-line arguments
Exception
- thrown if a problem occurs during the launchpublic static void main(String argString)
argString
- the arguments stringpublic static void main(String[] args)
-application com.example.application
).
After running the application System.exit(N)
is executed.
The value of N is derived from the value returned from running the application.
If the application's return value is an Integer
, N is this value.
In all other cases, N = 0.
Clients wishing to run the platform without a following System.exit
call should use run()
.
args
- the command line argumentsrun(String[])
public int run(String[] args)
-application com.example.application
).
Returns the value returned from running the application.
If the application's return value is an Integer
, N is this value.
In all other cases, N = 0.
args
- the command line argumentsprotected String[] processCommandLine(String[] args)
args
- the command line arguments
protected void takeDownSplash()
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.