类 MavenShellCallback
java.lang.Object
org.mybatis.generator.internal.DefaultShellCallback
org.mybatis.generator.maven.MavenShellCallback
- 所有已实现的接口:
org.mybatis.generator.api.ShellCallback
public class MavenShellCallback
extends org.mybatis.generator.internal.DefaultShellCallback
Shell callback that calculates the Maven output directory.
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.mybatis.generator.internal.DefaultShellCallback
isOverwriteEnabled从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.mybatis.generator.api.ShellCallback
isMergeSupported, mergeJavaFile, refreshProject
-
构造器详细资料
-
MavenShellCallback
-
-
方法详细资料
-
getDirectory
public File getDirectory(org.mybatis.generator.api.GeneratedFile file) throws org.mybatis.generator.exception.ShellException - 指定者:
getDirectory在接口中org.mybatis.generator.api.ShellCallback- 覆盖:
getDirectory在类中org.mybatis.generator.internal.DefaultShellCallback- 抛出:
org.mybatis.generator.exception.ShellException
-