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. |
getInstancepublic OSProcessHandler createProcessHandler(GeneralCommandLine commandLine) throws ExecutionException
ProcessHandlerFactoryOSProcessHandler.createProcessHandler in class ProcessHandlerFactoryExecutionExceptionpublic OSProcessHandler createColoredProcessHandler(GeneralCommandLine commandLine) throws ExecutionException
ProcessHandlerFactoryOSProcessHandler which is aware of ANSI coloring output.createColoredProcessHandler in class ProcessHandlerFactoryExecutionException