org.mybatis.generator.ant
Class AntProgressCallback
java.lang.Object
org.mybatis.generator.internal.NullProgressCallback
org.mybatis.generator.ant.AntProgressCallback
- All Implemented Interfaces:
- ProgressCallback
public class AntProgressCallback
- extends NullProgressCallback
This callback logs progress messages with the Ant logger
- Author:
- Jeff Butler
Method Summary |
void |
startTask(String subTaskName)
Called to denote the beginning of a save task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntProgressCallback
public AntProgressCallback(org.apache.tools.ant.Task task,
boolean verbose)
startTask
public void startTask(String subTaskName)
- Description copied from interface:
ProgressCallback
- Called to denote the beginning of a save task
- Specified by:
startTask
in interface ProgressCallback
- Overrides:
startTask
in class NullProgressCallback
- Parameters:
subTaskName
- a descriptive name of the current work step
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.