public class ConsoleMuleCommand extends AbstractMuleCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
WWRAPPER_CONSOLE_FLUSH_TRUE |
logger| Constructor and Description |
|---|
ConsoleMuleCommand(MuleServiceWrapper muleServiceWrapper,
String... args)
Creates an instance of the command.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Template method for commands.
|
org.zeroturnaround.exec.StartedProcess |
getProcess() |
checkState, createMuleProcessExecutor, createMuleProcessExecutor, createMuleProcessExecutor, execute, getMuleServiceWrapperpublic static final String WWRAPPER_CONSOLE_FLUSH_TRUE
public ConsoleMuleCommand(MuleServiceWrapper muleServiceWrapper, String... args)
muleServiceWrapper - MuleServiceWrapper to execute the command. Non null.args - array of String arguments to be passed when Mule Runtime is started.protected void doExecute()
throws InterruptedException,
TimeoutException,
IOException
doExecute in class AbstractMuleCommandInterruptedExceptionTimeoutExceptionIOExceptionpublic org.zeroturnaround.exec.StartedProcess getProcess()
StartedProcess for the console command.Copyright © 2024 MuleSoft, Inc.. All rights reserved.