Package com.ethlo.zally
Class ZallyRunner
- java.lang.Object
-
- com.ethlo.zally.ZallyRunner
-
public class ZallyRunner extends Object
-
-
Constructor Summary
Constructors Constructor Description ZallyRunner(com.typesafe.config.Config ruleConfigs, org.apache.maven.plugin.logging.Log logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.zalando.zally.core.RuleDetails>getRules()Map<org.zalando.zally.core.CheckDetails,List<org.zalando.zally.core.Result>>validate(String url, Set<String> skipped)
-
-
-
Method Detail
-
validate
public Map<org.zalando.zally.core.CheckDetails,List<org.zalando.zally.core.Result>> validate(String url, Set<String> skipped) throws IOException
- Throws:
IOException
-
getRules
public List<org.zalando.zally.core.RuleDetails> getRules()
-
-