public class WildcardFilePattern extends Object implements IStringPattern
| Constructor and Description |
|---|
WildcardFilePattern(String wildcard)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String filename)
Return true if the given string matches this pattern.
|
static String[] |
splitOnTokens(String text)
Splits a string into a number of tokens.
|
public WildcardFilePattern(String wildcard)
public static String[] splitOnTokens(String text)
text - the text to splitpublic boolean matches(String filename)
IStringPatternmatches in interface IStringPatternCopyright © 2019. All rights reserved.