| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Status
The status of a file.
| Method Summary | |
|---|---|
 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.  | 
 java.util.Collection<Issue> | 
getOptionalAnalyses()Gets issues identifying optional analyses that were not performed while computing the status of 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.  | 
| Method Detail | 
|---|
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()
java.util.Collection<Issue> getOptionalAnalyses()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||