Rule Execution Server API

Package ilog.rules.archive

Contains the classes needed to build a ruleset archive and extract its contents, without any interpretation of the contents.

See:
          Description

Class Summary
IlrArchiveLoader Loader to extract the contents of a ruleset archive from a source ruleset archive.
IlrJarArchiveLoader Loader for a ruleset archive from a jar file.
IlrRulesetArchive Model of a ruleset archive.
IlrRulesetArchiveBuilderBase Builder of a simple ruleset archive.
IlrRulesetArchiveLoader An abstract class to load the contents of a ruleset archive.
 

Exception Summary
IlrRulesetArchive.RulesetArchiveException The class of the exception obtained when a problem occurs during the construction or parsing of a ruleset archive.
 

Package ilog.rules.archive Description

Contains the classes needed to build a ruleset archive and extract its contents, without any interpretation of the contents.

The IlrRulesetArchive class models a ruleset archive.

The IlrRulesetArchiveBuilderBase class provides an API to fill a ruleset archive.

The IlrRulesetArchiveLoader interface provides a mechanism to extract the archive contents. It is subclassed into two classes, IlrArchiveLoader which makes the extraction from a source ruleset archive and IlrJarArchiveLoader to look for the contents in a jar stream.

Since:
JRules 6.0

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013