public class FileTerminal extends ExpandableTerminal
NL| Constructor and Description |
|---|
FileTerminal(java.lang.String type)
Creates a new instance of FileTerminal and output to stadard out
|
FileTerminal(java.lang.String type,
java.lang.String filename)
Creates a new instance of FileTerminal and output to a specific file
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOutputFile()
Retrieve the filename to use as an output for this terminal.
|
getType, processOutputappendProperties, set, set, unsetclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic FileTerminal(java.lang.String type)
type - The terminal typepublic FileTerminal(java.lang.String type,
java.lang.String filename)
type - The terminal typefilename - e filename to use as an output for this terminalgetOutputFile()