|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A proxy to an ILaunchConfigurationDelegate
. Represents a
launch delegate contributed to the org.eclipse.debug.core.launchDelegates
extension point.
This interface is NOT to be implemented by clients
Method Summary | |
---|---|
String |
getContributorName()
Returns the name of the plug-in that contributed this delegate. |
ILaunchConfigurationDelegate |
getDelegate()
Returns the underlying launch configuration. |
String |
getDescription()
Returns a description of this launch delegate, or null if none. |
String |
getId()
Returns this delegate's unique identifier. |
List |
getModes()
Returns the complete set of launch modes supported by this delegate as a list of sets. |
String |
getName()
Returns a human readable name for this launch delegate or null if none. |
String |
getPerspectiveId(Set modes)
Returns the specified perspective id for the given mode set, or null if one is not provided |
String |
getPluginIdentifier()
Returns the id of the plug-in that contributed this launch delegate. |
Method Detail |
public String getId()
public String getName()
null
if none.
null
public String getDescription()
null
if none.
null
public String getContributorName()
public ILaunchConfigurationDelegate getDelegate() throws CoreException
CoreException
- if unable to instantiate the delegatepublic List getModes()
public String getPluginIdentifier()
public String getPerspectiveId(Set modes)
modes
- the set of modes to get the perspective id
null
if none provided
|
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.