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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteFile
Abstract implementation of RemoteFile.
|
class |
FileSystemRemoteFile
Implementation of RemoteFile for file system files
|
class |
FTPRemoteFile
Implementation of RemoteFile for FTP files
|
class |
HTTPRemoteFile
Implementation of RemoteFile for HTTP files
|
Modifier and Type | Method and Description |
---|---|
List<? extends RemoteFile> |
RemoteFileLister.getFilteredRemoteFileList() |
List<? extends RemoteFile> |
RemoteFileLister.getUnfilteredRemoteFileList() |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteFileFilter.accept(RemoteFile inRemoteFile) |
boolean |
RemoteFileNewerThanFilter.accept(RemoteFile inRemoteFile) |
jataylor@hairyfatguy.com