public class ExecuteManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected RunModel |
runModel |
java.lang.String |
startLocalJavaPexpect |
java.lang.String |
stopLocalJavaPexpect |
| Constructor and Description |
|---|
ExecuteManager(RunModel runModel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
startLocalJava(NativeCommand.Listener listener) |
java.lang.String[] |
startLocalScript(NativeCommand.Listener listener) |
boolean |
startRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
void |
stopLocalJava() |
void |
stopLocalScript(NativeCommand.Listener listener) |
void |
stopRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
protected RunModel runModel
public java.lang.String startLocalJavaPexpect
public java.lang.String stopLocalJavaPexpect
public ExecuteManager(RunModel runModel)
public java.lang.String[] startLocalJava(NativeCommand.Listener listener)
public void stopLocalJava()
public java.lang.String[] startLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic void stopLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic boolean startRemote(boolean nativeSSH,
NativeCommand.Listener listener)
throws java.lang.Throwable
java.lang.Throwablepublic void stopRemote(boolean nativeSSH,
NativeCommand.Listener listener)
throws java.lang.Throwable
java.lang.Throwable