Package | Description |
---|---|
org.daisy.common.messaging |
Modifier and Type | Field and Description |
---|---|
protected Message.Level |
Message.level |
Modifier and Type | Method and Description |
---|---|
Message.Level |
Message.getLevel() |
static Message.Level |
Message.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Level[] |
Message.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Message.Level.isMoreSevereThan(Message.Level other) |
MessageBuilder |
MessageBuilder.withLevel(Message.Level level) |
Modifier and Type | Method and Description |
---|---|
MessageAccessor.MessageFilter |
MessageAccessor.MessageFilter.filterLevels(Set<Message.Level> levels) |
MessageAccessor.MessageFilter |
ProgressMessage.filterLevels(Set<Message.Level> levels)
Returns a view with only messages with text and of a given severity level.
|
Constructor and Description |
---|
AbstractMessageAccessor(Message.Level threshold) |
Message(Throwable throwable,
String text,
Message.Level level,
int line,
int column,
Date timeStamp,
Integer sequence,
String ownerId,
String file) |
MessageBus(String ownerId,
Message.Level threshold) |
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.