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
File
s.Methods to provide a single file-path.
FilesProvider
s for providing annotations.Implementations of
FilesProvider
.InputManager
s 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 TypeMethodDescriptionvoid
ReadFromFile.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 TypeClassDescriptionclass
LikeFilesProvider
but employs a unary operator on a call to an existingFilesProvider
.class
Base class for implementations ofFilesProvider
which do have an associated directory.class
AFilesProviderWithDirectory
where the directory is optionally specified as a string constantclass
LikeFilesProviderWithDirectory
but employs a unary operator on a call to an existingFilesProviderWithDirectory
.class
Base class for implementations ofFilesProvider
which do not have an associated directory.class
Searches a directory for files whose paths match a particular predicate.class
Provides a single file only.class
A 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 TypeMethodDescriptionvoid
SpecificPathList.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 thrownvoid
FilesProviderUnary.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 oneFile
whose path is employed.Methods in org.anchoranalysis.io.input.bean.path.provider with parameters of type FilesProviderModifier and TypeMethodDescriptionvoid
FromFiles.setFiles
(FilesProvider files) A provider that should return exactly oneFile
whose path is employed. -
Uses of FilesProvider in org.anchoranalysis.plugin.annotation.bean.file
Subclasses of FilesProvider in org.anchoranalysis.plugin.annotation.bean.fileModifier and TypeClassDescriptionclass
FromAnnotations<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 TypeClassDescriptionclass
class
class
class
class
class
class
Represents a set of files, with a different path-root depending on context.class
class
class
Methods 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 aFilesProvider
which together with thenamer
can create the inputs.void
NamedFiles.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 TypeClassDescriptionclass
Lists all directories to a certain depthclass