Package org.mybatis.generator.api
Class VerboseProgressCallback
java.lang.Object
org.mybatis.generator.api.VerboseProgressCallback
- All Implemented Interfaces:
ProgressCallback
A slightly more verbose progress callback.
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
VerboseProgressCallback
public VerboseProgressCallback()
-
-
Method Details
-
startTask
Description copied from interface:ProgressCallbackCalled to denote the beginning of a save task.- Specified by:
startTaskin interfaceProgressCallback- Parameters:
taskName- a descriptive name of the current work step
-