Uses of Class
org.anchoranalysis.io.input.bean.InputManagerParameters
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.bean |
Beans related to collecting inputs from the file-system for an experiment.
|
| org.anchoranalysis.io.input.bean.files |
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 InputManagerParameters Modifier and Type Method Description abstract InputsWithDirectory<T>InputManager. inputs(InputManagerParameters parameters)Creates a list of inputs given particular parameters.InputsWithDirectory<T>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 InputManagerParameters Modifier and Type Method Description abstract List<File>FilesProvider. create(InputManagerParameters parameters)Creates or provides a list of files.List<File>FilesProviderUnary. create(InputManagerParameters parameters)List<File>FilesProviderWithDirectory. create(InputManagerParameters parameters)List<File>SpecificPathList. create(InputManagerParameters parameters)abstract List<File>FilesProviderWithDirectory. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)The matching files for this provider that exist in a particular directory.List<File>FilesProviderWithDirectoryUnary. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)List<File>SearchDirectory. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)List<File>SingleFile. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)