| Modifier and Type | Method and Description |
|---|---|
ProcessExecution |
ProcessExecutor.execute(Command command)
Executes a process defined by command.
|
ProcessExecution |
ProcessExecutor.execute(ProcessInteraction interaction,
Command command)
Executes a process defined by command.
|
ProcessExecution |
ProcessExecutor.execute(ProcessInteraction interaction,
String[] command)
Executes a process defined by command.
|
ProcessExecution |
ProcessExecutor.execute(String... command)
Executes a process defined by command.
|
Boolean |
ProcessExecutor.scheduleUntilTrue(Callable<Boolean> callable,
long timeout,
long step,
TimeUnit unit)
Schedules a callable to be executed in regular intervals
|
ProcessExecution |
ProcessExecutor.spawn(Command command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(ProcessInteraction interaction,
Command command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(ProcessInteraction interaction,
String[] command)
Spawns a process defined by command.
|
ProcessExecution |
ProcessExecutor.spawn(String... command)
Spawns a process defined by command.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.