Package org.java.plugin.registry
Interface IntegrityCheckReport.ReportItem
-
- Enclosing interface:
- IntegrityCheckReport
public static interface IntegrityCheckReport.ReportItemIntegrity check report element. Holds all information about particular check event.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrityCheckReport.ErrorgetCode()java.lang.StringgetMessage()java.lang.StringgetMessage(java.util.Locale locale)IntegrityCheckReport.SeveritygetSeverity()IdentitygetSource()
-
-
-
Method Detail
-
getSeverity
IntegrityCheckReport.Severity getSeverity()
- Returns:
- severity code for this report item
-
getSource
Identity getSource()
- Returns:
- source for this report item, can be
null
-
getCode
IntegrityCheckReport.Error getCode()
- Returns:
- error code for this report item
-
getMessage
java.lang.String getMessage()
- Returns:
- message, associated with this report item for the system default locale
-
getMessage
java.lang.String getMessage(java.util.Locale locale)
- Parameters:
locale- locale to get message for- Returns:
- message, associated with this report item for given locale
-
-