English | Site Directory

Android - An Open Handset Alliance Project

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)
Answers a boolean indicating whether or not a specific File should be included in a pathname list.

Details

Public Methods

public boolean accept(File pathname)

Answers 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.
Build m5-rc15g - 14 May 2008 12:50