Package editor.run
Interface IProcessRunner<T extends IRunConfig>
-
- All Known Implementing Classes:
AbstractOutOfProcessExecutor,InProcessRunner,OutOfProcessDebug,OutOfProcessRemote,OutOfProcessRun
public interface IProcessRunner<T extends IRunConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T typeName)ProcessgetProcess()TgetRunConfig()RunStategetRunState()VirtualMachinegetVm()
-
-
-
Method Detail
-
execute
void execute(T typeName)
-
getRunState
RunState getRunState()
-
getProcess
Process getProcess()
-
getVm
VirtualMachine getVm()
-
getRunConfig
T getRunConfig()
-
-