Package org.eclipse.ease.tools
Class PlatformExtension
java.lang.Object
org.eclipse.ease.tools.PlatformExtension
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformExtension
(org.eclipse.core.runtime.IConfigurationElement configurationElement) -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<PlatformExtension>
static Collection<PlatformExtension>
createForName
(String extensionPoint, String name) <T> T
createInstance
(String name, Class<T> clazz) getAttribute
(String name) org.eclipse.core.runtime.IConfigurationElement
-
Constructor Details
-
PlatformExtension
public PlatformExtension(org.eclipse.core.runtime.IConfigurationElement configurationElement)
-
-
Method Details
-
createFor
-
createForName
-
createInstance
public <T> T createInstance(String name, Class<T> clazz) throws org.eclipse.core.runtime.CoreException - Throws:
org.eclipse.core.runtime.CoreException
-
getConfigurationElement
public org.eclipse.core.runtime.IConfigurationElement getConfigurationElement() -
getAttribute
-