org.apache.ivy.plugins.matcher
public final class MatcherHelper extends Object
| Method Summary | |
|---|---|
| static boolean | isExact(PatternMatcher m, ModuleRevisionId exp) |
| static boolean | isExact(PatternMatcher m, ModuleId exp) |
| static boolean | isExact(PatternMatcher m, String exp) |
| static boolean | matches(PatternMatcher m, String expression, String input) |
| static boolean | matches(PatternMatcher m, ModuleId exp, ModuleId mid) |
| static boolean | matches(PatternMatcher m, ModuleRevisionId exp, ModuleRevisionId mrid) |
| static boolean | matches(PatternMatcher m, ArtifactId exp, ArtifactId aid) |