public interface Status
Modifier and Type | Method and Description |
---|---|
int |
getAdvisoryCount()
Gets the number of advisories found in the described file.
|
int |
getErrorCount()
Gets the number of errors found in the described file.
|
int |
getIncompleteCount()
Gets the number of incompletes found in the described file.
|
Severity |
getSeverity()
Gets the summary status of the described file.
|
int |
getWarningCount()
Gets the number of warnings found in the described file.
|
boolean |
isStale()
Gets whether the status is stale.
|
Severity getSeverity()
stale
, this will reflect the last known status
(which may well be Severity.UNKNOWN
.boolean isStale()
int getErrorCount()
int getWarningCount()
int getIncompleteCount()
int getAdvisoryCount()