com.tek42.perforce.process
Class DefaultExecutorFactory
java.lang.Object
com.tek42.perforce.process.DefaultExecutorFactory
- All Implemented Interfaces:
- ExecutorFactory
public class DefaultExecutorFactory
- extends Object
- implements ExecutorFactory
Default @{link ExecutorFactory} that handles creating new CmdLineExecutors
- Author:
- Mike Wille
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExecutorFactory
public DefaultExecutorFactory()
newExecutor
public Executor newExecutor()
- Description copied from interface:
ExecutorFactory
- Creates a new executor for running a process.
- Specified by:
newExecutor in interface ExecutorFactory
- Returns:
setEnv
public void setEnv(Map<String,String> env)
- Description copied from interface:
ExecutorFactory
- Sets a the environment variables for processes to be run.
- Specified by:
setEnv in interface ExecutorFactory
Copyright © 2004-2013 Hudson. All Rights Reserved.