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 |
---|---|---|
IFSFile |
IFSFile.getParentFile() |
Returns the parent directory of the current object.
|
IFSFile[] |
IFSFile.listFiles() |
Lists the integrated file system objects in the directory represented by this object.
|
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.
|
IFSFile[] |
IFSFile.listFiles(String pattern) |
Lists the integrated file system objects in the directory represented by this object that match pattern.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<IFSFile> |
IFSFile.enumerateFiles() |
Lists the integrated file system objects in the directory represented by this
object.
|
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.
|
Enumeration<IFSFile> |
IFSFile.enumerateFiles(String pattern) |
Lists the integrated file system objects in the directory represented by this
object.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
IFSFileFilter.accept(IFSFile file) |
Tests if a specified file should be in a file list.
|
int |
IFSJavaFile.compareTo(IFSFile file) |
Compares the path of IFSJavaFile with a
IFSFile 's path. |
boolean |
IFSFile.renameTo(IFSFile file) |
Renames the integrated file system object specified by this object to
have the path name of file.
|
Constructor | Description |
---|---|
IFSFile(AS400 system,
IFSFile directory,
String name) |
Constructs an IFSFile object.
|
IFSFile(IFSFile directory,
String name) |
Creates a new IFSFile instance from a parent abstract pathname and a child pathname string.
|
IFSFileInputStream(AS400 system,
IFSFile file,
int shareOption) |
Deprecated.
Use IFSFileInputStream(IFSFile, int) instead.
|
IFSFileInputStream(IFSFile file) |
Creates a file input stream to read from the file specified by file.
|
IFSFileInputStream(IFSFile file,
int shareOption) |
Creates a file input stream to read from the file specified by file.
|
IFSFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append) |
Deprecated.
Use IFSFileOutputStream(IFSFile, int, boolean) instead.
|
IFSFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append,
int ccsid) |
Deprecated.
Use IFSFileOutputStream(IFSFile, int, boolean, int) instead.
|
IFSFileOutputStream(IFSFile file) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(IFSFile file,
int shareOption,
boolean append) |
Constructs an IFSFileOutputStream object.
|
IFSFileOutputStream(IFSFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSFileOutputStream object.
|
IFSFileReader(IFSFile file) |
Constructs an IFSFileReader object.
|
IFSFileReader(IFSFile file,
int ccsid) |
Constructs an IFSFileReader object.
|
IFSFileReader(IFSFile file,
int ccsid,
int shareOption) |
Constructs an IFSFileReader object.
|
IFSFileWriter(IFSFile file) |
Constructs an IFSFileWriter object.
|
IFSFileWriter(IFSFile file,
boolean append) |
Constructs an IFSFileWriter object.
|
IFSFileWriter(IFSFile file,
boolean append,
int shareOption) |
Constructs an IFSFileWriter object.
|
IFSFileWriter(IFSFile file,
boolean append,
int shareOption,
int ccsid) |
Constructs an IFSFileWriter object.
|
IFSFileWriter(IFSFile file,
int ccsid) |
Constructs an IFSFileWriter object.
|
IFSJavaFile(IFSFile file) |
Creates a new IFSJavaFile instance from an IFSFile object.
|
IFSRandomAccessFile(AS400 system,
IFSFile file,
String mode,
int shareOption,
int existenceOption) |
Deprecated.
Use IFSRandomAccessFile(IFSFile,String,int,int) instead.
|
IFSRandomAccessFile(IFSFile file,
String mode,
int shareOption,
int existenceOption) |
Constructs an IFSRandomAccessFile object.
|
IFSTextFileInputStream(AS400 system,
IFSFile file,
int shareOption) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileInputStream(IFSFile file) |
Constructs an IFSTextFileInputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(AS400 system,
IFSFile file,
int shareOption,
boolean append,
int ccsid) |
Constructs an IFSTextFileOutputStream object.
|
IFSTextFileOutputStream(IFSFile file) |
Constructs an IFSTextFileOutputStream object.
|
Permission(IFSFile file) |
Constructs a Permission object.
|
Permission(IFSFile file,
boolean pathMayStartWithIASP) |
Constructs a Permission object.
|
Permission(IFSFile file,
boolean pathMayStartWithIASP,
boolean followLinks) |
Constructs a Permission object.
|
Constructor | Description |
---|---|
IFSTextFileDocument(IFSFile file) |
Deprecated.
Constructs a IFSTextFileDocument object.
|
VIFSDirectory(IFSFile directory) |
Deprecated.
Constructs a VIFSDirectory object.
|
VIFSDirectory(VNode parent,
IFSFile directory) |
Deprecated.
Constructs a VIFSDirectory object.
|
VIFSFile(IFSFile file) |
Deprecated.
Constructs a VIFSFile object.
|
Copyright © 2024. All rights reserved.