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