
public interface Progress
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendToBuffer(StringBuilder buf)
Serialize a description into a String buffer.
|
boolean |
isComplete()
Test whether a progress is complete (and thus doesn't need to be shown anymore)
|
String |
toString()
Returns a String representation of the progress suitable as a message for
printing to the command line interface.
|
StringBuilder appendToBuffer(StringBuilder buf)
buf - Buffer to serialize toboolean isComplete()
String toString()
toString in class ObjectObject.toString()