
public interface RuleExecutorBuilder
| Modifier and Type | Method and Description |
|---|---|
RuleExecutor |
build(List<Rule> rules,
boolean stopWhenFail) |
RuleExecutor |
build(Rule rule) |
RuleExecutor |
build(RuleConfig ruleConfig) |
RuleExecutor build(Rule rule)
RuleExecutor build(List<Rule> rules, boolean stopWhenFail)
RuleExecutor build(RuleConfig ruleConfig)
Copyright © 2005-2013 The Beangle Software Group. All Rights Reserved.