org.isam.exehda.services
Interface StdStreams.Console

Enclosing interface:
StdStreams

public static interface StdStreams.Console


Method Summary
 void close()
          Describe close method here.
 java.io.PrintStream getStdErr()
          Describe getStdErr method here.
 java.net.URL getStdErrContactAddress()
          Describe getStdErrContactAddress method here.
 java.lang.String getStdErrName()
          Describe getStdErrName method here.
 java.io.InputStream getStdIn()
          Describe getStdIn method here.
 java.net.URL getStdInContactAddress()
          Describe getStdInContactAddress method here.
 java.lang.String getStdInName()
          Describe getStdInName method here.
 java.io.PrintStream getStdOut()
          Describe getStdOut method here.
 java.net.URL getStdOutContactAddress()
          Describe getStdOutContactAddress method here.
 java.lang.String getStdOutName()
          Describe getStdOutName method here.
 

Method Detail

close

public void close()
Describe close method here.


getStdIn

public java.io.InputStream getStdIn()
Describe getStdIn method here.

Returns:
an InputStream value

getStdOut

public java.io.PrintStream getStdOut()
Describe getStdOut method here.

Returns:
a PrintStream value

getStdErr

public java.io.PrintStream getStdErr()
Describe getStdErr method here.

Returns:
a PrintStream value

getStdInContactAddress

public java.net.URL getStdInContactAddress()
Describe getStdInContactAddress method here.

Returns:
an URL value

getStdOutContactAddress

public java.net.URL getStdOutContactAddress()
Describe getStdOutContactAddress method here.

Returns:
an URL value

getStdErrContactAddress

public java.net.URL getStdErrContactAddress()
Describe getStdErrContactAddress method here.

Returns:
an URL value

getStdInName

public java.lang.String getStdInName()
Describe getStdInName method here.

Returns:
a String value

getStdOutName

public java.lang.String getStdOutName()
Describe getStdOutName method here.

Returns:
a String value

getStdErrName

public java.lang.String getStdErrName()
Describe getStdErrName method here.

Returns:
a String value