| java.lang.Object org.apache.axis2.util.PrettyPrinter
PrettyPrinter | public class PrettyPrinter (Code) | | Tidies up the java source code using Jalopy.
This is used by both ADB and Codegen hence needs to be in the
commons rather than a specific module
|
Method Summary | |
public static void | prettify(File file) Pretty prints contents of the java source file. |
prettify | public static void prettify(File file)(Code) | | Pretty prints contents of the java source file.
Parameters: file - |
|
|