Uses of Class
org.anchoranalysis.launcher.executor.selectparam.path.convert.InvalidPathArgumentException
Packages that use InvalidPathArgumentException
Package
Description
SelectParam
s for loading a
Optional<Path>
for inputs, outputs or tasks.Converting paths to/from different formats as needed by
org.anchoranalysis.launcher.executor.selectparam.path
.-
Uses of InvalidPathArgumentException in org.anchoranalysis.launcher.executor.selectparam.path
Methods in org.anchoranalysis.launcher.executor.selectparam.path that throw InvalidPathArgumentExceptionModifier and TypeMethodDescriptionstatic SelectParam
<Optional<Path>> InputFactory.pathOrDirectoryOrGlobOrExtension
(String[] arguments) Creates aSelectParam
for path, directory, glob, or file extension inputs. -
Uses of InvalidPathArgumentException in org.anchoranalysis.launcher.executor.selectparam.path.convert
Methods in org.anchoranalysis.launcher.executor.selectparam.path.convert that throw InvalidPathArgumentExceptionModifier and TypeMethodDescriptionstatic Path
ArgumentConverter.pathFromArgument
(String argument) Converts the string passed as a command-line argument to a path.