| Package | Description |
|---|---|
| org.ocpsoft.rewrite.config | |
| org.ocpsoft.rewrite.param |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationRuleParameterBuilder
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurableParameter<?> |
RuleBuilder.where(String name) |
| Constructor and Description |
|---|
ConfigurationRuleParameterBuilder(ConfigurationRuleBuilder parent,
ConfigurableParameter<?> param) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableParameter<IMPLTYPE extends ConfigurableParameter<IMPLTYPE>>
Provides mutable metadata for handling parameter behavior in
Parameterized Condition,
Operation, and Rule instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParameter
A default implementation of
Parameter. |
class |
ParameterBuilder<IMPLTYPE extends ParameterBuilder<IMPLTYPE>>
An base implementation of
Parameter |
Copyright © 2014 OCPsoft. All Rights Reserved.