Package liquibase.ui

Interface InputHandler<ReturnType>

  • All Known Implementing Classes:
    DefaultInputHandler

    public interface InputHandler<ReturnType>
    • Method Detail

      • shouldAllowEmptyInput

        default boolean shouldAllowEmptyInput()
        Determine whether an empty input should be permitted.
        Returns:
        true to allow empty inputs, false to reprompt when an empty value is inputted