G M S W

G

getCaseSensitive() - Method in class de.th_mack.util.WildcardMatch
Returns the current state of case sensitivity.
getEscapeChar() - Method in class de.th_mack.util.WildcardMatch
Returns the character used to escape the wildcard functionality of a wildcard character.
getMultipleWildcardChar() - Method in class de.th_mack.util.WildcardMatch
Returns the character used to specify any amount of characters.
getSingleWildcardChar() - Method in class de.th_mack.util.WildcardMatch
Returns the character used to specify exactly one character.

M

match(String, String) - Method in class de.th_mack.util.WildcardMatch
Matches a string against a pattern with wildcards.

S

setCaseSensitive(boolean) - Method in class de.th_mack.util.WildcardMatch
Makes pattern matching case insensitive.
setEscapeChar(char) - Method in class de.th_mack.util.WildcardMatch
Sets the new character to be used as an escape character, overriding the the default of '\'.
setWildcardChars(char, char) - Method in class de.th_mack.util.WildcardMatch
Sets new characters to be used as wildcard characters, overriding the the default of '?'

W

WildcardMatch - class de.th_mack.util.WildcardMatch.
This class allows for simple wildcard pattern matching.
WildcardMatch() - Constructor for class de.th_mack.util.WildcardMatch
 

G M S W