HomeSort by relevance Sort by last modified time
    Searched defs:wildcards (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
WildcardFileFilter.java 27 * Filters files using the supplied wildcards.
29 * This filter selects files and directories based on one or more wildcards.
54 /** The wildcards that will be used to match filenames. */
55 private final String[] wildcards; field in class:WildcardFileFilter
80 this.wildcards = new String[] { wildcard };
85 * Construct a new case-sensitive wildcard filter for an array of wildcards.
90 * @param wildcards the array of wildcards to match
93 public WildcardFileFilter(String[] wildcards) {
94 this(wildcards, null);
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 92 milliseconds