org.apache.commons.digester.plugins.strategies
Class LoaderFromStream

java.lang.Object
  extended by org.apache.commons.digester.plugins.RuleLoader
      extended by org.apache.commons.digester.plugins.strategies.LoaderFromStream

public class LoaderFromStream
extends RuleLoader

A rule-finding algorithm which loads an xmlplugins-format file.

Note that the "include" feature of xmlrules is not supported.

Since:
1.6

Constructor Summary
LoaderFromStream(InputStream s)
          See load(java.io.InputStream).
 
Method Summary
 void addRules(Digester d, String path)
          Add the rules previously loaded from the input stream into the specified digester.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderFromStream

public LoaderFromStream(InputStream s)
                 throws Exception
See load(java.io.InputStream).

Throws:
Exception
Method Detail

addRules

public void addRules(Digester d,
                     String path)
              throws PluginException
Add the rules previously loaded from the input stream into the specified digester.

Specified by:
addRules in class RuleLoader
Throws:
PluginException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.