public interface Console
| Modifier and Type | Method and Description |
|---|---|
void |
newline() |
void |
prompt(String prompt,
String... args) |
String |
readLine(String promptCode,
String... args) |
String |
readPassword(String prompt,
String... args) |
void |
sure(String promptCode,
String... args) |
boolean |
yesOrNo(String prompt,
String... args) |
Copyright © 2015 Kicktipp GmbH. All rights reserved.