Package io.inversion
Class Rule.RuleMatcher
java.lang.Object
io.inversion.Rule.RuleMatcher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRuleMatcher(String spec) RuleMatcher(String methods, io.inversion.utils.Path path) RuleMatcher(String methods, String... paths) RuleMatcher(String methods, List<io.inversion.utils.Path> paths) -
Method Summary
Modifier and TypeMethodDescriptionbooleanLinkedHashSet<io.inversion.utils.Path>getPaths()inthashCode()booleanstatic voidparse(Rule.RuleMatcher matcher, String spec) toString()voidwithMethods(String... methods) withPaths(io.inversion.utils.Path... paths)
-
Field Details
-
methods
-
paths
-
-
Constructor Details
-
RuleMatcher
public RuleMatcher() -
RuleMatcher
-
RuleMatcher
-
RuleMatcher
-
RuleMatcher
-
-
Method Details