Class FormatterSpecificationFactory
- java.lang.Object
-
- org.eclipse.epsilon.egl.dt.extensions.ExtensionSpecificationFactory<FormatterSpecification>
-
- org.eclipse.epsilon.egl.dt.extensions.formatter.FormatterSpecificationFactory
-
public class FormatterSpecificationFactory extends ExtensionSpecificationFactory<FormatterSpecification>
-
-
Constructor Summary
Constructors Constructor Description FormatterSpecificationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FormatterSpecification
createExtensionSpecification(org.eclipse.core.runtime.IConfigurationElement extension)
protected String
getExtensionPointIdentifier()
-
Methods inherited from class org.eclipse.epsilon.egl.dt.extensions.ExtensionSpecificationFactory
findByIdentifier, findByIdentifiers, findByIndex, indexOf, loadAllFromExtensionPoints
-
-
-
-
Method Detail
-
getExtensionPointIdentifier
protected String getExtensionPointIdentifier()
- Specified by:
getExtensionPointIdentifier
in classExtensionSpecificationFactory<FormatterSpecification>
-
createExtensionSpecification
protected FormatterSpecification createExtensionSpecification(org.eclipse.core.runtime.IConfigurationElement extension)
- Specified by:
createExtensionSpecification
in classExtensionSpecificationFactory<FormatterSpecification>
-
-