public class

AntProgressCallback

extends NullProgressCallback
java.lang.Object
   ↳ org.mybatis.generator.internal.NullProgressCallback
     ↳ org.mybatis.generator.ant.AntProgressCallback

Class Overview

This callback logs progress messages with the Ant logger

Summary

Public Constructors
AntProgressCallback(Task task, boolean verbose)
Public Methods
void startTask(String subTaskName)
Called to denote the beginning of a save task
[Expand]
Inherited Methods
From class org.mybatis.generator.internal.NullProgressCallback
From class java.lang.Object
From interface org.mybatis.generator.api.ProgressCallback

Public Constructors

public AntProgressCallback (Task task, boolean verbose)

Public Methods

public void startTask (String subTaskName)

Called to denote the beginning of a save task

Parameters
subTaskName a descriptive name of the current work step