@Immutable public static class RulesDefinition.RepositoryImpl extends java.lang.Object implements RulesDefinition.Repository
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isExternal() |
java.lang.String |
key() |
java.lang.String |
language() |
java.lang.String |
name() |
RulesDefinition.Rule |
rule(java.lang.String ruleKey) |
java.util.List<RulesDefinition.Rule> |
rules() |
java.lang.String |
toString() |
public java.lang.String key()
key in interface RulesDefinition.ExtendedRepositorypublic java.lang.String language()
language in interface RulesDefinition.ExtendedRepositorypublic java.lang.String name()
name in interface RulesDefinition.Repositorypublic boolean isExternal()
isExternal in interface RulesDefinition.Repository@CheckForNull public RulesDefinition.Rule rule(java.lang.String ruleKey)
rule in interface RulesDefinition.ExtendedRepositorypublic java.util.List<RulesDefinition.Rule> rules()
rules in interface RulesDefinition.ExtendedRepositorypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object