Package editor.run
Class OutOfProcessRun
- java.lang.Object
-
- editor.run.AbstractOutOfProcessExecutor<FqnRunConfig>
-
- editor.run.OutOfProcessRun
-
- All Implemented Interfaces:
IProcessRunner<FqnRunConfig>
public class OutOfProcessRun extends AbstractOutOfProcessExecutor<FqnRunConfig>
-
-
Constructor Summary
Constructors Constructor Description OutOfProcessRun()
-
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<FqnRunConfig>
- Throws:
Exception
-
-