com.izforge.izpack.util
Class Console

java.lang.Object
  extended bycom.izforge.izpack.util.Console

public final class Console
extends java.lang.Object


Field Summary
static int INITIAL_HEIGHT
           
static int INITIAL_WIDTH
           
private  StdOut se
           
private  StdOut so
           
 
Constructor Summary
Console(java.lang.Process p)
           
 
Method Summary
 java.lang.String getErrorData()
           
 java.lang.String getOutputData()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_WIDTH

public static final int INITIAL_WIDTH
See Also:
Constant Field Values

INITIAL_HEIGHT

public static final int INITIAL_HEIGHT
See Also:
Constant Field Values

so

private StdOut so

se

private StdOut se
Constructor Detail

Console

public Console(java.lang.Process p)
Method Detail

main

public static void main(java.lang.String[] args)

getOutputData

public java.lang.String getOutputData()

getErrorData

public java.lang.String getErrorData()