Package | Description |
---|---|
org.seedstack.seed.command |
Modifier and Type | Interface and Description |
---|---|
interface |
PrettyCommand<T>
This interface can be implemented by commands that are able to prettify their output object as a string.
|
interface |
StreamCommand
Add the ability to work on input, output and error streams to the the
Command interface. |
Modifier and Type | Method and Description |
---|---|
Command |
CommandRegistry.createCommand(String scope,
String name,
List<String> argValues,
Map<String,String> optionValues)
Instantiates a
Command object given a scope, a name and a list of arguments and options. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.