Home | History | Annotate | Download | only in filefilter

Lines Matching refs:File

3  * contributor license agreements.  See the NOTICE file distributed with

5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
35 * Checks to see if the File should be accepted by this filter.
39 * @param file the File to check
40 * @return true if this file matches the test
42 public boolean accept(File file);
45 * Checks to see if the File should be accepted by this filter.
49 * @param dir the directory File to check
51 * @return true if this file matches the test
53 public boolean accept(File dir, String name);