Package org.jmock.core
Class Formatting
java.lang.Object
org.jmock.core.Formatting
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringBufferjoin(Object array, StringBuffer buf) static StringBufferjoin(Object array, StringBuffer buf, String prefix, String postfix) static StringBufferstatic StringBufferjoin(Collection collection, StringBuffer buf, String prefix, String postfix) static StringBufferjoin(Collection collection, StringBuffer buf, String prefix, String separator, String postfix) static StringtoReadableString(Object element)
-
Constructor Details
-
Formatting
public Formatting()
-
-
Method Details
-
toReadableString
-
join
-
join
public static StringBuffer join(Collection collection, StringBuffer buf, String prefix, String postfix) -
join
public static StringBuffer join(Collection collection, StringBuffer buf, String prefix, String separator, String postfix) -
join
-
join
public static StringBuffer join(Object array, StringBuffer buf, String prefix, String separator, String postfix) -
classShortName
-