Class ExtensionSpecification<T>
- java.lang.Object
-
- org.eclipse.epsilon.egl.dt.extensions.ExtensionSpecification<T>
-
- Direct Known Subclasses:
FineGrainedTracePostprocessorSpecification
,FormatterSpecification
,TemplateFactoryTypeSpecification
public abstract class ExtensionSpecification<T> extends Object
-
-
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 String
getIdentifier()
T
instantiate()
-