|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
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. |
|
|
PluginCreateRuleBuilder.usingDefaultPluginClass(Class<T> type)
Set the class which will be used if the user doesn't specify any plugin-class or plugin-id. |
|
|
PluginCreateRuleBuilder.usingRuleLoader(RL ruleLoader)
Set RuleLoader instance which knows how to load the custom rules associated with the default plugin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |