public class UnmodifiableTerminal extends AbstractNTerminal
| Modifier and Type | Field and Description |
|---|---|
protected CProgressBar |
progressBar |
| Constructor and Description |
|---|
UnmodifiableTerminal(net.thevpc.nuts.io.NTerminal base) |
| Modifier and Type | Method and Description |
|---|---|
<T> net.thevpc.nuts.util.NAsk<T> |
ask() |
net.thevpc.nuts.io.NTerminal |
copy() |
net.thevpc.nuts.io.NPrintStream |
err() |
net.thevpc.nuts.io.NTerminal |
getBase() |
net.thevpc.nuts.io.NPrintStream |
getErr() |
InputStream |
getIn() |
net.thevpc.nuts.io.NPrintStream |
getOut() |
InputStream |
in() |
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 out) |
void |
setIn(InputStream in) |
void |
setOut(net.thevpc.nuts.io.NPrintStream out) |
printProgress, readLine, readPasswordprotected CProgressBar progressBar
public UnmodifiableTerminal(net.thevpc.nuts.io.NTerminal base)
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 out)
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 getBase()
Copyright © 2025 vpc open source initiative. All rights reserved.