public class ProcessHandlerFactoryImpl extends ProcessHandlerFactory
Constructor and Description |
---|
ProcessHandlerFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
OSProcessHandler |
createColoredProcessHandler(GeneralCommandLine commandLine)
Returns a new instance of the
OSProcessHandler which is aware of ANSI coloring output. |
OSProcessHandler |
createProcessHandler(GeneralCommandLine commandLine)
Returns a new instance of the
OSProcessHandler . |
getInstance
public OSProcessHandler createProcessHandler(GeneralCommandLine commandLine) throws ExecutionException
ProcessHandlerFactory
OSProcessHandler
.createProcessHandler
in class ProcessHandlerFactory
ExecutionException
public OSProcessHandler createColoredProcessHandler(GeneralCommandLine commandLine) throws ExecutionException
ProcessHandlerFactory
OSProcessHandler
which is aware of ANSI coloring output.createColoredProcessHandler
in class ProcessHandlerFactory
ExecutionException