Class Wildcards
java.lang.Object
org.eluder.coveralls.maven.plugin.util.Wildcards
Wildcard text utilities.
-
Method Summary
-
Method Details
-
matches
Matches text against a wildcard pattern where ? is single letter and * is zero or more letters.- Parameters:
text
- the text to test againstwildcard
- the wildcard pattern- Returns:
true
if the given text matches the wildcard, otherwisefalse
-