public abstract class AbstractNutsSessionTerminal extends Object implements NutsSessionTerminal
| Constructor and Description |
|---|
AbstractNutsSessionTerminal() |
| Modifier and Type | Method and Description |
|---|---|
abstract NutsSession |
getSession() |
NutsSessionTerminal |
printProgress(float progress,
String prompt,
Object... params) |
NutsSessionTerminal |
printProgress(NutsMessage message) |
NutsSessionTerminal |
printProgress(String prompt,
Object... params) |
String |
readLine(NutsPrintStream out,
String prompt,
Object... params) |
char[] |
readPassword(NutsPrintStream out,
String prompt,
Object... params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitask, copy, err, getErr, getIn, getOut, in, out, printProgress, readLine, readLine, readLine, readPassword, readPassword, readPassword, setErr, setIn, setOutpublic String readLine(NutsPrintStream out, String prompt, Object... params)
readLine in interface NutsSessionTerminalpublic char[] readPassword(NutsPrintStream out, String prompt, Object... params)
readPassword in interface NutsSessionTerminalpublic NutsSessionTerminal printProgress(float progress, String prompt, Object... params)
printProgress in interface NutsSessionTerminalpublic NutsSessionTerminal printProgress(String prompt, Object... params)
printProgress in interface NutsSessionTerminalpublic NutsSessionTerminal printProgress(NutsMessage message)
printProgress in interface NutsSessionTerminalpublic abstract NutsSession getSession()
Copyright © 2021 vpc open source initiative. All rights reserved.