private PluginCreateRuleBuilder |
PluginCreateRuleBuilder.addToMap(java.util.Map<java.lang.String,java.lang.String> map,
java.lang.String namespaceUri,
java.lang.String attrName) |
Private internal method to set values to a Map instance and return the current builder.
|
PluginCreateRuleBuilder |
LinkedRuleBuilder.createPlugin() |
A Digester rule which allows the user to declare a plugin.
|
<T> PluginCreateRuleBuilder |
PluginCreateRuleBuilder.ofType(java.lang.Class<T> type) |
Set the class which any specified plugin must be descended from.
|
PluginCreateRuleBuilder |
PluginCreateRuleBuilder.setPluginClassAttribute(java.lang.String attrName) |
Sets the xml attribute which the input xml uses to indicate to a
PluginCreateRule which class should be instantiated.
|
PluginCreateRuleBuilder |
PluginCreateRuleBuilder.setPluginClassAttribute(java.lang.String namespaceUri,
java.lang.String attrName) |
Sets the xml attribute which the input xml uses to indicate to a
PluginCreateRule which class should be instantiated.
|
PluginCreateRuleBuilder |
PluginCreateRuleBuilder.setPluginIdAttribute(java.lang.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(java.lang.String namespaceUri,
java.lang.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(java.lang.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.
|