Class RLUrlSource

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

public class RLUrlSource extends Object implements RuleSource
A RuleSource that specifies a URL that locates RL text.
See Also:
  • Constructor Details

    • RLUrlSource

      public RLUrlSource(String url)
      Create a RLUrlSource.
      Parameters:
      url - The URL specification.
  • Method Details

    • getUrl

      public String getUrl()
      Get the URL specification.
      Returns:
      The URL specification.
    • 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