Class MaxLengthStringFormatter

    • Constructor Detail

      • MaxLengthStringFormatter

        public MaxLengthStringFormatter()
      • MaxLengthStringFormatter

        public MaxLengthStringFormatter​(int maxLength,
                                        String split,
                                        int indentLength)
    • Method Detail

      • isTooLong

        public boolean isTooLong​(String input)
      • isTooLong

        public boolean isTooLong​(String input,
                                 int indent)
      • parse

        public String parse​(String input,
                            int indent)