Package | Description |
---|---|
org.apache.commons.digester.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
Modifier and Type | Field and Description |
---|---|
private Declaration |
PluginCreateRule.defaultPlugin
Info about optional default plugin to be used if no plugin-id is
specified in the input data.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,Declaration> |
PluginManager.declarationsByClass
Map of classname->Declaration
|
private java.util.HashMap<java.lang.String,Declaration> |
PluginManager.declarationsById
Map of id->Declaration
|
Modifier and Type | Method and Description |
---|---|
Declaration |
PluginManager.getDeclarationByClass(java.lang.String className)
Return the declaration object with the specified class.
|
Declaration |
PluginManager.getDeclarationById(java.lang.String id)
Return the declaration object with the specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.addDeclaration(Declaration decl)
Add the declaration to the set of known declarations.
|