Interface UpdateUI


  • public interface UpdateUI
    • Method Detail

      • message

        void message​(String message)
      • yesno

        boolean yesno​(boolean defaultValue,
                      String message)
        Requests the user to answer a yes/no question.
      • waitForUser

        void waitForUser()
        Prints a message asking the user to let us know when it's safe to continue.
      • readString

        String readString​(String defaultValue,
                          Set<String> allowedValues,
                          String message)
        Prompts the user for a string, suggesting a default.
        Returns:
        the chosen string from the list of allowed values.
      • isBatch

        boolean isBatch()
      • pruneSchema

        void pruneSchema​(com.google.gwtorm.server.StatementExecutor e,
                         List<String> pruneList)
                  throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException