类 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.
  • 构造器详细资料

    • MyBatisGeneratorMojo

      public MyBatisGeneratorMojo()
  • 方法详细资料

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      抛出:
      org.apache.maven.plugin.MojoExecutionException
    • getOutputDirectory

      public File getOutputDirectory()