Package | Description |
---|---|
org.apache.commons.digester3.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
Modifier and Type | Method and Description |
---|---|
PluginManager |
PluginRules.getPluginManager()
Return the object which "knows" about all declared plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
Declaration.init(Digester digester,
PluginManager pm)
Must be called exactly once, and must be called before any call to the configure method.
|
Constructor and Description |
---|
PluginManager(PluginManager parent)
Construct a "child" PluginManager.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.