JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
JTOpen 11.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.ibm.as400.access
Interface IFSFileFilter
public interface
IFSFileFilter
The IFSFileFilter interface provides an interface for filtering files. It can be used to filter directory listings in the list method of the class IFSFile.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
accept
(
IFSFile
file)
Tests if a specified file should be in a file list.
Method Detail
accept
boolean accept(
IFSFile
file)
Tests if a specified file should be in a file list.
Parameters:
file
-
Returns:
true if file is accepted by the filter
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
JTOpen 11.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method