Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private File | |
private void | |
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. |
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. |
VmsCommandLauncher | back to summary |
---|---|
public VmsCommandLauncher() |
createCommandFile | back to summary |
---|---|
private File createCommandFile(final Project project, String[] cmd, String[] env) throws IOException |
deleteAfter | back to summary |
---|---|
private void deleteAfter(final File f, final Process p) |
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.
|
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. Note that under Java 1.4.0 and 1.4.1 on VMS
this method only works if
|