public interface MBClientCmd
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execution logic of the command.
|
void |
printLongDesc(StringBuilder out)
Append long description of this command to the passed string builder.
|
void |
printUsage(StringBuilder out)
Append usage description of this command to the passed string builder.
|
void execute()
void printLongDesc(StringBuilder out)
out - StringBuilder instance, which messages should be appended to.void printUsage(StringBuilder out)
out - StringBuilder instance, which messages should be appended to.Copyright © 2018 WSO2. All rights reserved.