Uses of Class
org.anchoranalysis.io.input.bean.files.FilesProvider
Packages that use FilesProvider
Package
Description
Methods to provide a
Dictionary.Methods to provide a collection of
Files.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 FilesProviderModifier and TypeMethodDescriptionReadFromFile.getFiles()Provides a single file containing a dictionary.Methods in org.anchoranalysis.io.input.bean.dictionary with parameters of type FilesProviderModifier and TypeMethodDescriptionvoidReadFromFile.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.filesModifier and TypeClassDescriptionclassLikeFilesProviderbut employs a unary operator on a call to an existingFilesProvider.classBase class for implementations ofFilesProviderwhich do have an associated directory.classAFilesProviderWithDirectorywhere the directory is optionally specified as a string constantclassLikeFilesProviderWithDirectorybut employs a unary operator on a call to an existingFilesProviderWithDirectory.classBase class for implementations ofFilesProviderwhich do not have an associated directory.classSearches a directory for files whose paths match a particular predicate.classProvides a single file only.classA specific list of paths which form the input.Subclasses with type arguments of type FilesProvider in org.anchoranalysis.io.input.bean.filesMethods in org.anchoranalysis.io.input.bean.files that return FilesProviderModifier and TypeMethodDescriptionSpecificPathList.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 thrownFilesProviderUnary.getFiles()Methods in org.anchoranalysis.io.input.bean.files with parameters of type FilesProviderModifier and TypeMethodDescriptionvoidSpecificPathList.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 FilesProviderModifier and TypeMethodDescriptionFromFiles.getFiles()A provider that should return exactly oneFilewhose path is employed.Methods in org.anchoranalysis.io.input.bean.path.provider with parameters of type FilesProviderModifier and TypeMethodDescriptionvoidFromFiles.setFiles(FilesProvider files) A provider that should return exactly oneFilewhose path is employed.