Class BeautifierRegexp

    • Constructor Summary

      Constructors 
      Constructor Description
      BeautifierRegexp​(java.lang.String[] regexpMatch, java.lang.String[] regexpReplace, int truncate)  
    • Field Detail

      • regexpPattern

        protected org.apache.oro.text.regex.Pattern[] regexpPattern
      • regexpSubstitution

        protected org.apache.oro.text.regex.Substitution[] regexpSubstitution
    • Constructor Detail

      • BeautifierRegexp

        public BeautifierRegexp​(java.lang.String[] regexpMatch,
                                java.lang.String[] regexpReplace,
                                int truncate)
    • Method Detail

      • beautify

        public java.lang.String beautify​(java.lang.String str)
        Overrides:
        beautify in class Beautifier