Class ExtensionPointHelper
- java.lang.Object
-
- de.uka.ipd.sdq.simulation.abstractsimengine.util.ExtensionPointHelper
-
public class ExtensionPointHelper extends Object
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
Constructors Constructor Description ExtensionPointHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<IConfigurationElement>
findConfigurationElements(IExtension extension, String elementName)
static List<IExtension>
findExtensions(String extensionPointId)
-
-
-
Method Detail
-
findConfigurationElements
public static List<IConfigurationElement> findConfigurationElements(IExtension extension, String elementName) throws CoreException
- Throws:
CoreException
-
findExtensions
public static List<IExtension> findExtensions(String extensionPointId)
-
-