Android
java.io
public interface

java.io.FileFilter

java.io.FileFilter

FileFilter is an interface for filtering abstract Files

Summary

Public Methods

          boolean  accept(File pathname)
Returns a boolean indicating whether or not a specific File should be included in a pathname list.

Details

Public Methods

public boolean accept(File pathname)

Returns a boolean indicating whether or not a specific File should be included in a pathname list.

Parameters

pathname the abstract File to check.

Returns

  • true if the File should be includes, false otherwise.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48