public class AntProgressCallback extends NullProgressCallback
| 构造器和说明 |
|---|
AntProgressCallback(org.apache.tools.ant.Task task,
boolean verbose)
Instantiates a new ant progress callback.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
startTask(String subTaskName)
Called to denote the beginning of a save task
|
checkCancel, done, generationStarted, introspectionStarted, saveStartedpublic AntProgressCallback(org.apache.tools.ant.Task task,
boolean verbose)
task - the taskverbose - the verbosepublic void startTask(String subTaskName)
ProgressCallbackstartTask 在接口中 ProgressCallbackstartTask 在类中 NullProgressCallbacksubTaskName - a descriptive name of the current work stepCopyright © 2006–2016 MyBatis.org. All rights reserved.