public abstract class ProcessProxyFactory
extends java.lang.Object
Constructor and Description |
---|
ProcessProxyFactory() |
Modifier and Type | Method and Description |
---|---|
abstract ProcessProxy |
createCommandLineProxy(JavaCommandLine javaCmdLine) |
abstract ProcessProxy |
getAttachedProxy(ProcessHandler processHandler) |
static ProcessProxyFactory |
getInstance() |
public static ProcessProxyFactory getInstance()
public abstract ProcessProxy createCommandLineProxy(JavaCommandLine javaCmdLine) throws ExecutionException
ExecutionException
public abstract ProcessProxy getAttachedProxy(ProcessHandler processHandler)