Class HelpFormatter.Builder

    • Field Detail

      • showSince

        private boolean showSince
        If true show the "Since" column, otherwise ignore it.
    • Constructor Detail

      • Builder

        protected Builder()
        Constructs a new instace.

        Sets showSince to true.

    • Method Detail

      • setShowSince

        public HelpFormatter.Builder setShowSince​(boolean showSince)
        Sets the showSince flag.
        Parameters:
        showSince - the desired value of the showSince flag.
        Returns:
        this instance.