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)
getStdioContext
StdioContext getStdioContext()
- Get the current stdio context. Must not return
null
.
- Returns:
- the current stdio context
Copyright © 2010 JBoss, a division of Red Hat, Inc.