Class SetupHelperMethods

java.lang.Object
com.xebialabs.deployit.setup.SetupHelperMethods

public class SetupHelperMethods extends Object
  • Field Details

  • Method Details

    • printEmptyLine

      public static void printEmptyLine()
    • read

      public static String read()
    • getBooleanResponse

      public static boolean getBooleanResponse(boolean defaultValue)
    • getValidNotEmptyStringResponse

      public static String getValidNotEmptyStringResponse(String defaultValue)
    • getStringResponse

      public static String getStringResponse(String defaultValue)
    • getConfirmedPassword

      public static String getConfirmedPassword()
    • getPasswordResponse

      public static String getPasswordResponse(String prompt)
    • getValidIntegerResponse

      public static int getValidIntegerResponse(int defaultValueAsAnInt)
    • getStringResponseWithRetry

      public static String getStringResponseWithRetry(String message)
    • determinePrompt

      public static String determinePrompt(String defaultValue)