Uses of Class
org.anchoranalysis.io.input.bean.files.FilesProvider
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.bean.dictionary |
Methods to provide a
Dictionary. |
| org.anchoranalysis.io.input.bean.files |
Methods to provide a collection of
Files. |
| org.anchoranalysis.io.input.bean.path.provider |
Methods to provide a single file-path.
|
-
Uses of FilesProvider in org.anchoranalysis.io.input.bean.dictionary
Methods in org.anchoranalysis.io.input.bean.dictionary that return FilesProvider Modifier and Type Method Description FilesProviderReadFromFile. getFiles()Provides a single file containing a dictionary.Methods in org.anchoranalysis.io.input.bean.dictionary with parameters of type FilesProvider Modifier and Type Method Description voidReadFromFile. setFiles(FilesProvider files)Provides a single file containing a dictionary. -
Uses of FilesProvider in org.anchoranalysis.io.input.bean.files
Subclasses of FilesProvider in org.anchoranalysis.io.input.bean.files Modifier and Type Class Description classFilesProviderUnaryLikeFilesProviderbut employs a unary operator on a call to an existingFilesProvider.classFilesProviderWithDirectoryBase class for implementations ofFilesProviderwhich do have an associated directory.classFilesProviderWithDirectoryStringAFilesProviderWithDirectorywhere the directory is optionally specified as a string constantclassFilesProviderWithDirectoryUnaryLikeFilesProviderWithDirectorybut employs a unary operator on a call to an existingFilesProviderWithDirectory.classFilesProviderWithoutDirectoryBase class for implementations ofFilesProviderwhich do not have an associated directory.classSearchDirectorySearches a directory for files whose paths match a particular predicate.classSingleFileProvides a single file only.classSpecificPathListA specific list of paths which form the input.Methods in org.anchoranalysis.io.input.bean.files that return FilesProvider Modifier and Type Method Description FilesProviderSpecificPathList. getFallback()If no paths can be found either from listPaths or the input-context, then the fallback is called if exists, otherwise an error is thrownFilesProviderFilesProviderUnary. getFiles()Methods in org.anchoranalysis.io.input.bean.files with parameters of type FilesProvider Modifier and Type Method Description voidSpecificPathList. setFallback(FilesProvider fallback)If no paths can be found either from listPaths or the input-context, then the fallback is called if exists, otherwise an error is thrownvoidFilesProviderUnary. setFiles(FilesProvider files) -
Uses of FilesProvider in org.anchoranalysis.io.input.bean.path.provider
Methods in org.anchoranalysis.io.input.bean.path.provider that return FilesProvider Modifier and Type Method Description FilesProviderFromFiles. getFiles()A provider that should return exactly oneFilewhose path is employed.Methods in org.anchoranalysis.io.input.bean.path.provider with parameters of type FilesProvider Modifier and Type Method Description voidFromFiles. setFiles(FilesProvider files)A provider that should return exactly oneFilewhose path is employed.