Uses of Class
org.java.plugin.registry.IntegrityCheckReport.Error
-
Packages that use IntegrityCheckReport.Error Package Description org.java.plugin.registry This package contains framework registry API. -
-
Uses of IntegrityCheckReport.Error in org.java.plugin.registry
Methods in org.java.plugin.registry that return IntegrityCheckReport.Error Modifier and Type Method Description IntegrityCheckReport.ErrorIntegrityCheckReport.ReportItem. getCode()static IntegrityCheckReport.ErrorIntegrityCheckReport.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 are declared.
-