edu.washington.cs.pl_if.ssh
Class OutputLine

java.lang.Object
  extended by edu.washington.cs.pl_if.ssh.OutputLine

public class OutputLine
extends Object


Field Summary
static String TYPE_COMMAND
           
static String TYPE_CONTROLL
           
static String TYPE_CONTROLL_ERR
           
static String TYPE_STDERR
           
static String TYPE_STDOUT
           
 
Constructor Summary
OutputLine(String line_, String type, CommandSpec command_)
           
 
Method Summary
 CommandSpec getCommand()
           
 String getLine()
           
 double getTime()
           
 boolean isStderr()
           
 Map<String,Object> toMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OutputLine

public OutputLine(String line_,
                  String type,
                  CommandSpec command_)
Method Detail

getLine

public String getLine()

isStderr

public boolean isStderr()

getTime

public double getTime()

getCommand

public CommandSpec getCommand()

toMap

public Map<String,Object> toMap()