public class CygwinScriptFile extends ScriptFile
A script file representing a set of commands (which are just
String
s) to be run through a command shell in Windows cygwin.
Constructor and Description |
---|
CygwinScriptFile() |
CygwinScriptFile(String shell) |
CygwinScriptFile(String shell,
List cmds) |
Modifier and Type | Method and Description |
---|---|
void |
writeScriptFile(String filePath) |
getCommands, getCommandShell, setCommands, setCommandShell, toString
public CygwinScriptFile()
public CygwinScriptFile(String shell)
public void writeScriptFile(String filePath) throws WorkflowException
writeScriptFile
in class ScriptFile
WorkflowException
Copyright © 1999–2017 Apache OODT. All rights reserved.