public class CodeReformatterInteractive
extends Object
The CodeFormatterWizard is a helper utility that reads code copied/pasted from
a Java source file and reformats it so that it can be pasted as either a series
of write statements or StringBuffer append statements into code generator.