|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegrityCheckReport.Error | |
---|---|
org.java.plugin.registry | This package contains framework registry API. |
org.java.plugin.registry.xml | This package contains XML syntax manifest files based framework registry API implementation. |
Uses of IntegrityCheckReport.Error in org.java.plugin.registry |
---|
Methods in org.java.plugin.registry that return IntegrityCheckReport.Error | |
---|---|
IntegrityCheckReport.Error |
IntegrityCheckReport.ReportItem.getCode()
|
static IntegrityCheckReport.Error |
IntegrityCheckReport.Error.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IntegrityCheckReport.Error[] |
IntegrityCheckReport.Error.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of IntegrityCheckReport.Error in org.java.plugin.registry.xml |
---|
Methods in org.java.plugin.registry.xml that return IntegrityCheckReport.Error | |
---|---|
IntegrityCheckReport.Error |
IntegrityChecker.ReportItemImpl.getCode()
|
Constructors in org.java.plugin.registry.xml with parameters of type IntegrityCheckReport.Error | |
---|---|
IntegrityChecker.ReportItemImpl(IntegrityCheckReport.Severity aSeverity,
Identity aSource,
IntegrityCheckReport.Error aCode,
java.lang.String aMsg,
java.lang.Object aData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |