类 MyBatisGeneratorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mybatis.generator.maven.MyBatisGeneratorMojo
- 所有已实现的接口:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate",
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=TEST)
public class MyBatisGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Goal which generates MyBatis artifacts.
-
字段概要
从接口继承的字段 org.apache.maven.plugin.Mojo
ROLE -
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
构造器详细资料
-
MyBatisGeneratorMojo
public MyBatisGeneratorMojo()
-
-
方法详细资料
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- 抛出:
org.apache.maven.plugin.MojoExecutionException
-
getOutputDirectory
-