org.apache.commons.digester.plugins
public interface InitializableRule
Since: 1.6
Method Summary | |
---|---|
void | postRegisterInit(String pattern)
Called after this Rule object has been added to the list of all Rules.
|
Parameters: pattern is the digester match pattern that will trigger this rule.
Throws: PluginConfigurationException is thrown if the InitializableRule determines that it cannot correctly initialise itself for any reason.