public class CygwinScriptFile extends ScriptFile
A script file representing a set of commands (which are just
Strings) 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, toStringpublic CygwinScriptFile()
public CygwinScriptFile(String shell)
public void writeScriptFile(String filePath) throws WorkflowException
writeScriptFile in class ScriptFileWorkflowExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.