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