|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mtj.core.launching.LaunchEnvironment
public class LaunchEnvironment
The launch environment provides the necessary information to an IDevice implementation in order to determine the correct command-line for execution of an emulator.
Constructor Summary | |
---|---|
LaunchEnvironment()
|
Method Summary | |
---|---|
int |
getDebugListenerPort()
Return the port number to be used for debugging. |
ILaunchConfiguration |
getLaunchConfiguration()
Return the launch configuration that was used to launch the emulation. |
IMTJProject |
getProject()
Return the project that contains the resources that may be launched. |
boolean |
isDebugLaunch()
Return a boolean indicating whether the launch should be done for debug or not. |
void |
setDebugLaunch(boolean debugLaunch)
Indicate whether the launch should be done for debug or not. |
void |
setDebugListenerPort(int debugListenerPort)
Set the port to be listened for debugging. |
void |
setLaunchConfiguration(ILaunchConfiguration launchConfiguration)
Set the launch configuration that must be used to launch the emulation. |
void |
setProject(IMTJProject mtjProject)
Set the project that contains the resources that may be launched. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaunchEnvironment()
Method Detail |
---|
public int getDebugListenerPort()
public ILaunchConfiguration getLaunchConfiguration()
public IMTJProject getProject()
IMTJProject
that resources that may be
launched.public boolean isDebugLaunch()
true
to indicate that the launch should be made in
debug mode, false
otherwise.public void setDebugLaunch(boolean debugLaunch)
debugLaunch
- use true
to indicate that the launch
should be made in debug mode, false
otherwise.public void setDebugListenerPort(int debugListenerPort)
debugListenerPort
- the port to be listened for debugging.public void setLaunchConfiguration(ILaunchConfiguration launchConfiguration)
launchConfiguration
- The launch configuration that must be used to
launch the emulation.public void setProject(IMTJProject mtjProject)
mtjProject
- The IMTJProject
that contains the resources
that may be launched.
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |