Uses of Class
com.redhat.abrt.ProblemDataKey
-
-
Uses of ProblemDataKey in com.redhat.abrt
Methods in com.redhat.abrt that return ProblemDataKey Modifier and Type Method Description static ProblemDataKeyProblemDataKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProblemDataKey[]ProblemDataKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redhat.abrt with parameters of type ProblemDataKey Modifier and Type Method Description java.lang.StringProblemData. get(ProblemDataKey key)java.lang.StringProblemDataAbrt. get(ProblemDataKey key)voidProblemData. put(ProblemDataKey key, java.lang.String value)voidProblemData. put(ProblemDataKey key, java.lang.Throwable t)voidProblemDataAbrt. put(ProblemDataKey key, java.lang.String value)voidProblemDataAbrt. put(ProblemDataKey key, java.lang.Throwable t)
-