Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationBuilderRoot |
interface |
ConfigurationRuleBuilderOtherwise
An intermediate stage
Rule configuration. |
interface |
ConfigurationRuleBuilderPerform
An intermediate stage
Rule configuration. |
interface |
ConfigurationRuleBuilderWithId
An intermediate stage
Rule configuration. |
interface |
ConfigurationRuleBuilderWithPriority
An intermediate stage
Rule configuration. |
interface |
ConfigurationRuleBuilderWithPriorityAndId
An intermediate stage
Rule configuration. |
interface |
ConfigurationRuleParameterMatches
A
ConfigurationRuleParameter with a matches clause. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationBuilder
A fluent builder for defining
Configuration objects. |
class |
ConfigurationRuleBuilder
An intermediate stage
Rule configuration. |
class |
ConfigurationRuleParameterBuilder
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationProvider.getConfiguration(T context)
Return the additional configuration.
|
Configuration |
ConfigurationLoader.loadConfiguration(Object context)
Load all
ConfigurationProvider instances, sort by Weighted.priority() , and return a
unified, composite Configuration object. |
Modifier and Type | Method and Description |
---|---|
static Subset |
Subset.evaluate(Configuration config) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationCacheProvider.getConfiguration(T context)
Return the cached
Configuration , or null of the cache is empty or unprimed. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCacheProvider.setConfiguration(T context,
Configuration configuration)
Store the given
Configuration into the cache for later retrieval. |
Copyright © 2014 OCPsoft. All Rights Reserved.