Package org.sandev.generator

Class Summary
AggregateMappedGeneratorBase Base class for generators creating a single aggregate file using a StructMapper.
BuildConfigLocatorGenerator Write the BuildConfigLocator source file.
ConfigEditorGenerator Write the XHTMLConfigEditorServlet source file.
CSVSerializerGenerator Write the CSVSerializer source file.
CtrlPanelServletGenerator Write the XHTMLControlPanelServlet source file
FileEditorGenerator Write the XHTMLFileEditorServlet source file.
InstanceFactoryGenerator Write the InstanceFactory source file
JDBCPersisterGenerator Generate our JDBCPersister.
NodeStdMBeanGenerator Writ a standard MBean for this node so we can control it at runtime.
ProjectIndexGenerator Write out a navigable web of documentation through interlinked index pages.
SingletonAccessorGenerator Write the deployment specific SingletonAccessor source file.
SQLClearDatabaseGenerator Write a ClearDatabase SQL script that drops all the tables.
SQLQueryProcessorGenerator Generate the query processor.
SQLReinitConverterGenerator Write a converter that clears all existing data, drops the offending table, and calls back to recreate it.
SQLSchemaVerifierGenerator Write table verification code to make sure the struct definitions we are working with match what is in the database.
SQLUpdateProcessorGenerator Generate the update processor.
TableKeyCounterGenerator Generate a UniqueIDManager that uses an counter initialized from the highest existing table key values.
UIEditorGenerator Write the XHTMLUIEditorServlet source file.
XHTMLFormGenerator Write the XHTMLFormAdaptor source file
XMLSerializerGenerator Write the XMLSerializer source file
XMLStandardReaderGenerator Write the XMLStandardReader source file.