public interface Command<T extends CommandInvocation>
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
execute(T commandInvocation)
Will be executed when this command is triggered by the command line.
|
CommandResult execute(T commandInvocation) throws IOException, InterruptedException
commandInvocation - invocationIOExceptionInterruptedExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.