Uses of Class
org.apache.commons.digester3.plugins.PluginManager
Packages that use PluginManager
Package
Description
The
plugins
package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of PluginManager in org.apache.commons.digester3.plugins
Fields in org.apache.commons.digester3.plugins declared as PluginManagerModifier and TypeFieldDescriptionprivate PluginManager
PluginManager.parent
the parent manager to which this one may delegate lookups.private PluginManager
PluginRules.pluginManager
Object which contains information about all known plugins.Methods in org.apache.commons.digester3.plugins that return PluginManagerModifier and TypeMethodDescriptionPluginRules.getPluginManager()
Return the object which "knows" about all declared plugins.Methods in org.apache.commons.digester3.plugins with parameters of type PluginManagerModifier and TypeMethodDescriptionvoid
Declaration.init
(Digester digester, PluginManager pm) Must be called exactly once, and must be called before any call to the configure method.Constructors in org.apache.commons.digester3.plugins with parameters of type PluginManagerModifierConstructorDescriptionPluginManager
(PluginManager parent) Construct a "child" PluginManager.