|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILaunchDelegate
A proxy to an ILaunchConfigurationDelegate
. Represents a
launch delegate contributed to the org.eclipse.debug.core.launchDelegates
extension point.
Method Summary | |
---|---|
java.lang.String |
getContributorName()
Returns the name of the plug-in that contributed this delegate. |
ILaunchConfigurationDelegate |
getDelegate()
Returns the underlying launch configuration. |
java.lang.String |
getDescription()
Returns a description of this launch delegate, or null if none. |
java.lang.String |
getId()
Returns this delegate's unique identifier. |
java.util.List |
getModes()
Returns the complete set of launch modes supported by this delegate as a list of sets. |
java.lang.String |
getName()
Returns a human readable name for this launch delegate or null if none. |
java.lang.String |
getPerspectiveId(java.util.Set modes)
Returns the specified perspective id for the given mode set, or null if one is not provided |
java.lang.String |
getPluginIdentifier()
Returns the id of the plug-in that contributed this launch delegate. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getName()
null
if none.
null
java.lang.String getDescription()
null
if none.
null
java.lang.String getContributorName()
ILaunchConfigurationDelegate getDelegate() throws CoreException
CoreException
- if unable to instantiate the delegatejava.util.List getModes()
java.lang.String getPluginIdentifier()
java.lang.String getPerspectiveId(java.util.Set modes)
modes
- the set of modes to get the perspective id
null
if none provided
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.