public abstract class AbstractPrettyPrinterExtension extends AbstractCodeGenerationExtension
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fileExtension
If the extension for property file changes it might effect this as well !!!
|
log| Constructor and Description |
|---|
AbstractPrettyPrinterExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
engage(CodeGenConfiguration configuration) |
protected void |
prettify(java.io.File file,
CodeGenConfiguration configuration)
Recursive procedure to prettify the files
|
protected abstract void |
prettifyFile(java.io.File file)
Implement this to call the proper pretty printers
|
protected java.lang.String fileExtension
public void engage(CodeGenConfiguration configuration) throws CodeGenerationException
CodeGenerationExceptionprotected void prettify(java.io.File file,
CodeGenConfiguration configuration)
file - protected abstract void prettifyFile(java.io.File file)
file - Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.