Uses of Class
org.apache.commons.digester3.binder.PluginCreateRuleBuilder

Packages that use PluginCreateRuleBuilder
org.apache.commons.digester3.binder 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 PluginCreateRuleBuilder
 PluginCreateRuleBuilder LinkedRuleBuilder.createPlugin()
          A Digester rule which allows the user to declare a plugin.
<T> PluginCreateRuleBuilder
PluginCreateRuleBuilder.ofType(Class<T> type)
          Set the class which any specified plugin must be descended from.
 PluginCreateRuleBuilder PluginCreateRuleBuilder.setPluginClassAttribute(String attrName)
          Sets the xml attribute which the input xml uses to indicate to a PluginCreateRule which class should be instantiated.
 PluginCreateRuleBuilder 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 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 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.
<T> PluginCreateRuleBuilder
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>
PluginCreateRuleBuilder
PluginCreateRuleBuilder.usingRuleLoader(RL ruleLoader)
          Set RuleLoader instance which knows how to load the custom rules associated with the default plugin.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.