public interface ConsoleIfc
Modifier and Type | Method and Description |
---|---|
String |
readLine() |
String |
readLine(String label) |
char[] |
readPassword(String label) |
void |
writeLine(Object obj) |
void |
writeLine(String format,
Object... args) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.