Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<IFSFile> |
IFSFile.enumerateFiles(IFSFileFilter filter) |
Lists the integrated file system objects in the directory represented by this
object that satisfy filter.
|
Enumeration<IFSFile> |
IFSFile.enumerateFiles(IFSFileFilter filter,
String pattern) |
Lists the integrated file system objects in the directory represented by this
object that satisfy filter.
|
String[] |
IFSFile.list(IFSFileFilter filter) |
Lists the integrated file system objects in the directory represented by this
object that satisfy filter.
|
String[] |
IFSFile.list(IFSFileFilter filter,
String pattern) |
Lists the integrated file system objects in the directory represented by this
object that satisfy filter.
|
String[] |
IFSJavaFile.list(IFSFileFilter filter) |
Lists the files in the IFSJavaFile directory that satisfy file name filter.
|
String[] |
IFSJavaFile.list(IFSFileFilter filter,
String pattern) |
Lists the files in this IFSJavaFile directory that satisfy filter and pattern.
|
IFSFile[] |
IFSFile.listFiles(IFSFileFilter filter) |
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
|
IFSFile[] |
IFSFile.listFiles(IFSFileFilter filter,
String pattern) |
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
|
File[] |
IFSJavaFile.listFiles(IFSFileFilter filter) |
Lists the files in the IFSJavaFile directory that satisfy file name filter.
|
File[] |
IFSJavaFile.listFiles(IFSFileFilter filter,
String pattern) |
Lists the files in this IFSJavaFile directory that satisfy filter and
pattern.
|
Modifier and Type | Method | Description |
---|---|---|
IFSFileFilter |
VIFSDirectory.getFilter() |
Deprecated.
Returns the filter which determines which files and directories
are included as children.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VIFSDirectory.setFilter(IFSFileFilter filter) |
Deprecated.
Sets the filter which determines which files and directories
are included as children.
|
Copyright © 2024. All rights reserved.