Package org.mybatis.generator.ant
Class AntProgressCallback
java.lang.Object
org.mybatis.generator.ant.AntProgressCallback
- All Implemented Interfaces:
ProgressCallback
This callback logs progress messages with the Ant logger.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAntProgressCallback(org.apache.tools.ant.Task task, boolean verbose) Instantiates a new ant progress callback. -
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
-
task
private final org.apache.tools.ant.Task task -
verbose
private final boolean verbose
-
-
Constructor Details
-
AntProgressCallback
public AntProgressCallback(org.apache.tools.ant.Task task, boolean verbose) Instantiates a new ant progress callback.- Parameters:
task- the taskverbose- the 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
-