Class WSDLPrettyPrinterExtension
- java.lang.Object
-
- org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
-
- org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
-
- org.apache.axis2.wsdl.codegen.extension.WSDLPrettyPrinterExtension
-
- All Implemented Interfaces:
CodeGenExtension
public class WSDLPrettyPrinterExtension 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
Constructors Constructor Description WSDLPrettyPrinterExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
prettifyFile(File file)
Implement this to call the proper pretty printers-
Methods inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
engage, prettify
-
-
-
-
Method Detail
-
prettifyFile
protected void prettifyFile(File file)
Description copied from class:AbstractPrettyPrinterExtension
Implement this to call the proper pretty printers- Specified by:
prettifyFile
in classAbstractPrettyPrinterExtension
-
-