Class ByRuleProviderBuilder<R extends Rule>
java.lang.Object
org.apache.commons.digester3.binder.ByRuleProviderBuilder<R>
- Type Parameters:
R- The rule type will be returned by this builder
- All Implemented Interfaces:
RuleProvider<R>
Builder chained when invoking
LinkedRuleBuilder.addRuleCreatedBy(org.apache.commons.digester3.binder.RuleProvider).- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionprotected RProvides an instance ofRule.final Rget()Provides an instance ofRule.final StringReturns the namespace URI for which this Rule is relevant, if any.final StringReturns the rule pattern associated to this builder.protected final voidreportError(String methodChain, String message) final LinkedRuleBuilderthen()Come back to the mainLinkedRuleBuilder.
-
Method Details
-
createRule
-
then
Come back to the mainLinkedRuleBuilder.- Returns:
- the main
LinkedRuleBuilder
-
getNamespaceURI
Returns the namespace URI for which this Rule is relevant, if any.- Returns:
- The namespace URI for which this Rule is relevant, if any
-
get
-
reportError
-
getPattern
Returns the rule pattern associated to this builder.- Returns:
- The rule pattern associated to this builder
-