Class Sdk2FileRepositorySource

java.lang.Object
oracle.rules.jsr94.admin.Sdk2FileRepositorySource
All Implemented Interfaces:
Serializable, RuleSource

public class Sdk2FileRepositorySource extends Object implements RuleSource
A RuleSource that specifies rule sets defined in an Oracle Business Rules SDK2 Jar file based repository.
See Also:
  • Constructor Details

    • Sdk2FileRepositorySource

      public Sdk2FileRepositorySource(String location, String pkg, String name, String[] rulesets)
      Create a SDK2FileRepositorySource.
      Parameters:
      location - The path to the jar file that contains the repository.
      pkg - The dictionary package.
      name - The name of the dictionary containing the rule sets.
      rulesets - The names of the rule sets to load from the dictionary.
    • Sdk2FileRepositorySource

      public Sdk2FileRepositorySource(String location, DictionaryFQN fqn, String[] rulesets)
      Create a SDK2FileRepositorySource.
      Parameters:
      location - The path to the jar file that contains the repository.
      fqn - The fully qualified name of the dictionary.
      rulesets - The names of the rule sets to load from the dictionary.
  • Method Details

    • getLocation

      public String getLocation()
      Get the location of the repository.
      Returns:
      The location of the repository.
    • getDictionaryFQN

      public DictionaryFQN getDictionaryFQN()
      Get the fully qualified name of the dictionary in the repository.
      Returns:
      The fully qualified name of the dictionary in the repository.
    • getRulesets

      public String[] getRulesets()
      Get the names of the rule sets to load from the dictionary.
      Returns:
      The names of the rule sets to load from the dictionary.
    • getRules

      public Object getRules() throws javax.rules.admin.RuleAdministrationException
      Get an object that provides access to the rule sets. This is intended for internal use by the implementation.
      Specified by:
      getRules in interface RuleSource
      Returns:
      An object that provides access to the rule sets.
      Throws:
      javax.rules.admin.RuleAdministrationException - if there is an error gaining access