edu.washington.cs.pl_if.ssh
Class OutputLine
java.lang.Object
edu.washington.cs.pl_if.ssh.OutputLine
public class OutputLine
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_STDERR
public static final String TYPE_STDERR
- See Also:
- Constant Field Values
TYPE_STDOUT
public static final String TYPE_STDOUT
- See Also:
- Constant Field Values
TYPE_CONTROLL
public static final String TYPE_CONTROLL
- See Also:
- Constant Field Values
TYPE_CONTROLL_ERR
public static final String TYPE_CONTROLL_ERR
- See Also:
- Constant Field Values
TYPE_COMMAND
public static final String TYPE_COMMAND
- See Also:
- Constant Field Values
OutputLine
public OutputLine(String line_,
String type,
CommandSpec command_)
getLine
public String getLine()
isStderr
public boolean isStderr()
getTime
public double getTime()
getCommand
public CommandSpec getCommand()
toMap
public Map<String,Object> toMap()