Package org.alfresco.util
Class StringUtils
java.lang.Object
org.alfresco.util.StringUtils
String utility methods.
- Since:
- 2.6
- Author:
- Tom Page
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
Method Details
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-