public interface UpdateUI
Modifier and Type | Method and Description |
---|---|
boolean |
isBatch() |
void |
message(String message) |
void |
pruneSchema(com.google.gwtorm.server.StatementExecutor e,
List<String> pruneList) |
String |
readString(String defaultValue,
Set<String> allowedValues,
String message)
Prompts the user for a string, suggesting a default.
|
void |
waitForUser()
Prints a message asking the user to let us know when it's safe to continue.
|
boolean |
yesno(boolean defaultValue,
String message)
Requests the user to answer a yes/no question.
|
void message(String message)
boolean yesno(boolean defaultValue, String message)
void waitForUser()
String readString(String defaultValue, Set<String> allowedValues, String message)
boolean isBatch()