Uses of Interface
org.ocpsoft.rewrite.param.ParameterStore
Packages that use ParameterStore
-
Uses of ParameterStore in org.ocpsoft.rewrite.config
Methods in org.ocpsoft.rewrite.config that return ParameterStoreModifier and TypeMethodDescriptionConfigurationRuleBuilder.getParameterStore()RuleBuilder.getParameterStore()Methods in org.ocpsoft.rewrite.config with parameters of type ParameterStoreModifier and TypeMethodDescriptionvoidConfigurationRuleBuilder.setParameterStore(ParameterStore store) voidFilesystem.setParameterStore(ParameterStore store) voidLog.setParameterStore(ParameterStore store) voidRuleBuilder.setParameterStore(ParameterStore store) voidSubset.setParameterStore(ParameterStore parent) -
Uses of ParameterStore in org.ocpsoft.rewrite.param
Classes in org.ocpsoft.rewrite.param that implement ParameterStoreModifier and TypeClassDescriptionclassParameterstore which retains the order, bindings, and names of parameters contained within.Methods in org.ocpsoft.rewrite.param that return ParameterStoreModifier and TypeMethodDescriptionstatic ParameterStoreDefaultParameterStore.getInstance(EvaluationContext context) Retrieve the currentParameterStorefrom the givenEvaluationContextinstance.ParameterizedRule.getParameterStore()Return theParameterStorefor thisRuleMethods in org.ocpsoft.rewrite.param with parameters of type ParameterStoreModifier and TypeMethodDescriptionRegexParameterizedPatternParser.getCompiledPattern(ParameterStore store) voidParameterized.setParameterStore(ParameterStore store) Initialize thisParameterizedinstance with the globalParameterStore.voidRegexParameterizedPatternBuilder.setParameterStore(ParameterStore store) voidRegexParameterizedPatternParser.setParameterStore(ParameterStore store) -
Uses of ParameterStore in org.ocpsoft.rewrite.util
Methods in org.ocpsoft.rewrite.util with parameters of type ParameterStoreModifier and TypeMethodDescriptionstatic voidParameterUtils.initialize(ParameterStore store, Object parameterized) Initialize theParameterizedinstance with the givenParameterStore, also record required parameter names in theParameterStoreand initialize with a newParameterinstance.