Modifier and Type | Method and Description |
---|---|
static StdioContext |
StdioContext.create(InputStream in,
OutputStream out,
OutputStream err)
Create a console I/O context.
|
static StdioContext |
StdioContext.create(InputStream in,
PrintStream out,
PrintStream err)
Create a console I/O context.
|
StdioContext |
StdioContextSelector.getStdioContext()
Get the current stdio context.
|
static StdioContext |
StdioContext.getStdioContext()
Get the current console I/O context.
|
StdioContext |
SimpleStdioContextSelector.getStdioContext()
Get the current stdio context.
|
Constructor and Description |
---|
SimpleStdioContextSelector(StdioContext context)
Construct a new instance.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.