fr.jayasoft.ivy.matcher
Class MatcherHelper
java.lang.Object
fr.jayasoft.ivy.matcher.MatcherHelper
- public class MatcherHelper
- extends java.lang.Object
Method Summary |
static boolean |
isExact(PatternMatcher m,
ModuleId exp)
|
static boolean |
isExact(PatternMatcher m,
ModuleRevisionId exp)
|
static boolean |
isExact(PatternMatcher m,
java.lang.String exp)
|
static boolean |
matches(PatternMatcher m,
ArtifactId exp,
ArtifactId aid)
|
static boolean |
matches(PatternMatcher m,
ModuleId exp,
ModuleId mid)
|
static boolean |
matches(PatternMatcher m,
ModuleRevisionId exp,
ModuleRevisionId mrid)
|
static boolean |
matches(PatternMatcher m,
java.lang.String exp,
java.lang.String str)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatcherHelper
public MatcherHelper()
matches
public static boolean matches(PatternMatcher m,
java.lang.String exp,
java.lang.String str)
matches
public static boolean matches(PatternMatcher m,
ModuleId exp,
ModuleId mid)
matches
public static boolean matches(PatternMatcher m,
ModuleRevisionId exp,
ModuleRevisionId mrid)
matches
public static boolean matches(PatternMatcher m,
ArtifactId exp,
ArtifactId aid)
isExact
public static boolean isExact(PatternMatcher m,
ModuleRevisionId exp)
isExact
public static boolean isExact(PatternMatcher m,
ModuleId exp)
isExact
public static boolean isExact(PatternMatcher m,
java.lang.String exp)