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 <extension-point id="de.uka.idd.sdq.dsexplore.newcandidates" name="de.uka.idd.sdq.dsexplore.newcandidates" schema="schema/de.uka.idd.sdq.dsexplore.newcandidates.exsd"/>. See also the tutorial at http://www.ibm.com/developerworks/xml/library/x-wxxm29.html, where the idea is described.
  • Field Details

    • element

      protected org.eclipse.core.runtime.IConfigurationElement element
      Deprecated.
  • Constructor Details

    • NewCandidateFactory

      public NewCandidateFactory()
      Deprecated.
  • Method Details

    • getAllNewCandidateExtensions

      public List<INewCandidates> getAllNewCandidateExtensions() throws org.eclipse.core.runtime.CoreException
      Deprecated.
      Throws:
      org.eclipse.core.runtime.CoreException
    • getInstance

      public static NewCandidateFactory getInstance()
      Deprecated.