/[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.7 by mkoch, Sun Mar 23 10:53:30 2003 UTC revision 1.8 by arenn, Sun Apr 6 20:43:57 2003 UTC
# Line 1  Line 1 
1  /* FileFilter.java -- Filter a list of pathnames  /* FileFilter.java -- Filter a list of pathnames
2     Copyright (C) 1998 Free Software Foundation, Inc.     Copyright (C) 1998,2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 41  package java.io; Line 41  package java.io;
41  /**  /**
42   * This interface has one method which is used for filtering pathnames   * This interface has one method which is used for filtering pathnames
43   * returned in a pathname listing.  It is currently used by the   * returned in a pathname listing.  It is currently used by the
44   * <code>File.listFiles()</code> method.   * <code>File.listFiles(FileFilter)</code> method.
45   * <p>   * <p>
46   * The method in this interface determines if a particular pathname should   * The method in this interface determines if a particular pathname should
47   * or should not be included in the pathname listing.   * or should not be included in the pathname listing.
48   *   *
49   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
50     *
51     * @see File#listFiles(java.io.FileFilter)
52   */   */
53  public interface FileFilter  public interface FileFilter
54  {  {

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

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