Uses of Class
gov.nist.secauto.metaschema.cli.processor.InvalidArgumentException
Packages that use InvalidArgumentException
-
Uses of InvalidArgumentException in gov.nist.secauto.metaschema.cli.processor.command
Methods in gov.nist.secauto.metaschema.cli.processor.command that throw InvalidArgumentExceptionModifier and TypeMethodDescriptiondefault void
ICommand.validateExtraArguments
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Validates that the provided extra arguments meet expectations.default void
ICommand.validateOptions
(CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Validate the options provided on the command line based on what is required for this command.