Package org.xblackcat.sjpu.cli.progress
Class AProgressPublisher
java.lang.Object
org.xblackcat.sjpu.cli.progress.AProgressPublisher
- All Implemented Interfaces:
IProgressPublisher
- Direct Known Subclasses:
BytesProgressPublisher,CountProgressPublisher,MultiThreadedProgressPublisher,PercentProgressPublisher,StepByStepProgressPublisher
-
Field Summary
FieldsFields inherited from interface org.xblackcat.sjpu.cli.progress.IProgressPublisher
NO_RENDERER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xblackcat.sjpu.cli.progress.IProgressPublisher
publish
-
Field Details
-
output
-
-
Constructor Details
-
AProgressPublisher
-
-
Method Details
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceIProgressPublisher
-
done
public void done()- Specified by:
donein interfaceIProgressPublisher
-