Method Summary |
|
protected char | adjustCase(char c) If flags has its FNM_CASEFOLD bit set, then returns the lowercase of c;
otherwise returns c.
Parameters: c - A character to fold. |
public boolean | isIgnoreCase() Insert the method's description here. |
public boolean | isMatchSeparators() Insert the method's description here. |
public boolean | match(String pattern, String string) Match STRING against the filename pattern PATTERN
\
Parameters: pattern - A string using wildcards ( and ?) Parameters: string - The string to check for wildcards. |
public void | setIgnoreCase(boolean newIgnoreCase) Insert the method's description here. |
public void | setMatchSeparators(boolean newMatchSeparators) Insert the method's description here. |