Class ExtensionPointHelper
java.lang.Object
de.uka.ipd.sdq.simulation.abstractsimengine.util.ExtensionPointHelper
Helper class for working with the Eclipse extension point mechanism.
TODO: This class should reside in a general plug-in like "de.uka.ipd.sdq.utils".
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<IConfigurationElement>
findConfigurationElements
(IExtension extension, String elementName) static List<IExtension>
findExtensions
(String extensionPointId)
-
Constructor Details
-
ExtensionPointHelper
public ExtensionPointHelper()
-
-
Method Details
-
findConfigurationElements
public static List<IConfigurationElement> findConfigurationElements(IExtension extension, String elementName) throws CoreException - Throws:
CoreException
-
findExtensions
-