Uses of Class
org.anchoranalysis.launcher.executor.selectparam.path.convert.InvalidPathArgumentException
Packages that use InvalidPathArgumentException
Package
Description
SelectParams 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 aSelectParamfor 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 PathArgumentConverter.pathFromArgument(String argument) Converts the string passed as a command-line argument to a path.