Uses of Class
org.apache.commons.digester.plugins.PluginManager
-
Packages that use PluginManager Package Description org.apache.commons.digester.plugins Thepluginspackage provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. -
-
Uses of PluginManager in org.apache.commons.digester.plugins
Fields in org.apache.commons.digester.plugins declared as PluginManager Modifier and Type Field Description private PluginManagerPluginManager. parentthe parent manager to which this one may delegate lookups.private PluginManagerPluginRules. pluginManagerObject which contains information about all known plugins.Methods in org.apache.commons.digester.plugins that return PluginManager Modifier and Type Method Description PluginManagerPluginRules. getPluginManager()Return the object which "knows" about all declared plugins.Methods in org.apache.commons.digester.plugins with parameters of type PluginManager Modifier and Type Method Description voidDeclaration. 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.digester.plugins with parameters of type PluginManager Constructor Description PluginManager(PluginManager parent)Construct a "child" PluginManager.
-