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 void
execute(T typeName)
Process
getProcess()
T
getRunConfig()
RunState
getRunState()
com.sun.jdi.VirtualMachine
getVm()
-