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
- invocationIOException
InterruptedException
Copyright © 2016 JBoss by Red Hat. All rights reserved.