| AbstractFileSystemSearchlet |
Ancestor for file-system search algorithms.
|
| AbstractLocalDirectoryListerBasedSearchlet |
|
| AbstractSftpDirectoryListerBasedSearchlet |
|
| AbstractSmbDirectoryListerBasedSearchlet |
|
| LocalDirectorySearch |
Searches only for directories.
|
| LocalDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories.
|
| LocalDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting.
|
| LocalDirectorySearchWithCustomSort.SortContainer |
Custom container for sorting the filenames.
|
| LocalFileSearch |
Searches only for files.
|
| SftpDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories (SFTP).
|
| SftpDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (SFTP).
|
| SftpDirectorySearchWithCustomSort.SortContainer |
Custom container for sorting the filenames.
|
| SmbDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories (SMB, Windows shares).
|
| SmbDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (SMB, Windows shares).
|
| SmbDirectorySearchWithCustomSort.SortContainer |
Custom container for sorting the filenames.
|