Package com.tridion.util.log
Class LogProgressIndicator
java.lang.Object
com.tridion.util.log.DefaultProgressIndicator
com.tridion.util.log.LogProgressIndicator
- All Implemented Interfaces:
Progressor,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionLogProgressIndicator(String message) LogProgressIndicator(String message, long timeToWait) LogProgressIndicator(String message, long timeToWait, boolean skipFirstLogEntry) -
Method Summary
Methods inherited from class com.tridion.util.log.DefaultProgressIndicator
close, getCurrentStep, getSpentTime, isFinished, setCurrentStep, setMessage, setSteps, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface com.tridion.util.log.Progressor
setMessage, setSteps
-
Constructor Details
-
LogProgressIndicator
-
LogProgressIndicator
-
LogProgressIndicator
-
-
Method Details
-
nextStep
public void nextStep()- Specified by:
nextStepin interfaceProgressor- Overrides:
nextStepin classDefaultProgressIndicator
-
complete
public void complete()- Specified by:
completein interfaceProgressor- Overrides:
completein classDefaultProgressIndicator
-