org.apache.axis2.wsdl.codegen.extension
Class JavaPrettyPrinterExtension

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
      extended by org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
          extended by org.apache.axis2.wsdl.codegen.extension.JavaPrettyPrinterExtension
All Implemented Interfaces:
CodeGenExtension

public class JavaPrettyPrinterExtension
extends AbstractPrettyPrinterExtension


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
fileExtension
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log
 
Constructor Summary
JavaPrettyPrinterExtension()
           
 
Method Summary
protected  void prettify(java.io.File file, CodeGenConfiguration configuration)
          Recursive procedure to prettify the files
protected  void prettifyFile(java.io.File file)
          Overridden to call the java pretty printer
 
Methods inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
engage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPrettyPrinterExtension

public JavaPrettyPrinterExtension()
Method Detail

prettify

protected void prettify(java.io.File file,
                        CodeGenConfiguration configuration)
Recursive procedure to prettify the files

Overrides:
prettify in class AbstractPrettyPrinterExtension
Parameters:
file -

prettifyFile

protected void prettifyFile(java.io.File file)
Overridden to call the java pretty printer

Specified by:
prettifyFile in class AbstractPrettyPrinterExtension
Parameters:
file -


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