Access | Constructor and Description |
---|---|
public |
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, File working directory where the command should run. workingDir)Overrides org. |
WinNTCommandLauncher | back to summary |
---|---|
public WinNTCommandLauncher(CommandLauncher launcher) |
exec | back to summary |
---|---|
public Process exec(Project project, String[] cmd, String[] env, File workingDir) throws IOException Overrides org. Launches the given command in a new process, in the given working directory.
|