public class Util extends Object
| Constructor and Description |
|---|
Util() |
public static void generateComment(Writer output, String message) throws IOException
output - the output writermessage - the comment bodyIOException - if an error occurs while writingpublic static String indent(String text, int indentSize) throws IllegalArgumentException
text - the text to indentindentSize - the number of space characters to insertIllegalArgumentException - if text is nullCopyright © 2012. All Rights Reserved.