Class ExtensionParser.ExtensionDescriptor<ELEMENT extends InternalRegistryElement>

    • Constructor Detail

      • ExtensionDescriptor

        public ExtensionDescriptor​(ElementRegistry<ELEMENT,​?> registry,
                                   java.lang.String name,
                                   java.lang.String type,
                                   org.eclipse.core.runtime.IConfigurationElement configurationElement)
    • Method Detail

      • getType

        public java.lang.String getType()
        This return the type of the object.
        Specified by:
        getType in class Element
        Returns:
        the type
      • getConfigurationElement

        public final org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
      • getClassAttributeName

        protected java.lang.String getClassAttributeName()