Package 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.
-
-
Constructor Summary
Constructors Constructor Description PrettyPrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
prettify(File file)
Pretty prints contents of the java source file.
-
-
-
Method Detail
-
prettify
public static void prettify(File file)
Pretty prints contents of the java source file.- Parameters:
file
-
-
-