org.codehaus.mojo.hibernate2
Class SchemaUpdateMojo

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
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
SchemaExportMojo

public class SchemaUpdateMojo
extends CommonOperationsBean

Version:
$Id: SchemaUpdateMojo.java 6588 2008-03-28 12:22:57Z bentmann $

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SchemaUpdateMojo()
           
 
Method Summary
protected  java.lang.String[] buildClasspath()
           
 void execute()
           
 java.lang.String getConfig()
           
 java.lang.String getProperties()
           
 java.util.List getResources()
           
 boolean getText()
           
 void setConfig(java.lang.String config)
           
 void setProperties(java.lang.String properties)
           
 void setResources(java.util.List resources)
           
 void setText(boolean text)
           
 
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
 

Constructor Detail

SchemaUpdateMojo

public SchemaUpdateMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

buildClasspath

protected java.lang.String[] buildClasspath()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getConfig

public java.lang.String getConfig()

setConfig

public void setConfig(java.lang.String config)

getProperties

public java.lang.String getProperties()

setProperties

public void setProperties(java.lang.String properties)

getText

public boolean getText()

setText

public void setText(boolean text)

getResources

public java.util.List getResources()

setResources

public void setResources(java.util.List resources)


Copyright © 2009. All Rights Reserved.