org.apache.ibatis.ibator.ant
Class AntProgressCallback

java.lang.Object
  extended by org.apache.ibatis.ibator.internal.NullProgressCallback
      extended by org.apache.ibatis.ibator.ant.AntProgressCallback
All Implemented Interfaces:
ProgressCallback

public class AntProgressCallback
extends NullProgressCallback

This callback logs progress messages with the Ant logger

Author:
Jeff Butler

Constructor Summary
AntProgressCallback(org.apache.tools.ant.Task task, boolean verbose)
           
 
Method Summary
 void startTask(java.lang.String subTaskName)
          Called to denote the beginning of a save task
 
Methods inherited from class org.apache.ibatis.ibator.internal.NullProgressCallback
checkCancel, done, generationStarted, introspectionStarted, saveStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntProgressCallback

public AntProgressCallback(org.apache.tools.ant.Task task,
                           boolean verbose)
Method Detail

startTask

public void startTask(java.lang.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