Uses of Interface
org.seedstack.seed.command.Command
-
Packages that use Command Package Description org.seedstack.seed.command -
-
Uses of Command in org.seedstack.seed.command
Subinterfaces of Command in org.seedstack.seed.command Modifier and Type Interface Description interfacePrettyCommand<T>This interface can be implemented by commands that are able to prettify their output object as a string.interfaceStreamCommandAdd the ability to work on input, output and error streams to the theCommandinterface.Methods in org.seedstack.seed.command that return Command Modifier and Type Method Description CommandCommandRegistry. createCommand(String scope, String name, List<String> argValues, Map<String,String> optionValues)Instantiates aCommandobject given a scope, a name and a list of arguments and options.
-