Class NewCandidateFactory
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.designdecisions.NewCandidateFactory
-
@Deprecated public class NewCandidateFactory extends Object
Deprecated.Handles the loading of the plugins with the extension. See also the tutorial at http://www.ibm.com/developerworks/xml/library/x-wxxm29.html, where the idea is described.
-
-
Field Summary
Fields Modifier and Type Field Description protected IConfigurationElement
element
Deprecated.
-
Constructor Summary
Constructors Constructor Description NewCandidateFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<INewCandidates>
getAllNewCandidateExtensions()
Deprecated.static NewCandidateFactory
getInstance()
Deprecated.
-
-
-
Field Detail
-
element
protected IConfigurationElement element
Deprecated.
-
-
Method Detail
-
getAllNewCandidateExtensions
public List<INewCandidates> getAllNewCandidateExtensions() throws CoreException
Deprecated.- Throws:
CoreException
-
getInstance
public static NewCandidateFactory getInstance()
Deprecated.
-
-