Package org.mybatis.generator.maven
Class MavenProgressCallback
java.lang.Object
org.mybatis.generator.maven.MavenProgressCallback
- All Implemented Interfaces:
ProgressCallback
This callback logs progress messages with the Maven logger.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMavenProgressCallback(org.apache.maven.plugin.logging.Log log, boolean verbose) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.generator.api.ProgressCallback
checkCancel, done, generationStarted, introspectionStarted, saveStarted
-
Field Details
-
log
private final org.apache.maven.plugin.logging.Log log -
verbose
private final boolean verbose
-
-
Constructor Details
-
MavenProgressCallback
public MavenProgressCallback(org.apache.maven.plugin.logging.Log log, boolean verbose)
-
-
Method Details
-
startTask
Description copied from interface:ProgressCallbackCalled to denote the beginning of a save task.- Specified by:
startTaskin interfaceProgressCallback- Parameters:
subTaskName- a descriptive name of the current work step
-