Class ExtensionSpecification<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionSpecification​(org.eclipse.core.runtime.IConfigurationElement extension)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifier()  
      T instantiate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtensionSpecification

        public ExtensionSpecification​(org.eclipse.core.runtime.IConfigurationElement extension)
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • instantiate

        public T instantiate()