org.codehaus.mojo.hibernate2
Class SchemaExportMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.hibernate2.beans.CommonOperationsBean
org.codehaus.mojo.hibernate2.SchemaUpdateMojo
org.codehaus.mojo.hibernate2.SchemaExportMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class SchemaExportMojo
- extends SchemaUpdateMojo
- Version:
- $Id: SchemaExportMojo.java 1450 2006-02-05 01:12:27Z brett $
- Author:
- Cameron Braid
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.mojo.hibernate2.beans.CommonOperationsBean |
getBasedir, getBaseDirNames, getBaseDirs, getClasspath, getExcludes, getIncludeFiles, getIncludes, getQuiet, print, setBasedir, setClasspath, setExcludes, setIncludes, setQuiet |
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 |
schemaExport
protected SchemaExportBean schemaExport
SchemaExportMojo
public SchemaExportMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
execute
in interface org.apache.maven.plugin.Mojo
- Overrides:
execute
in class SchemaUpdateMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
getDelimiter
public java.lang.String getDelimiter()
setDelimiter
public void setDelimiter(java.lang.String delimiter)
getDrop
public boolean getDrop()
setDrop
public void setDrop(boolean drop)
getOutputFile
public java.lang.String getOutputFile()
setOutputFile
public void setOutputFile(java.lang.String outputFile)
Copyright © 2010. All Rights Reserved.