Package com.ethlo.zally.rules
Class ConfigurableZalandoRuleSet
- java.lang.Object
-
- com.ethlo.zally.rules.ConfigurableZalandoRuleSet
-
- All Implemented Interfaces:
org.zalando.zally.rule.api.RuleSet
public class ConfigurableZalandoRuleSet extends Object implements org.zalando.zally.rule.api.RuleSet
-
-
Constructor Summary
Constructors Constructor Description ConfigurableZalandoRuleSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()URIgetUrl()URIurl(org.zalando.zally.rule.api.Rule rule)
-
-
-
Method Detail
-
getId
@NotNull public String getId()
- Specified by:
getIdin interfaceorg.zalando.zally.rule.api.RuleSet
-
getUrl
@NotNull public URI getUrl()
- Specified by:
getUrlin interfaceorg.zalando.zally.rule.api.RuleSet
-
url
@NotNull public URI url(@NotNull org.zalando.zally.rule.api.Rule rule)
- Specified by:
urlin interfaceorg.zalando.zally.rule.api.RuleSet
-
-