Package org.eclipse.launchbar.core
Class DefaultLaunchDescriptor
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.launchbar.core.DefaultLaunchDescriptor
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,ILaunchDescriptor
public class DefaultLaunchDescriptor
extends org.eclipse.core.runtime.PlatformObject
implements ILaunchDescriptor
A special launch descriptor that managed configurations that aren't owned by other
descriptors.
- Since:
- 2.3
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultLaunchDescriptor
(ILaunchDescriptorType type, org.eclipse.debug.core.ILaunchConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescription<T> T
getAdapter
(Class<T> adapter) getName()
Name to show in the launch descriptor selector.getType()
The type of launch descriptor.
-
Constructor Details
-
DefaultLaunchDescriptor
public DefaultLaunchDescriptor(ILaunchDescriptorType type, org.eclipse.debug.core.ILaunchConfiguration configuration)
-
-
Method Details
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
- Overrides:
getAdapter
in classorg.eclipse.core.runtime.PlatformObject
-
getName
Description copied from interface:ILaunchDescriptor
Name to show in the launch descriptor selector. Names must be unique for all descriptors of a given type.- Specified by:
getName
in interfaceILaunchDescriptor
- Returns:
- name of the launch descriptor
-
getType
Description copied from interface:ILaunchDescriptor
The type of launch descriptor.- Specified by:
getType
in interfaceILaunchDescriptor
- Returns:
- provider
-