cn.dreampie
类 CleanMojo

java.lang.Object
  继承者 org.apache.maven.plugin.AbstractMojo
      继承者 cn.dreampie.AbstractFlywayMojo
          继承者 cn.dreampie.CleanMojo
所有已实现的接口:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="clean",
      threadSafe=true)
public class CleanMojo
extends AbstractFlywayMojo

Maven goal that drops all database objects (tables, views, procedures, triggers, ...) in the configured schemas. The schemas are cleaned in the order specified by the schemas property..


字段摘要
 
从接口 org.apache.maven.plugin.Mojo 继承的字段
ROLE
 
构造方法摘要
CleanMojo()
           
 
方法摘要
 void execute()
           
 
从类 cn.dreampie.AbstractFlywayMojo 继承的方法
clean, info, init, migrate, repair, validate
 
从类 org.apache.maven.plugin.AbstractMojo 继承的方法
getLog, getPluginContext, setLog, setPluginContext
 
从类 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,
                    org.apache.maven.plugin.MojoFailureException
抛出:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2014. All rights reserved.