Uses of Interface
gov.nist.secauto.metaschema.cli.processor.command.ExtraArgument
Package
Description
-
Uses of ExtraArgument in gov.nist.secauto.metaschema.cli.processor.command
Modifier and TypeMethodDescriptionstatic ExtraArgument
ExtraArgument.newInstance
(String name, boolean required) Create a new extra argument instance.Modifier and TypeMethodDescriptiondefault List<ExtraArgument>
ICommand.getExtraArguments()
Get the non-option arguments. -
Uses of ExtraArgument in gov.nist.secauto.metaschema.cli.processor.command.impl
Modifier and TypeClassDescriptionclass
A default implementation of theExtraArgument
interface that represents a named command-line argument which can be marked as required or optional.