Uses of Interface
net.shibboleth.ext.spring.cli.CommandLineArguments
-
Packages that use CommandLineArguments Package Description net.shibboleth.ext.spring.cli Command line functionality. -
-
Uses of CommandLineArguments in net.shibboleth.ext.spring.cli
Classes in net.shibboleth.ext.spring.cli with type parameters of type CommandLineArguments Modifier and Type Class Description classAbstractCommandLine<T extends CommandLineArguments>A simple driver for a Spring-based CLI.Classes in net.shibboleth.ext.spring.cli that implement CommandLineArguments Modifier and Type Class Description classAbstractCommandLineArgumentsCommand line arguments base class for theAbstractCommandLineclass.Methods in net.shibboleth.ext.spring.cli with parameters of type CommandLineArguments Modifier and Type Method Description StringAbstractCommandLine.TerminalCodes. code(CommandLineArguments args)Gets the relevant code for the enum value.
-