|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.ibator.internal.NullProgressCallback
org.apache.ibatis.ibator.ant.AntProgressCallback
public class AntProgressCallback
This callback logs progress messages with the Ant logger
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 |
---|
public AntProgressCallback(org.apache.tools.ant.Task task, boolean verbose)
Method Detail |
---|
public void startTask(java.lang.String subTaskName)
ProgressCallback
startTask
in interface ProgressCallback
startTask
in class NullProgressCallback
subTaskName
- a descriptive name of the current work step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |