public static class KeycloakInstalled.Console extends Object
Modifier and Type | Field and Description |
---|---|
protected Console |
console |
protected BufferedReader |
reader |
protected PrintWriter |
writer |
Modifier and Type | Method and Description |
---|---|
boolean |
confirm(String fmt,
Object... args) |
void |
flush() |
KeycloakInstalled.Console |
format(String fmt,
Object... args) |
protected BufferedReader |
getReader() |
String |
passwordPrompt(String fmt,
Object... args) |
KeycloakInstalled.Console |
printf(String format,
Object... args) |
String |
prompt(String fmt,
Object... args) |
Reader |
reader() |
String |
readLine() |
String |
readLine(String fmt,
Object... args) |
char[] |
readPassword() |
char[] |
readPassword(String fmt,
Object... args) |
void |
stderrOutput() |
PrintWriter |
writer() |
protected Console console
protected PrintWriter writer
protected BufferedReader reader
public PrintWriter writer()
public Reader reader()
protected BufferedReader getReader()
public KeycloakInstalled.Console format(String fmt, Object... args)
public KeycloakInstalled.Console printf(String format, Object... args)
public String readLine()
public char[] readPassword()
public void flush()
public void stderrOutput()
Copyright © 2021 JBoss by Red Hat. All rights reserved.