|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.AbstractMojo org.apache.torque.mojo.BaseMojo org.apache.torque.mojo.AntTaskMojo org.apache.torque.mojo.ExportMojo
public abstract class ExportMojo
Base Mojo for export related functionality
Field Summary |
---|
Fields inherited from class org.apache.torque.mojo.BaseMojo |
---|
FS, SKIP_PACKAGING_TYPE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
ExportMojo()
|
Method Summary | |
---|---|
protected void |
configureTask()
Configures the Ant task which is wrapped by this mojo. |
String |
getArtifactId()
|
String |
getComment()
|
String |
getDriver()
Returns the fully qualified class name of the database driver. |
Properties |
getDriverProperties()
|
String |
getExcludes()
|
String |
getIncludes()
|
String |
getPassword()
Returns the password of the database user. |
String |
getSchema()
|
String |
getTargetDatabase()
|
protected String |
getUpdatedComment()
|
String |
getUrl()
Returns the connect URL to the database. |
String |
getUsername()
|
boolean |
isAntCompatibilityMode()
|
boolean |
isIncludeVersionInComment()
|
void |
setAntCompatibilityMode(boolean antCompatibilityMode)
|
void |
setArtifactId(String artifactId)
|
void |
setComment(String comment)
|
void |
setDriver(String driver)
Sets the fully qualified class name of the database driver. |
void |
setDriverProperties(Properties driverProperties)
|
void |
setExcludes(String excludePatterns)
|
void |
setIncludes(String includePatterns)
|
void |
setIncludeVersionInComment(boolean includeVersionInComment)
|
void |
setPassword(String password)
Sets the password of the database user. |
void |
setSchema(String schema)
|
void |
setTargetDatabase(String targetDatabase)
|
void |
setUrl(String url)
Sets the connect URL to the database. |
void |
setUsername(String username)
|
Methods inherited from class org.apache.torque.mojo.AntTaskMojo |
---|
executeMojo, getAntProject, getAntTask, getIniatializedAntProject, setAntProject, setAntTask |
Methods inherited from class org.apache.torque.mojo.BaseMojo |
---|
afterExecution, beforeExecution, execute, getEncoding, getMavenSession, getProject, getSettings, isForceMojoExecution, isSkip, isStartMavenLogger, setEncoding, setForceMojoExecution, setMavenSession, setProject, setSettings, setSkip, setStartMavenLogger, skipMojo |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportMojo()
Method Detail |
---|
public String getDriver()
public void setDriver(String driver)
driver
- the fully qualified class name of the database driver.public String getPassword()
public void setPassword(String password)
password
- the password of the database user.public String getUrl()
public void setUrl(String url)
url
- the connect URL to the database.public String getUsername()
public void setUsername(String username)
public String getSchema()
public void setSchema(String schema)
public String getTargetDatabase()
public void setTargetDatabase(String targetDatabase)
public String getIncludes()
public void setIncludes(String includePatterns)
public String getExcludes()
public void setExcludes(String excludePatterns)
public String getComment()
public void setComment(String comment)
protected String getUpdatedComment()
protected void configureTask() throws org.apache.maven.plugin.MojoExecutionException
AntTaskMojo
configureTask
in class AntTaskMojo
org.apache.maven.plugin.MojoExecutionException
public String getArtifactId()
public void setArtifactId(String artifactId)
public boolean isAntCompatibilityMode()
public void setAntCompatibilityMode(boolean antCompatibilityMode)
public boolean isIncludeVersionInComment()
public void setIncludeVersionInComment(boolean includeVersionInComment)
includeVersionInComment
- the includeVersionInComment to setpublic Properties getDriverProperties()
public void setDriverProperties(Properties driverProperties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |