Uses of Class
org.anchoranalysis.io.input.InputContextParameters
Packages that use InputContextParameters
Package
Description
Arguments that can further specify an experiment in addition to its bean specification.
Beans related to collecting inputs from the file-system for an experiment.
Methods to provide a collection of
File
s.Beans to find a subset of files that match a particular conditions on their paths.
-
Uses of InputContextParameters in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return InputContextParametersModifier and TypeMethodDescriptionInputArguments.getContextParameters()
Context parameters that an influence determining inputs.ExecutionArguments.inputContextParameters()
Additional parameters that offer context for many beans that provide input-functions. -
Uses of InputContextParameters in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return InputContextParametersModifier and TypeMethodDescriptionInputManagerParameters.getInputContext()
Additional parameters that offer context for many beans that provide input-functions.Constructors in org.anchoranalysis.io.input.bean with parameters of type InputContextParametersModifierConstructorDescriptionInputManagerParameters
(InputContextParameters inputContext, OperationContext operationContext) Creates a newInputManagerParameters
instance. -
Uses of InputContextParameters in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files with parameters of type InputContextParametersModifier and TypeMethodDescriptionabstract Path
FilesProviderWithDirectory.getDirectoryAsPath
(InputContextParameters inputContext) The associated directory with the list of files.FilesProviderWithDirectoryString.getDirectoryAsPath
(InputContextParameters inputContext) FilesProviderWithDirectoryUnary.getDirectoryAsPath
(InputContextParameters inputContext) SingleFile.getDirectoryAsPath
(InputContextParameters inputContext) FilesProviderWithDirectory.getDirectoryAsPathEnsureAbsolute
(InputContextParameters inputContext) LikeFilesProviderWithDirectory.getDirectoryAsPath(org.anchoranalysis.io.input.InputContextParameters)
but converts any relative path to absolute one.FilesProvider.rootDirectory
(InputContextParameters inputContext) A root directory for these files, if it exists.FilesProviderUnary.rootDirectory
(InputContextParameters inputContext) FilesProviderWithDirectory.rootDirectory
(InputContextParameters inputContext) FilesProviderWithoutDirectory.rootDirectory
(InputContextParameters inputContext) 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 InputContextParametersModifier 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) protected CheckedPredicate
<Path, IOException> MatchRegularExpression.createMatcherFile
(Path directory, Optional<InputContextParameters> inputContext)