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.
FilesProviders for providing annotations.Implementations of
FilesProvider.InputManagers that accept a set of named-files.Implementations of
FilesProvider.-
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.Methods 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. -
Uses of FilesProvider in org.anchoranalysis.plugin.annotation.bean.file
Subclasses of FilesProvider in org.anchoranalysis.plugin.annotation.bean.fileModifier and TypeClassDescriptionclassFromAnnotations<T extends AnnotatorStrategy>Provides files associated with annotations. -
Uses of FilesProvider in org.anchoranalysis.plugin.io.bean.file.provider
Subclasses of FilesProvider in org.anchoranalysis.plugin.io.bean.file.providerModifier and TypeClassDescriptionclassclassclassclassclassclassclassRepresents a set of files, with a different path-root depending on context.classclassclassMethods in org.anchoranalysis.plugin.io.bean.file.provider that return types with arguments of type FilesProviderMethod parameters in org.anchoranalysis.plugin.io.bean.file.provider with type arguments of type FilesProvider -
Uses of FilesProvider in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that return FilesProviderMethods in org.anchoranalysis.plugin.io.bean.input.files with parameters of type FilesProviderModifier and TypeMethodDescriptionprotected InputsWithDirectory<T> NamedFilesBase.createInputsFromFiles(FilesProvider files, InputManagerParameters parameters, Function<NamedFile, T> mapToInput) Creates a list of inputs from aFilesProviderwhich together with thenamercan create the inputs.voidNamedFiles.setFiles(FilesProvider files) The files to use as inputs.Constructors in org.anchoranalysis.plugin.io.bean.input.files with parameters of type FilesProviderModifierConstructorDescriptionNamedFiles(FilesProvider files) NamedFiles(FilesProvider files, FileNamer namer) -
Uses of FilesProvider in org.anchoranalysis.plugin.io.bean.input.files.provider
Subclasses of FilesProvider in org.anchoranalysis.plugin.io.bean.input.files.providerModifier and TypeClassDescriptionclassLists all directories to a certain depthclass