Uses of Class
org.anchoranalysis.io.input.InputReadFailedException
| Package | Description |
|---|---|
| org.anchoranalysis.io.input |
Classes relating to creating inputs for an experiment / task.
|
| org.anchoranalysis.io.input.bean |
Beans related to collecting inputs from the file-system for an experiment.
|
| org.anchoranalysis.io.input.bean.namer |
Beans to derive names (compact unique identifiers) from files.
|
| org.anchoranalysis.io.input.bean.path.matcher |
Beans to find a subset of files that match a particular conditions on their paths.
|
-
Uses of InputReadFailedException in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that throw InputReadFailedException Modifier and Type Method Description default NamedFileInputFromManager. asFile()Expresses the input as a file with a name (the unique identifier).default PathInputFromManager. pathForBindingRequired()LikeInputFromManager.pathForBinding()but throws an exception if a path isn't present. -
Uses of InputReadFailedException in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that throw InputReadFailedException 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 InputReadFailedException in org.anchoranalysis.io.input.bean.namer
Methods in org.anchoranalysis.io.input.bean.namer that throw InputReadFailedException Modifier and Type Method Description List<NamedFile>FileNamer. deriveNameUnique(List<File> files, FileNamerContext context)LikeFileNamer.deriveName(List, FileNamerContext)but checks that the final list of named-files all have unique names. -
Uses of InputReadFailedException in org.anchoranalysis.io.input.bean.path.matcher
Methods in org.anchoranalysis.io.input.bean.path.matcher that throw InputReadFailedException Modifier and Type Method Description protected abstract CheckedPredicate<Path,IOException>FilePathMatcher. createMatcherFile(Path directory, Optional<InputContextParameters> inputContext)Create a predicate to be used for matching against path.protected CheckedPredicate<Path,IOException>MatchExtensions. createMatcherFile(Path directory, Optional<InputContextParameters> inputContext)protected CheckedPredicate<Path,IOException>MatchGlob. createMatcherFile(Path directory, Optional<InputContextParameters> inputContext)List<File>FilePathMatcher. matchingFiles(Path directory, boolean recursive)LikeFilePathMatcher.matchingFiles(Path, boolean, boolean, boolean, Optional, Optional)but uses sensible defaults.List<File>FilePathMatcher. matchingFiles(Path directory, boolean recursive, boolean ignoreHidden, boolean acceptDirectoryErrors, Optional<Integer> maxDirectoryDepth, Optional<InputManagerParameters> parameters)Finds a collection of files that match particular conditions on their paths.