Package | Description |
---|---|
com.ibm.websphere.filetransfer |
This package is intended to encapsulate the public API and SPI related
to file transfer.
|
Modifier and Type | Method and Description |
---|---|
FileServiceMXBean.MetaData[] |
FileServiceMXBean.getDirectoryEntries(java.lang.String directory,
boolean recursive,
java.lang.String requestOptions)
List the directory/files for the given path.
|
FileServiceMXBean.MetaData |
FileServiceMXBean.getMetaData(java.lang.String path,
java.lang.String requestOptions)
Get the metadata pertaining to the specified path.
|