Class RLTextSource

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

public class RLTextSource extends Object implements RuleSource
A RuleSource that specifies RL text explicitly.
See Also:
  • Constructor Details

    • RLTextSource

      public RLTextSource(String text)
      Create a RLTextSource.
      Parameters:
      text - The RL text.
  • Method Details

    • getText

      public String getText()
      Get the RL text.
      Returns:
      The RL text.
    • 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