Class InputAbstract

    • Constructor Detail

      • InputAbstract

        public InputAbstract()
    • Method Detail

      • enableInput

        public static void enableInput()
        Test cases validating or using the CLI cannot deal with inputs, so they are generally disabled, however the main method from the CLI will enable it back.
      • isSilentInput

        public boolean isSilentInput()
      • setSilentInput

        public void setSilentInput​(boolean isSilent)
      • inputBoolean

        protected boolean inputBoolean​(String propertyName,
                                       String prompt,
                                       boolean silentDefault)
      • inputInteger

        public int inputInteger​(String propertyName,
                                String prompt,
                                String silentDefault)