Package editor.run
Class OutOfProcessRemote
- java.lang.Object
-
- editor.run.AbstractOutOfProcessExecutor<RemoteRunConfig>
-
- editor.run.OutOfProcessRemote
-
- All Implemented Interfaces:
IProcessRunner<RemoteRunConfig>
public class OutOfProcessRemote extends AbstractOutOfProcessExecutor<RemoteRunConfig>
-
-
Constructor Summary
Constructors Constructor Description OutOfProcessRemote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
exec()
-
Methods inherited from class editor.run.AbstractOutOfProcessExecutor
execute, getGosuPanel, getProcess, getRunConfig, getRunState, getVm, setProcess, setVm
-
-
-
-
Method Detail
-
exec
protected String exec() throws Exception
- Specified by:
exec
in classAbstractOutOfProcessExecutor<RemoteRunConfig>
- Throws:
Exception
-
-