PluginCreateRulepublic interface InitializableRule
| Modifier and Type | Method | Description |
|---|---|---|
void |
postRegisterInit(java.lang.String pattern) |
Called after this Rule object has been added to the list of all Rules.
|
void postRegisterInit(java.lang.String pattern) throws PluginConfigurationException
pattern - is the digester match pattern that will trigger this
rule.PluginConfigurationException - is thrown if the InitializableRule
determines that it cannot correctly initialise itself for any reason.