public abstract class AbstractNutsSessionTerminal extends Object implements net.thevpc.nuts.NutsSessionTerminal
| Constructor and Description |
|---|
AbstractNutsSessionTerminal() |
| Modifier and Type | Method and Description |
|---|---|
abstract net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsSessionTerminal |
printProgress(float progress,
String prompt,
Object... params) |
net.thevpc.nuts.NutsSessionTerminal |
printProgress(net.thevpc.nuts.NutsMessage message) |
net.thevpc.nuts.NutsSessionTerminal |
printProgress(String prompt,
Object... params) |
String |
readLine(net.thevpc.nuts.NutsPrintStream out,
String prompt,
Object... params) |
char[] |
readPassword(net.thevpc.nuts.NutsPrintStream out,
String prompt,
Object... params) |
public String readLine(net.thevpc.nuts.NutsPrintStream out, String prompt, Object... params)
readLine in interface net.thevpc.nuts.NutsSessionTerminalpublic char[] readPassword(net.thevpc.nuts.NutsPrintStream out,
String prompt,
Object... params)
readPassword in interface net.thevpc.nuts.NutsSessionTerminalpublic net.thevpc.nuts.NutsSessionTerminal printProgress(float progress,
String prompt,
Object... params)
printProgress in interface net.thevpc.nuts.NutsSessionTerminalpublic net.thevpc.nuts.NutsSessionTerminal printProgress(String prompt, Object... params)
printProgress in interface net.thevpc.nuts.NutsSessionTerminalpublic net.thevpc.nuts.NutsSessionTerminal printProgress(net.thevpc.nuts.NutsMessage message)
printProgress in interface net.thevpc.nuts.NutsSessionTerminalpublic abstract net.thevpc.nuts.NutsSession getSession()
Copyright © 2022 vpc open source initiative. All rights reserved.