Modifier and Type | Field and Description |
---|---|
private java.io.PrintStream |
target |
Constructor and Description |
---|
DefaultConsole() |
DefaultConsole(java.io.PrintStream target) |
Modifier and Type | Method and Description |
---|---|
void |
print(java.lang.String msg) |
void |
println(java.lang.String msg) |
char[] |
readPassword(boolean echoInput) |
public DefaultConsole(java.io.PrintStream target)
public DefaultConsole()
public char[] readPassword(boolean echoInput)
readPassword
in interface Console