|
Eclipse Platform Release 3.1 |
|||||||||||
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 identifer 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. |
Method Detail |
public String getIdentifier()
public String getLabel()
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.