ilog.rules.studio.res.ruleapp

Class IlrRuleAppProjectFactory

  • java.lang.Object
    • ilog.rules.studio.res.ruleapp.IlrRuleAppProjectFactory


  • public class IlrRuleAppProjectFactory
    extends java.lang.Object
    Gets an IlrRuleAppProject object from an Eclipse IProject object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static IlrRuleAppProject getRuleAppProject(org.eclipse.core.resources.IProject iproject)
      Gets the RuleApp project corresponding to the Eclipse project specified in the parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRuleAppProject

        public static IlrRuleAppProject getRuleAppProject(org.eclipse.core.resources.IProject iproject)
        Gets the RuleApp project corresponding to the Eclipse project specified in the parameters. If the Eclipse project is not a RuleApp project the method returns null.
        Parameters:
        iproject - The Eclipse project.
        Returns:
        The RuleApp project.

© Copyright IBM Corp. 1987, 2020