org.apache.axis2.util
Class PrettyPrinter
java.lang.Object
org.apache.axis2.util.PrettyPrinter
public class PrettyPrinter
- extends Object
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 |
static void |
prettify(File file)
Pretty prints contents of the java source file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrettyPrinter
public PrettyPrinter()
prettify
public static void prettify(File file)
- Pretty prints contents of the java source file.
- Parameters:
file
-
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.