org.efaps.maven.plugin
Class CleanMojo
java.lang.Object
org.efaps.maven.plugin.EFapsAbstractMojo
org.efaps.maven.plugin.CleanMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.Mojo
public class CleanMojo
- extends EFapsAbstractMojo
Delete Old Data and Data Model within eFaps of current logged in SQL
database user (via dropping of all tables, views, constraints etc.)..
- Version:
- $Id: CleanMojo.java 5657 2010-10-12 13:21:56Z jan.moxter $
- Author:
- tmo
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Initializes the database connection, starts a connection, deletes all
tables, views etc. |
| Methods inherited from class org.efaps.maven.plugin.EFapsAbstractMojo |
abortTransaction, commitTransaction, convertToMap, getClasspathElements, getLog, getPassWord, getUserName, init, reloadCache, setLog, startTransaction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanMojo
public CleanMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Initializes the database connection, starts a connection, deletes all
tables, views etc. from current logged in database user and commits
transaction.
- Throws:
org.apache.maven.plugin.MojoExecutionException - if delete of old data and data model failed
Copyright © 2002-2011 The eFaps Team. All Rights Reserved.