Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.javatools.status
Interface Status

All Known Subinterfaces:
IssueList

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

getSeverity

Severity getSeverity()
Gets the summary status of the described file. If this status is stale, this will reflect the last known status (which may well be Severity.UNKNOWN.


isStale

boolean isStale()
Gets whether the status is stale.


getErrorCount

int getErrorCount()
Gets the number of errors found in the described file.


getWarningCount

int getWarningCount()
Gets the number of warnings found in the described file.


getIncompleteCount

int getIncompleteCount()
Gets the number of incompletes found in the described file.


getAdvisoryCount

int getAdvisoryCount()
Gets the number of advisories found in the described file.


getOptionalAnalyses

java.util.Collection<Issue> getOptionalAnalyses()
Gets issues identifying optional analyses that were not performed while computing the status of the described file. Performing these analyses may change the status of the file. The issues are expected to offer actions to force those analyses to be performed.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.