Rule Execution Server API

ilog.rules.archive
Class IlrJarArchiveLoader

java.lang.Object
  extended by ilog.rules.archive.IlrRulesetArchiveLoader
      extended by ilog.rules.archive.IlrJarArchiveLoader

public class IlrJarArchiveLoader
extends IlrRulesetArchiveLoader

Loader for a ruleset archive from a jar file.

Since:
JRules 6.0

Constructor Summary
IlrJarArchiveLoader(JarInputStream stream)
          Creates an archive loader which relies on a jar stream.
 
Method Summary
 
Methods inherited from class ilog.rules.archive.IlrRulesetArchiveLoader
endLoad, getCompressedEntry, getCurrentArchive, getEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrJarArchiveLoader

public IlrJarArchiveLoader(JarInputStream stream)
Creates an archive loader which relies on a jar stream. The jar stream is built from the given input stream.

Parameters:
stream - The input unit.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013