Package org.eclipse.ease.tools
Class PlatformExtension
java.lang.Object
org.eclipse.ease.tools.PlatformExtension
public class PlatformExtension extends Object
-
Constructor Summary
Constructors Constructor Description PlatformExtension(org.eclipse.core.runtime.IConfigurationElement configurationElement)
-
Method Summary
Modifier and Type Method Description static Collection<PlatformExtension>
createFor(String extensionPoint)
static Collection<PlatformExtension>
createForName(String extensionPoint, String name)
<T> T
createInstance(String name, Class<T> clazz)
String
getAttribute(String name)
org.eclipse.core.runtime.IConfigurationElement
getConfigurationElement()
-
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
-