| Home >> All >> com >> lutris >> dods >> builder >> [ engine Javadoc ] |
com.lutris.dods.builder.engine: Javadoc index of package com.lutris.dods.builder.engine.
Package Samples:
com.lutris.dods.builder.engine
Classes:
DOgraphNode: This class is used by the Builder to generate two lists: 1) a list of generated .sql files in a valid execution order. 2) a list of "drop table" SQL commands in a valid execution order. The 2nd list is in the reverse order of the 1st list. The order is determined by the inter-tables references (foreign keys). The tables with no references are created first and dropped last.
Builder: For each DataObject in the current DODSProject, the run() method invokes the source code generators described in the dods.conf file. After generating the tree of source code for for the DataObjects, a makefile is created in each directory in the tree. Finally, 'make' is run at the top directory.
TemplateReader: TemplateReader Extends BufferedReader, remembers pathname of file.
SourceWriter: SourceWriter Extends FileWriter, remembers pathname of file.
GeneratorInfo
PathnameClassLoader
TagSet
TemplateFilter
| Home | Contact Us | Privacy Policy | Terms of Service |