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