Uses of Class
org.anchoranalysis.io.input.InputReadFailedException
Packages that use InputReadFailedException
Package
Description
Classes relating to creating inputs for an experiment / task.
Beans related to collecting inputs from the file-system for an experiment.
Beans to derive names (compact unique identifiers) from files.
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 InputReadFailedExceptionModifier and TypeMethodDescriptiondefault 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 InputReadFailedExceptionModifier 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 InputReadFailedException in org.anchoranalysis.io.input.bean.namer
Methods in org.anchoranalysis.io.input.bean.namer that throw InputReadFailedExceptionModifier and TypeMethodDescriptionFileNamer.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 InputReadFailedExceptionModifier and TypeMethodDescriptionprotected 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) FilePathMatcher.matchingFiles(Path directory, boolean recursive) LikeFilePathMatcher.matchingFiles(Path, boolean, boolean, boolean, Optional, Optional)but uses sensible defaults.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.