Class Beautifier

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean html  
      protected java.util.Locale locale  
      static java.lang.String REVISION  
      protected int truncate  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Beautifier()  
        Beautifier​(int truncate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String beautify​(java.lang.String str)  
      boolean getHtml()  
      java.util.Locale getLocale()  
      void setHtml​(boolean html)  
      void setLocale​(java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • truncate

        protected int truncate
      • locale

        protected java.util.Locale locale
      • html

        protected boolean html
    • Constructor Detail

      • Beautifier

        protected Beautifier()
      • Beautifier

        public Beautifier​(int truncate)
    • Method Detail

      • beautify

        public java.lang.String beautify​(java.lang.String str)
      • setHtml

        public void setHtml​(boolean html)
      • getHtml

        public boolean getHtml()
      • setLocale

        public void setLocale​(java.util.Locale locale)
      • getLocale

        public java.util.Locale getLocale()