public interface RuleProvider extends org.ocpsoft.rewrite.config.ConfigurationProvider<RuleLoaderContext>
ConfigurationProvider. Provides Rule instances and relevant RuleProviderMetadata for
those Rule instances.| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.Configuration |
getConfiguration(RuleLoaderContext context)
KEEP - The purpose of this override is to make sure that reflection (interface.getClass().getMethods())
keeps a method with the specific type.
|
RuleProviderMetadata |
getMetadata()
Get the
RuleProviderMetadata for this RuleProvider. |
RuleProviderMetadata getMetadata()
RuleProviderMetadata for this RuleProvider.org.ocpsoft.rewrite.config.Configuration getConfiguration(RuleLoaderContext context)
getConfiguration in interface org.ocpsoft.rewrite.config.ConfigurationProvider<RuleLoaderContext>Copyright © 2021 JBoss by Red Hat. All rights reserved.