public class DefaultNSessionTerminalFrom 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.io.NTerminal |
parent |
protected CProgressBar |
progressBar |
| Constructor and Description |
|---|
DefaultNSessionTerminalFrom(DefaultNSessionTerminalFrom other) |
DefaultNSessionTerminalFrom(net.thevpc.nuts.io.NTerminal parent) |
| Modifier and Type | Method and Description |
|---|---|
<T> net.thevpc.nuts.util.NAsk<T> |
ask() |
net.thevpc.nuts.io.NTerminal |
copy() |
protected void |
copyFrom(DefaultNSessionTerminalFrom other) |
net.thevpc.nuts.io.NPrintStream |
err() |
net.thevpc.nuts.io.NPrintStream |
getErr() |
InputStream |
getIn() |
net.thevpc.nuts.io.NPrintStream |
getOut() |
net.thevpc.nuts.io.NTerminal |
getParent() |
BufferedReader |
getReader() |
InputStream |
in() |
boolean |
isErrOverridden() |
boolean |
isInOverridden() |
boolean |
isOutOverridden() |
net.thevpc.nuts.io.NPrintStream |
out() |
net.thevpc.nuts.io.NTerminal |
printProgress(float progress,
net.thevpc.nuts.util.NMsg message) |
String |
readLine(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.util.NMsg message) |
char[] |
readPassword(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.util.NMsg prompt) |
void |
setErr(net.thevpc.nuts.io.NPrintStream err) |
void |
setIn(InputStream in) |
void |
setOut(net.thevpc.nuts.io.NPrintStream out) |
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.io.NTerminal parent
protected CProgressBar progressBar
public DefaultNSessionTerminalFrom(DefaultNSessionTerminalFrom other)
public DefaultNSessionTerminalFrom(net.thevpc.nuts.io.NTerminal parent)
public BufferedReader getReader()
public String readLine(net.thevpc.nuts.io.NPrintStream out, net.thevpc.nuts.util.NMsg message)
public char[] readPassword(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.util.NMsg prompt)
public InputStream getIn()
public void setIn(InputStream in)
public net.thevpc.nuts.io.NPrintStream getOut()
public void setOut(net.thevpc.nuts.io.NPrintStream out)
public net.thevpc.nuts.io.NPrintStream getErr()
public void setErr(net.thevpc.nuts.io.NPrintStream err)
public net.thevpc.nuts.io.NTerminal copy()
public <T> net.thevpc.nuts.util.NAsk<T> ask()
public InputStream in()
public net.thevpc.nuts.io.NPrintStream out()
public net.thevpc.nuts.io.NPrintStream err()
public net.thevpc.nuts.io.NTerminal printProgress(float progress,
net.thevpc.nuts.util.NMsg message)
public net.thevpc.nuts.io.NTerminal getParent()
public boolean isInOverridden()
public boolean isOutOverridden()
public boolean isErrOverridden()
protected void copyFrom(DefaultNSessionTerminalFrom other)
Copyright © 2025 vpc open source initiative. All rights reserved.