Class AbstractPrettyPrinterExtension
java.lang.Object
org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
- All Implemented Interfaces:
CodeGenExtension
- Direct Known Subclasses:
JavaPrettyPrinterExtension,WSDLPrettyPrinterExtension,XMLPrettyPrinterExtension
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringIf the extension for property file changes it might effect this as well !!!Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidengage(CodeGenConfiguration configuration) protected voidprettify(File file, CodeGenConfiguration configuration) Recursive procedure to prettify the filesprotected abstract voidprettifyFile(File file) Implement this to call the proper pretty printers
-
Field Details
-
fileExtension
If the extension for property file changes it might effect this as well !!!
-
-
Constructor Details
-
AbstractPrettyPrinterExtension
public AbstractPrettyPrinterExtension()
-
-
Method Details
-
engage
- Throws:
CodeGenerationException
-
prettify
Recursive procedure to prettify the files- Parameters:
file-
-
prettifyFile
Implement this to call the proper pretty printers- Parameters:
file-
-