Class StringUtils

java.lang.Object
org.alfresco.util.StringUtils

public class StringUtils extends Object
String utility methods.
Since:
2.6
Author:
Tom Page
  • Method Details

    • toIndentedString

      public static String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).