Class ExtendedExecutor

java.lang.Object
org.apache.commons.exec.DefaultExecutor
org.codehaus.mojo.exec.ExtendedExecutor
All Implemented Interfaces:
org.apache.commons.exec.Executor

public class ExtendedExecutor extends org.apache.commons.exec.DefaultExecutor
An executor which has the ability to use the ProcessBuilder.inheritIO() flag.
Author:
Guillaume Nodet ([email protected])