|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILaunchMode
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 | |
---|---|
java.lang.String |
getIdentifier()
Returns the unique identifier for this launch mode. |
java.lang.String |
getLabel()
Returns a human readable label for this launch mode. |
java.lang.String |
getLaunchAsLabel()
Returns a human readable label for this launch mode when used in a cascade menu. |
Method Detail |
---|
java.lang.String getIdentifier()
java.lang.String getLabel()
java.lang.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.2 |
|||||||||
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, 2006. All rights reserved.