Interface ILaunchDescriptor

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable
    All Known Implementing Classes:
    DefaultLaunchDescriptor, ProjectLaunchDescriptor

    public interface ILaunchDescriptor
    extends org.eclipse.core.runtime.IAdaptable
    Represents a thing that can be launched. It is good practice that the descriptor is adaptable to the launch object it is representing.
    • Method Detail

      • getName

        java.lang.String getName()
        Name to show in the launch descriptor selector. Names must be unique for all descriptors of a given type.
        Returns:
        name of the launch descriptor