public interface InitializableRule
| Modifier and Type | Method and Description |
|---|---|
void |
postRegisterInit(String pattern)
Called after this Rule object has been added to the list of all Rules.
|
void postRegisterInit(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.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.