Package org.anchoranalysis.io.input.bean.files
Methods to provide a collection of
Files.-
Class Summary Class Description FilesProvider Base class for providing a list ofFiles.FilesProviderUnary LikeFilesProviderbut employs a unary operator on a call to an existingFilesProvider.FilesProviderWithDirectory Base class for implementations ofFilesProviderwhich do have an associated directory.FilesProviderWithDirectoryString AFilesProviderWithDirectorywhere the directory is optionally specified as a string constantFilesProviderWithDirectoryUnary LikeFilesProviderWithDirectorybut employs a unary operator on a call to an existingFilesProviderWithDirectory.FilesProviderWithoutDirectory Base class for implementations ofFilesProviderwhich do not have an associated directory.SearchDirectory Searches a directory for files whose paths match a particular predicate.SingleFile Provides a single file only.SpecificPathList A specific list of paths which form the input.