Uses of Class
org.anchoranalysis.io.input.InputContextParameters
| 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. |
| org.anchoranalysis.io.input.bean.path.matcher |
Beans to find a subset of files that match a particular conditions on their paths.
|
-
Uses of InputContextParameters in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return InputContextParameters Modifier and Type Method Description InputContextParametersInputManagerParameters. getInputContext()Additional parameters that offer context for many beans that provide input-functions.Constructors in org.anchoranalysis.io.input.bean with parameters of type InputContextParameters Constructor Description InputManagerParameters(InputContextParameters inputContext, OperationContext operationContext) -
Uses of InputContextParameters in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files with parameters of type InputContextParameters Modifier and Type Method Description abstract PathFilesProviderWithDirectory. getDirectoryAsPath(InputContextParameters inputContext)The associated directory with the list of files.PathFilesProviderWithDirectoryString. getDirectoryAsPath(InputContextParameters inputContext)PathFilesProviderWithDirectoryUnary. getDirectoryAsPath(InputContextParameters inputContext)PathSingleFile. getDirectoryAsPath(InputContextParameters inputContext)PathFilesProviderWithDirectory. getDirectoryAsPathEnsureAbsolute(InputContextParameters inputContext)LikeFilesProviderWithDirectory.getDirectoryAsPath(org.anchoranalysis.io.input.InputContextParameters)but converts any relative path to absolute one.abstract Optional<Path>FilesProvider. rootDirectory(InputContextParameters inputContext)A root directory for these files, if it exists.Optional<Path>FilesProviderUnary. rootDirectory(InputContextParameters inputContext)Optional<Path>FilesProviderWithDirectory. rootDirectory(InputContextParameters inputContext)Optional<Path>FilesProviderWithoutDirectory. rootDirectory(InputContextParameters inputContext)Optional<Path>SpecificPathList. rootDirectory(InputContextParameters inputContext) -
Uses of InputContextParameters in org.anchoranalysis.io.input.bean.path.matcher
Method parameters in org.anchoranalysis.io.input.bean.path.matcher with type arguments of type InputContextParameters 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)protected CheckedPredicate<Path,IOException>MatchRegularExpression. createMatcherFile(Path directory, Optional<InputContextParameters> inputContext)