JBoss STDIO 1.0.0.GA

org.jboss.stdio
Interface StdioContextSelector

All Known Implementing Classes:
SimpleStdioContextSelector

public interface StdioContextSelector

A mechanism for determining what the current standard I/O context is. All I/O to System.in, System.out, and System.err are handled by the current standard I/O context which is returned by the active instance of this interface.

See Also:
StdioContext.setStdioContextSelector(StdioContextSelector)

Method Summary
 StdioContext getStdioContext()
          Get the current stdio context.
 

Method Detail

getStdioContext

StdioContext getStdioContext()
Get the current stdio context. Must not return null.

Returns:
the current stdio context

JBoss STDIO 1.0.0.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.