public abstract class AbstractDBToolsMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbAlias
Name of alias of database connection that will be added in DBTools
|
protected String |
dbDriverClasspath
Classpath of JDBC Driver
|
protected String |
dbPassword
Database Password
|
protected String |
dbUrl
Database URL
|
protected String |
dbUsername
Database Username
|
protected String |
dbVendor
Vendor to generate sql to.
|
protected String |
schemaDir
Name of the directory where the schema file is located.
|
protected String |
schemaXMLFilename
Name of the schema file to do the generation from.
|
| Constructor and Description |
|---|
AbstractDBToolsMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSchemaFullFilename() |
getLog, getPluginContext, setLog, setPluginContextprotected String schemaDir
protected String schemaXMLFilename
protected String dbVendor
protected String dbAlias
protected String dbDriverClasspath
protected String dbUrl
protected String dbUsername
protected String dbPassword
protected String getSchemaFullFilename()
Copyright © 2007-2015. All Rights Reserved.