|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jpox.AbstractJpoxMojo
org.codehaus.mojo.jpox.AbstractJpoxSchemaMojo
org.codehaus.mojo.jpox.JpoxSchemaDatabaseInfoMojo
Provides detailed information about the database - limits and datatypes support.
Currently this seems to be printing out the information for each of available database datatypes twice.
Field Summary |
Fields inherited from class org.codehaus.mojo.jpox.AbstractJpoxMojo |
classes, pluginArtifacts |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Constructor Summary | |
JpoxSchemaDatabaseInfoMojo()
|
Method Summary | |
protected void |
prepareModeSpecificCommandLineArguments(org.codehaus.plexus.util.cli.Commandline cl)
Template method that sets up arguments for the SchemaTool
depending upon the mode invoked.
This is expected to be implemented by extensions. |
Methods inherited from class org.codehaus.mojo.jpox.AbstractJpoxSchemaMojo |
executeJpoxTool, getToolName |
Methods inherited from class org.codehaus.mojo.jpox.AbstractJpoxMojo |
execute, findMappingFiles, getUniqueClasspathElements |
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 JpoxSchemaDatabaseInfoMojo()
Method Detail |
protected void prepareModeSpecificCommandLineArguments(org.codehaus.plexus.util.cli.Commandline cl)
SchemaTool
depending upon the mode invoked.
This is expected to be implemented by extensions.
prepareModeSpecificCommandLineArguments
in class AbstractJpoxSchemaMojo
cl
- Commandline
instance to set up arguments for.AbstractJpoxSchemaMojo.prepareModeSpecificCommandLineArguments(org.codehaus.plexus.util.cli.Commandline)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |