org.apache.axis2.util
Class PrettyPrinter

java.lang.Object
  extended by org.apache.axis2.util.PrettyPrinter

public class PrettyPrinter
extends java.lang.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


Constructor Summary
PrettyPrinter()
           
 
Method Summary
static void prettify(java.io.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
 

Constructor Detail

PrettyPrinter

public PrettyPrinter()
Method Detail

prettify

public static void prettify(java.io.File file)
Pretty prints contents of the java source file.

Parameters:
file -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.