public class AntProgressCallback extends Object implements ProgressCallback
Constructor and Description |
---|
AntProgressCallback(org.apache.tools.ant.Task task,
boolean verbose)
Instantiates a new ant progress callback.
|
Modifier and Type | Method and Description |
---|---|
void |
startTask(String subTaskName)
Called to denote the beginning of a save task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkCancel, done, generationStarted, introspectionStarted, saveStarted
public AntProgressCallback(org.apache.tools.ant.Task task, boolean verbose)
task
- the taskverbose
- the verbosepublic void startTask(String subTaskName)
ProgressCallback
startTask
in interface ProgressCallback
subTaskName
- a descriptive name of the current work stepCopyright © 2006–2024 MyBatis.org. All rights reserved.