public class CommandExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommandExecutor.Executable |
static interface |
CommandExecutor.ExecutableBuilder |
class |
CommandExecutor.TimeoutCommandContext |
| Constructor and Description |
|---|
CommandExecutor(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandHandler handler,
int timeout,
TimeUnit unit) |
Future<?> |
getLastTask() |
public CommandExecutor(CommandContext ctx)
public void execute(CommandHandler handler, int timeout, TimeUnit unit) throws CommandLineException, InterruptedException, ExecutionException, TimeoutException
public Future<?> getLastTask()
Copyright © 2018 JBoss by Red Hat. All rights reserved.