public class DefaultNTerminalFromSystem extends AbstractNTerminal
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.io.NPrintStream |
err |
protected InputStream |
in |
protected BufferedReader |
inReader |
protected net.thevpc.nuts.io.NPrintStream |
out |
protected net.thevpc.nuts.spi.NSystemTerminalBase |
parent |
protected CProgressBar |
progressBar |
| Constructor and Description |
|---|
DefaultNTerminalFromSystem(DefaultNTerminalFromSystem other) |
DefaultNTerminalFromSystem(net.thevpc.nuts.spi.NSystemTerminalBase parent) |
| Modifier and Type | Method and Description |
|---|---|
<T> net.thevpc.nuts.io.NAsk<T> |
ask() |
net.thevpc.nuts.io.NTerminal |
copy() |
protected void |
copyFrom(DefaultNTerminalFromSystem other) |
net.thevpc.nuts.io.NPrintStream |
err() |
void |
err(net.thevpc.nuts.io.NPrintStream err) |
net.thevpc.nuts.spi.NSystemTerminalBase |
getParent() |
BufferedReader |
getReader() |
InputStream |
in() |
void |
in(InputStream in) |
boolean |
isErrOverridden() |
boolean |
isInOverridden() |
boolean |
isOutOverridden() |
net.thevpc.nuts.io.NPrintStream |
out() |
void |
out(net.thevpc.nuts.io.NPrintStream out) |
net.thevpc.nuts.io.NTerminal |
printProgress(float progress,
net.thevpc.nuts.text.NMsg message) |
String |
readLine(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.text.NMsg message) |
char[] |
readPassword(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.text.NMsg prompt) |
printProgress, readLine, readPasswordprotected net.thevpc.nuts.io.NPrintStream out
protected net.thevpc.nuts.io.NPrintStream err
protected InputStream in
protected BufferedReader inReader
protected net.thevpc.nuts.spi.NSystemTerminalBase parent
protected CProgressBar progressBar
public DefaultNTerminalFromSystem(DefaultNTerminalFromSystem other)
public DefaultNTerminalFromSystem(net.thevpc.nuts.spi.NSystemTerminalBase parent)
public BufferedReader getReader()
public String readLine(net.thevpc.nuts.io.NPrintStream out, net.thevpc.nuts.text.NMsg message)
public char[] readPassword(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.text.NMsg prompt)
public InputStream in()
public void in(InputStream in)
public net.thevpc.nuts.io.NPrintStream out()
public void out(net.thevpc.nuts.io.NPrintStream out)
public net.thevpc.nuts.io.NPrintStream err()
public void err(net.thevpc.nuts.io.NPrintStream err)
public net.thevpc.nuts.io.NTerminal copy()
public <T> net.thevpc.nuts.io.NAsk<T> ask()
public net.thevpc.nuts.io.NTerminal printProgress(float progress,
net.thevpc.nuts.text.NMsg message)
public net.thevpc.nuts.spi.NSystemTerminalBase getParent()
public boolean isInOverridden()
public boolean isOutOverridden()
public boolean isErrOverridden()
protected void copyFrom(DefaultNTerminalFromSystem other)
Copyright © 2026 vpc open source initiative. All rights reserved.