Package | Description |
---|---|
com.hfg.util.io |
Various IO utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteFileLister<T extends RemoteFile>
Abstract RemoteFileLister base class.
|
class |
FileSystemRemoteFileLister
RemoteFileLister for local file system files.
|
class |
FTPRemoteFileLister
Delineates FTP files matching the specified path.
|
class |
HTTPRemoteFileLister
Deliniates HTTP files matching the specifed path.
|
Modifier and Type | Method and Description |
---|---|
static RemoteFileLister |
RemoteFileListerFactory.getRemoteFileLister(String inFilePath) |
static RemoteFileLister |
RemoteFileListerFactory.getRemoteFileLister(String inFilePath,
List<RemoteFileFilter> inFilterList) |
RemoteFileLister |
AbstractRemoteFileLister.setCredentials(LoginCredentials inCredentials) |
RemoteFileLister |
RemoteFileLister.setCredentials(LoginCredentials inValue) |
RemoteFileLister |
AbstractRemoteFileLister.setReturnOnlyMostRecentFile(boolean inValue) |
RemoteFileLister |
RemoteFileLister.setReturnOnlyMostRecentFile(boolean inValue) |
jataylor@hairyfatguy.com