public class RuleSet extends Object
| Constructor and Description |
|---|
RuleSet(List<Rule> migrationRules,
List<Rule> domainRules) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Rule> |
getDomainRules() |
List<Rule> |
getMigrationRules() |
int |
hashCode() |
boolean |
hasRules(RuleMode mode) |
boolean |
hasRulesWithType(String type) |
boolean |
isEmpty() |
static RuleSet |
mergeRuleSets(RuleSet oldRuleSet,
RuleSet newRuleSet) |
String |
toString() |
void |
updateHash(MessageDigest md) |
void |
validate() |
public boolean isEmpty()
public boolean hasRules(RuleMode mode)
public boolean hasRulesWithType(String type)
public void updateHash(MessageDigest md)
public void validate()
throws RuleException
RuleExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.