Interface ConfigurationRuleBuilderInterceptor

All Superinterfaces:
org.ocpsoft.common.pattern.Weighted

public interface ConfigurationRuleBuilderInterceptor extends org.ocpsoft.common.pattern.Weighted
Intercepts values passed to the methods of ConfigurationBuilder when defining rules. Additional interceptors may be specified by providing a service activator file containing the name of your implementations:

/META-INF/services/org.ocpsoft.rewrite.config.ConfigurationBuilderInterceptor
--------------
com.example.ConfigurationBuilderInterceptorImpl

Author:
Lincoln Baxter, III