org.codehaus.mojo.hibernate2
Class SchemaExportMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.hibernate2.beans.CommonOperationsBean
          extended by org.codehaus.mojo.hibernate2.SchemaUpdateMojo
              extended by 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

Field Summary
protected  SchemaExportBean schemaExport
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SchemaExportMojo()
           
 
Method Summary
 void execute()
           
 java.lang.String getDelimiter()
           
 boolean getDrop()
           
 java.lang.String getOutputFile()
           
 void setDelimiter(java.lang.String delimiter)
           
 void setDrop(boolean drop)
           
 void setOutputFile(java.lang.String outputFile)
           
 
Methods inherited from class org.codehaus.mojo.hibernate2.SchemaUpdateMojo
buildClasspath, getConfig, getProperties, getResources, getText, setConfig, setProperties, setResources, setText
 
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
 

Field Detail

schemaExport

protected SchemaExportBean schemaExport
Constructor Detail

SchemaExportMojo

public SchemaExportMojo()
Method Detail

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.