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)java.lang.ProcessgetProcess()TgetRunConfig()RunStategetRunState()com.sun.jdi.VirtualMachinegetVm()
-