|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A launch mode. The debug platform contributes launch modes
for run, debug, and profile. Clients may contribute additional launch
modes in plug-in XML via the launchModes
extension point.
Following is an example launch mode contribution for profiling. A launch
mode has an unique identifier specified by the mode
attribute
and a human readable label specified by the label
attribute.
<extension point="org.eclipse.debug.core.launchModes"> <launchMode mode="profile" label="Profile"> </launchMode> </extension>
Clients are not intended to implement this interface.
Method Summary | |
---|---|
String |
getIdentifier()
Returns the unique identifier for this launch mode. |
String |
getLabel()
Returns a human readable label for this launch mode. |
String |
getLaunchAsLabel()
Returns a human readable label for this launch mode when used in a cascade menu. |
Method Detail |
public String getIdentifier()
public String getLabel()
public String getLaunchAsLabel()
A new attribute has been added the the launch mode extension in 3.2 to specify this label. When unspecified a default label is generated by concatenation, for backwards compatibility.
|
Eclipse Platform Release 3.3 |
|||||||||||
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, 2007. All rights reserved.