|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.scooterframework.tools.common.GeneratorImpl
com.scooterframework.tools.common.AbstractGenerator
com.scooterframework.tools.connection.ConnectionGenerator
public class ConnectionGenerator
This class generates controller class code.
Field Summary |
---|
Fields inherited from class com.scooterframework.tools.common.AbstractGenerator |
---|
contextName, frameworkInitiated, wc |
Fields inherited from class com.scooterframework.tools.common.GeneratorImpl |
---|
DIRECTORY_NAME_SRC, DIRECTORY_NAME_TEST, FILE_EXTENSION_JAVA, FILE_EXTENSION_JSP, FILE_EXTENSION_PROPERTIES, FILE_EXTENSION_YAML, FUNCTIONAL_TEST, linebreak, templateFilePath, UNIT_TEST |
Fields inherited from interface com.scooterframework.tools.common.Generator |
---|
TEMPLATE_PARSER_Q, TEMPLATE_PARSER_ST, TEMPLATE_PARSER_TYPE |
Constructor Summary | |
---|---|
ConnectionGenerator(java.lang.String connectionName,
java.util.Map<java.lang.String,java.lang.String> props)
|
Method Summary | |
---|---|
protected java.lang.String |
getOutputFileName()
|
protected java.lang.String |
getRelativePathToOutputFile()
|
protected java.util.Map<java.lang.String,java.lang.String> |
getTemplateProperties()
|
Methods inherited from class com.scooterframework.tools.common.AbstractGenerator |
---|
generateActiveRecordHomeInstance, getRootPath |
Methods inherited from class com.scooterframework.tools.common.GeneratorImpl |
---|
escape, generate, generate, generate, generate, getProperty, getTemplateContent, getTemplateFileContent, isEmpty, log, processTemplateContent, renderContent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionGenerator(java.lang.String connectionName, java.util.Map<java.lang.String,java.lang.String> props) throws java.sql.SQLException
java.sql.SQLException
Method Detail |
---|
protected java.util.Map<java.lang.String,java.lang.String> getTemplateProperties()
getTemplateProperties
in class GeneratorImpl
protected java.lang.String getRelativePathToOutputFile()
getRelativePathToOutputFile
in class GeneratorImpl
protected java.lang.String getOutputFileName()
getOutputFileName
in class GeneratorImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |