Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.util |
Modifier and Type | Method and Description |
---|---|
ParameterStore |
RuleBuilder.getParameterStore() |
ParameterStore |
ConfigurationRuleBuilder.getParameterStore() |
Modifier and Type | Method and Description |
---|---|
void |
Subset.setParameterStore(ParameterStore parent) |
void |
Log.setParameterStore(ParameterStore store) |
void |
Filesystem.setParameterStore(ParameterStore store) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParameterStore
Parameter store which retains the order, bindings, and names of parameters contained within. |
Modifier and Type | Method and Description |
---|---|
ParameterStore |
ParameterizedRule.getParameterStore()
Return the
ParameterStore for this Rule |
Modifier and Type | Method and Description |
---|---|
void |
RegexParameterizedPatternParser.setParameterStore(ParameterStore store) |
void |
RegexParameterizedPatternBuilder.setParameterStore(ParameterStore store) |
void |
Parameterized.setParameterStore(ParameterStore store)
Initialize this
Parameterized instance with the global ParameterStore . |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterUtils.initialize(ParameterStore store,
Parameterized parameterized)
Initialize the
Parameterized instance with the given ParameterStore , also record required
parameter names in the ParameterStore and initialize with a new Parameter instance. |
Copyright © 2014 OCPsoft. All Rights Reserved.