Uses of Class
org.codehaus.plexus.util.MatchPattern
Packages that use MatchPattern
-
Uses of MatchPattern in org.codehaus.plexus.util
Fields in org.codehaus.plexus.util declared as MatchPatternMethods in org.codehaus.plexus.util that return MatchPatternModifier and TypeMethodDescriptionstatic MatchPattern
MatchPattern.fromString
(String source) private static MatchPattern[]
MatchPatterns.getMatchPatterns
(Iterable<String> items) Methods in org.codehaus.plexus.util with parameters of type MatchPatternModifier and TypeMethodDescription(package private) static boolean
SelectorUtils.matchAntPathPattern
(MatchPattern matchPattern, String str, String separator, boolean isCaseSensitive) (package private) static boolean
SelectorUtils.matchAntPathPatternStart
(MatchPattern pattern, String str, String separator, boolean isCaseSensitive) private static boolean
SelectorUtils.separatorPatternStartSlashMismatch
(MatchPattern matchPattern, String str, String separator) Constructors in org.codehaus.plexus.util with parameters of type MatchPattern