Package org.alfresco.util
Class StringUtils
- java.lang.Object
-
- org.alfresco.util.StringUtils
-
public class StringUtils extends Object
String utility methods.- Since:
- 2.6
- Author:
- Tom Page
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-