Class LaunchDescriptorTypeInfo


  • public class LaunchDescriptorTypeInfo
    extends java.lang.Object
    • Field Detail

      • id

        private final java.lang.String id
      • priority

        private int priority
      • element

        private org.eclipse.core.runtime.IConfigurationElement element
      • expression

        private org.eclipse.core.expressions.Expression expression
    • Constructor Detail

      • LaunchDescriptorTypeInfo

        public LaunchDescriptorTypeInfo​(org.eclipse.core.runtime.IConfigurationElement element)
      • LaunchDescriptorTypeInfo

        LaunchDescriptorTypeInfo​(java.lang.String id,
                                 int priority,
                                 ILaunchDescriptorType type)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getPriority

        public int getPriority()
      • getType

        public ILaunchDescriptorType getType()
                                      throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException
      • enabled

        public boolean enabled​(java.lang.Object launchObject)
                        throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException