|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Problem.Status | |
---|---|
org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
Uses of Problem.Status in org.modeshape.common.collection |
---|
Methods in org.modeshape.common.collection that return Problem.Status | |
---|---|
Problem.Status |
Problem.getStatus()
|
static Problem.Status |
Problem.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Problem.Status[] |
Problem.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.modeshape.common.collection with parameters of type Problem.Status | |
---|---|
protected Logger.Level |
AbstractProblems.logLevelFor(Problem.Status status)
|
void |
Problems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
Write the problems to the supplied logger. |
void |
Problems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
Write the problems to the supplied logger. |
void |
ImmutableProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
|
void |
ImmutableProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
|
void |
AbstractProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
Write the problems to the supplied logger. |
void |
AbstractProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
Write the problems to the supplied logger. |
Constructors in org.modeshape.common.collection with parameters of type Problem.Status | |
---|---|
Problem(Problem.Status status,
int code,
I18n message,
Object[] params,
String resource,
String location,
Throwable throwable)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |