Uses of Class
org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectory
Packages that use FilesProviderWithDirectory
Package
Description
Methods to provide a collection of
File
s.Implementations of
FilesProvider
.InputManager
s that accept a set of named-files.Implementations of
FilesProvider
.-
Uses of FilesProviderWithDirectory in org.anchoranalysis.io.input.bean.files
Subclasses of FilesProviderWithDirectory in org.anchoranalysis.io.input.bean.filesModifier and TypeClassDescriptionclass
AFilesProviderWithDirectory
where the directory is optionally specified as a string constantclass
LikeFilesProviderWithDirectory
but employs a unary operator on a call to an existingFilesProviderWithDirectory
.class
Searches a directory for files whose paths match a particular predicate.class
Provides a single file only.Methods in org.anchoranalysis.io.input.bean.files that return FilesProviderWithDirectoryMethods in org.anchoranalysis.io.input.bean.files with parameters of type FilesProviderWithDirectoryModifier and TypeMethodDescriptionvoid
FilesProviderWithDirectoryUnary.setFiles
(FilesProviderWithDirectory files) -
Uses of FilesProviderWithDirectory in org.anchoranalysis.plugin.io.bean.file.provider
Modifier and TypeClassDescriptionclass
class
class
class
Methods in org.anchoranalysis.plugin.io.bean.file.provider that return FilesProviderWithDirectoryMethods in org.anchoranalysis.plugin.io.bean.file.provider with parameters of type FilesProviderWithDirectory -
Uses of FilesProviderWithDirectory in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that return FilesProviderWithDirectoryMethods in org.anchoranalysis.plugin.io.bean.input.files with parameters of type FilesProviderWithDirectoryModifier and TypeMethodDescriptionvoid
NamedFilesWithDirectory.setFiles
(FilesProviderWithDirectory files) The files to use as inputs. -
Uses of FilesProviderWithDirectory in org.anchoranalysis.plugin.io.bean.input.files.provider