public class ActionProgress extends Object
Constructor and Description |
---|
ActionProgress() |
Modifier and Type | Method and Description |
---|---|
ActionProgress |
addReport(ActionProgress progress)
Add all the reports in the passed progress report to this
progress report.
|
ActionProgress |
addReport(String report)
Add a progress report to the accumlated reports.
|
ActionProgress |
clear()
Clear all progress.
|
String |
toString() |
public ActionProgress addReport(String report)
report
- the progress reportpublic ActionProgress addReport(ActionProgress progress)
progress
- the progress report to be addedpublic ActionProgress clear()