public interface CodeGenerator
FileWriteCommandTree treeFileWriteCommand nodes| Modifier and Type | Method and Description |
|---|---|
FileWriteCommandTree |
buildConfigurationTree(Project project)
builds the
FileWriteCommandTree tree for configuration files that are going to be written at initialization |
FileWriteCommandTree |
buildFileImportTree(Project project)
builds the
FileWriteCommandTree tree for files that are going to be copied from resources at initialization |
FileWriteCommandTree |
buildFileWriteCommandTree(Project project)
builds the
FileWriteCommandTree tree for files that will be written at each code generation |
void |
generateCode(FileWriteCommandTree tree)
executes all the
FileWriteCommand nodes of a FileWriteCommandTree tree |
FileWriteCommandTree buildFileImportTree(Project project)
FileWriteCommandTree tree for files that are going to be copied from resources at initializationproject - FileWriteCommandTree buildConfigurationTree(Project project)
FileWriteCommandTree tree for configuration files that are going to be written at initializationproject - FileWriteCommandTree buildFileWriteCommandTree(Project project)
FileWriteCommandTree tree for files that will be written at each code generationproject - void generateCode(FileWriteCommandTree tree)
FileWriteCommand nodes of a FileWriteCommandTree treeproject - Copyright © 2016. All rights reserved.