Modifier and Type | Field and Description |
---|---|
private final CommandLauncher |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public Process | Returns: the created Process.the Ant project. project, String[] the command line to execute as an array of strings. cmd, String[] the environment to set as an array of strings. env)Overrides org. |
myLauncher | back to summary |
---|---|
private final CommandLauncher myLauncher |
CommandLauncherProxy | back to summary |
---|---|
protected CommandLauncherProxy(CommandLauncher launcher) |
exec | back to summary |
---|---|
public Process exec(Project project, String[] cmd, String[] env) throws IOException Overrides org. Launches the given command in a new process. Delegates this method to the proxied launcher.
|