Class 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.
    • Field Detail

      • configuration

        private final org.eclipse.debug.core.ILaunchConfiguration configuration
    • Constructor Detail

      • DefaultLaunchDescriptor

        public DefaultLaunchDescriptor​(DefaultLaunchDescriptorType type,
                                       org.eclipse.debug.core.ILaunchConfiguration configuration)
    • Method Detail

      • getAdapter

        public <T> T getAdapter​(java.lang.Class<T> adapter)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable
        Overrides:
        getAdapter in class org.eclipse.core.runtime.PlatformObject
      • getName

        public java.lang.String 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 interface ILaunchDescriptor
        Returns:
        name of the launch descriptor