Class AntProgressCallback

java.lang.Object
org.mybatis.generator.ant.AntProgressCallback
All Implemented Interfaces:
ProgressCallback

public class AntProgressCallback extends Object implements ProgressCallback
This callback logs progress messages with the Ant logger.
Author:
Jeff Butler
  • Constructor Details

    • AntProgressCallback

      public AntProgressCallback(org.apache.tools.ant.Task task, boolean verbose)
      Instantiates a new ant progress callback.
      Parameters:
      task - the task
      verbose - the verbose
  • Method Details

    • 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
      Parameters:
      subTaskName - a descriptive name of the current work step