public static interface PMD.ProgressMonitor
Modifier and Type | Method and Description |
---|---|
boolean |
status(int total,
int totalDone)
A status update reporting on current progress.
|
boolean status(int total, int totalDone)
total
- total number of files to be analyzedtotalDone
- number of files, that have been done analyzing.true
if the execution of PMD should continue, false
if the execution
should be cancelled/terminated.Copyright © 2002-2015 InfoEther. All Rights Reserved.