public abstract class AbstractQueryTranslatorTranslateMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.project.MavenProject |
project |
Constructor and Description |
---|
AbstractQueryTranslatorTranslateMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Copies the properties from this plugin to the
CoreProperties and verifies that the ClassPath is correct. |
String |
getDictionary() |
String |
getDriverName() |
List<String> |
getPackageNames() |
String |
getPassword() |
List<String> |
getReportTypes() |
String |
getUrl() |
String |
getUsername() |
void |
setDictionary(String dictionary) |
void |
setDriverName(String driverName) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
public AbstractQueryTranslatorTranslateMojo()
public final String getUrl()
public final void setUrl(String url)
public final String getUsername()
public final void setUsername(String username)
public final String getPassword()
public final void setPassword(String password)
public final String getDriverName()
public final void setDriverName(String driverName)
public final String getDictionary()
public final void setDictionary(String dictionary)
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
CoreProperties
and verifies that the ClassPath is correct.org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2012-2013. All Rights Reserved.