Uses of Interface
org.ocpsoft.rewrite.config.Configuration
Packages that use Configuration
-
Uses of Configuration in org.ocpsoft.rewrite.config
Subinterfaces of Configuration in org.ocpsoft.rewrite.configModifier and TypeInterfaceDescriptioninterfaceinterfaceAn intermediate stageRuleconfiguration.interfaceAn intermediate stageRuleconfiguration.interfaceAn intermediate stageRuleconfiguration.interfaceinterfaceAn intermediate stageRuleconfiguration.interfaceAn intermediate stageRuleconfiguration.interfaceAConfigurationRuleParameterwith a matches clause.Classes in org.ocpsoft.rewrite.config that implement ConfigurationModifier and TypeClassDescriptionclassA fluent builder for definingConfigurationobjects.classAn intermediate stageRuleconfiguration.classMethods in org.ocpsoft.rewrite.config that return ConfigurationModifier and TypeMethodDescriptionConfigurationProvider.getConfiguration(T context) Return the additional configuration.ConfigurationLoader.loadConfiguration(Object context) Load allConfigurationProviderinstances, sort byWeighted.priority(), and return a unified, compositeConfigurationobject.Methods in org.ocpsoft.rewrite.config with parameters of type Configuration -
Uses of Configuration in org.ocpsoft.rewrite.spi
Methods in org.ocpsoft.rewrite.spi that return ConfigurationModifier and TypeMethodDescriptionConfigurationCacheProvider.getConfiguration(T context) Return the cachedConfiguration, or null of the cache is empty or unprimed.Methods in org.ocpsoft.rewrite.spi with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfigurationCacheProvider.setConfiguration(T context, Configuration configuration) Store the givenConfigurationinto the cache for later retrieval.