Uses of Class
org.anchoranalysis.io.input.bean.InputManagerParameters
Packages that use InputManagerParameters
Package
Description
Beans related to collecting inputs from the file-system for an experiment.
Methods to provide a collection of
Files.-
Uses of InputManagerParameters in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean with parameters of type InputManagerParametersModifier and TypeMethodDescriptionabstract InputsWithDirectory<T> InputManager.inputs(InputManagerParameters parameters) Creates a list of inputs given particular parameters.InputManagerUnary.inputs(InputManagerParameters parameters) protected abstract InputsWithDirectory<T> InputManagerUnary.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Calculates the inputs to return given the inputs from the delegate. -
Uses of InputManagerParameters in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files with parameters of type InputManagerParametersModifier and TypeMethodDescriptionFilesProvider.create(InputManagerParameters parameters) Creates or provides a list of files.FilesProviderUnary.create(InputManagerParameters parameters) FilesProviderWithDirectory.create(InputManagerParameters parameters) SpecificPathList.create(InputManagerParameters parameters) FilesProviderWithDirectory.matchingFilesForDirectory(Path directory, InputManagerParameters parameters) The matching files for this provider that exist in a particular directory.FilesProviderWithDirectoryUnary.matchingFilesForDirectory(Path directory, InputManagerParameters parameters) SearchDirectory.matchingFilesForDirectory(Path directory, InputManagerParameters parameters) SingleFile.matchingFilesForDirectory(Path directory, InputManagerParameters parameters)