|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.servicegen.DaoServiceGenModule
public class DaoServiceGenModule
Service Generator module to create services that use the
toolbox.dao
package to query and update an RDBMS.
Constructor Summary | |
---|---|
DaoServiceGenModule()
Default constructor. |
Method Summary | |
---|---|
void |
generateService(java.lang.String templateDir,
java.lang.String javaDir,
java.lang.String svcDir,
java.lang.String def)
Method to handle the generation of the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DaoServiceGenModule()
Method Detail |
---|
public void generateService(java.lang.String templateDir, java.lang.String javaDir, java.lang.String svcDir, java.lang.String def) throws java.lang.Exception
generateService
in interface ServiceGenModule
templateDir
- String indicating the path where the generation
templates are located.javaDir
- String indicating the path where generated java code
will be written.svcDir
- String indicating the path where generated
configurations will be written.def
- String containing the path to the definition file.
java.lang.Exception
- if the generation cannot be performed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |