class |
AbstractFtpDirectoryListerBasedSearchlet |
|
class |
AbstractLocalDirectoryListerBasedSearchlet |
|
class |
AbstractSftpDirectoryListerBasedSearchlet |
|
class |
AbstractSmbDirectoryListerBasedSearchlet |
|
class |
BlockingSearch |
Executes the base search till there is a non-empty list returned or, if specified, the timeout reached.
|
class |
FtpDirectorySearch |
Searches only for directories (FTP).
|
class |
FtpDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories (FTP).
|
class |
FtpDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (FTP).
|
class |
FtpFileSearch |
Searches only for files (FTP).
|
class |
FtpFileSearchWithComparator |
Searches only for files, but uses the comparator for sorting the files (FTP).
|
class |
FtpFileSearchWithCustomSort |
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting (FTP).
|
class |
LocalDirectorySearch |
Searches only for directories.
|
class |
LocalDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories.
|
class |
LocalDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting.
|
class |
LocalDirectorySearchWithTimestampConstraints |
Searches only for directories.
Allows to further restrict the search using a timestamp window ('last modified') that the directories must satisfy.
|
class |
LocalFileSearch |
Searches only for files.
|
class |
LocalFileSearchWithComparator |
Searches only for files, but uses the comparator for sorting the files.
|
class |
LocalFileSearchWithCustomSort |
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting.
|
class |
LocalFileSearchWithTimestampConstraints |
Searches only for files.
Allows to further restrict the search using a timestamp window ('last modified') that the files must satisfy.
|
class |
MultiSearch |
Combines the search results of multiple search algorithms.
|
class |
SftpDirectorySearch |
Searches only for directories (SFTP).
|
class |
SftpDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories (SFTP).
|
class |
SftpDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (SFTP).
|
class |
SftpFileSearch |
Searches only for files (SFTP).
|
class |
SftpFileSearchWithComparator |
Searches only for files, but uses the comparator for sorting the files (SFTP).
|
class |
SftpFileSearchWithCustomSort |
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting (SFTP).
|
class |
SmbDirectorySearch |
Searches only for directories (SMB, Windows shares).
|
class |
SmbDirectorySearchWithComparator |
Searches only for directories, but uses the comparator for sorting the directories (SMB, Windows shares).
|
class |
SmbDirectorySearchWithCustomSort |
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (SMB, Windows shares).
|
class |
SmbFileSearch |
Searches only for files (SMB, Windows shares).
|
class |
SmbFileSearchWithComparator |
Searches only for files, but uses the comparator for sorting the files (SMB, Windows shares).
|
class |
SmbFileSearchWithCustomSort |
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting (SMB, Windows shares).
|