Package | Description |
---|---|
com.deepshiftlabs.nerrvana |
Modifier and Type | Field and Description |
---|---|
UserMessageLevel |
UserMessage.level |
UserMessageLevel |
NerrvanaPluginSettings.messageThreshold |
Modifier and Type | Field and Description |
---|---|
SortedMap<UserMessageLevel,List<UserMessage>> |
Platform.sortedMessages |
Modifier and Type | Method and Description |
---|---|
static UserMessageLevel |
UserMessageLevel.parseThreshold(String s) |
static UserMessageLevel |
UserMessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserMessageLevel[] |
UserMessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SortedMap<UserMessageLevel,List<UserMessage>> |
UserMessage.getAllUserMessages(Document doc)
Collects all messages in the document and converts them into map of the following form:
[key - UserMessageLevel] => [value - list of the UserMessage objects of the given level]
|
static SortedMap<UserMessageLevel,List<UserMessage>> |
UserMessage.getPlatformUserMessages(Node nodePlatform)
Collects all messages for the given platform and converts them into map of the following form:
[key - UserMessageLevel] => [value - list of the UserMessage objects of the given level]
|
SortedMap<UserMessageLevel,List<UserMessage>> |
Platform.getSortedMessages() |
Constructor and Description |
---|
UserMessage(Node node,
UserMessageLevel level) |
Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.