Searched defs:wildcard (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
H A DWildcardFileFilter.java32 * The wildcard matcher uses the characters '?' and '*' to represent a
33 * single or multiple wildcard characters.
60 * Construct a new case-sensitive wildcard filter for a single wildcard.
62 * @param wildcard the wildcard to match
65 public WildcardFileFilter(String wildcard) { argument
66 this(wildcard, null);
70 * Construct a new wildcard filter for a single wildcard specifyin
76 WildcardFileFilter(String wildcard, IOCase caseSensitivity) argument
[all...]

Completed in 111 milliseconds