Uses of Class
org.apache.commons.digester3.binder.PluginCreateRuleBuilder
Packages that use PluginCreateRuleBuilder
Package
Description
The Digester EDSL allows configure Digester using fluent APIs.
-
Uses of PluginCreateRuleBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return PluginCreateRuleBuilderModifier and TypeMethodDescriptionprivate PluginCreateRuleBuilder
Private internal method to set values to aMap
instance and return the current builder.LinkedRuleBuilder.createPlugin()
A Digester rule which allows the user to declare a plugin.Set the class which any specified plugin must be descended from.PluginCreateRuleBuilder.setPluginClassAttribute
(String attrName) Sets the xml attribute which the input xml uses to indicate to a PluginCreateRule which class should be instantiated.PluginCreateRuleBuilder.setPluginClassAttribute
(String namespaceUri, String attrName) Sets the xml attribute which the input xml uses to indicate to a PluginCreateRule which class should be instantiated.PluginCreateRuleBuilder.setPluginIdAttribute
(String attrName) Sets the xml attribute which the input xml uses to indicate to a PluginCreateRule which plugin declaration is being referenced.PluginCreateRuleBuilder.setPluginIdAttribute
(String namespaceUri, String attrName) Sets the xml attribute which the input xml uses to indicate to a PluginCreateRule which plugin declaration is being referenced.PluginCreateRuleBuilder.usingDefaultPluginClass
(Class<T> type) Set the class which will be used if the user doesn't specify any plugin-class or plugin-id.<RL extends RuleLoader>
PluginCreateRuleBuilderPluginCreateRuleBuilder.usingRuleLoader
(RL ruleLoader) Set RuleLoader instance which knows how to load the custom rules associated with the default plugin.