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 ProblemDataKey
ProblemDataKey. 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.String
ProblemData. get(ProblemDataKey key)
java.lang.String
ProblemDataAbrt. get(ProblemDataKey key)
void
ProblemData. put(ProblemDataKey key, java.lang.String value)
void
ProblemData. put(ProblemDataKey key, java.lang.Throwable t)
void
ProblemDataAbrt. put(ProblemDataKey key, java.lang.String value)
void
ProblemDataAbrt. put(ProblemDataKey key, java.lang.Throwable t)
-