/[classpath]/classpath/java/io/FileFilter.java
ViewVC logotype

Diff of /classpath/java/io/FileFilter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by arenn, Sun Apr 6 20:43:57 2003 UTC revision 1.9 by mkoch, Sun Oct 12 15:49:19 2003 UTC
# Line 52  package java.io; Line 52  package java.io;
52   */   */
53  public interface FileFilter  public interface FileFilter
54  {  {
   
55    /**    /**
56     * This method determines whether or not a given pathname should be included     * This method determines whether or not a given pathname should be included
57     * in a pathname listing.     * in a pathname listing.
# Line 62  public interface FileFilter Line 61  public interface FileFilter
61     * @return <code>true</code> if the path should be included in the list,     * @return <code>true</code> if the path should be included in the list,
62     * <code>false</code> otherwise.     * <code>false</code> otherwise.
63     */     */
64    public abstract boolean accept(File pathname);    boolean accept(File pathname);
65    }
 } // interface FileFilter  
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26