public class BaseGenerator extends Object
| Constructor and Description |
|---|
BaseGenerator(Class inheritedGeneratorClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFileToOutputtedFilesList(String fileType,
Path generatedFile) |
protected void |
addFileToOutputtedFilesList(String fileType,
String generatedFile) |
Vector<Flag> |
getFlags() |
GeneratedFiles |
getGeneratedOutputFiles() |
protected PrintWriter |
openOutputFileForGeneration(String fileType,
Path fileName) |
protected PrintWriter |
openOutputFileForGeneration(String fileType,
String fileName) |
Boolean |
toBoolean(Object value) |
public BaseGenerator(Class inheritedGeneratorClass)
public GeneratedFiles getGeneratedOutputFiles()
protected void addFileToOutputtedFilesList(String fileType, Path generatedFile)
protected void addFileToOutputtedFilesList(String fileType, String generatedFile)
protected PrintWriter openOutputFileForGeneration(String fileType, Path fileName) throws FileNotFoundException
FileNotFoundExceptionprotected PrintWriter openOutputFileForGeneration(String fileType, String fileName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2019. All rights reserved.