public interface Command
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExamples()
Returns a list of example uses.
|
int |
run()
Runs this
Command. |
int run() throws IOException
Command.IOException - if there is an error while running the commandCopyright © 2019 The Apache Software Foundation. All rights reserved.