Uses of Class
com.deepshiftlabs.nerrvana.UserMessage

Packages that use UserMessage
com.deepshiftlabs.nerrvana   
 

Uses of UserMessage in com.deepshiftlabs.nerrvana
 

Fields in com.deepshiftlabs.nerrvana with type parameters of type UserMessage
 List<UserMessage> Platform.messages
           
 SortedMap<UserMessageLevel,List<UserMessage>> Platform.sortedMessages
           
 

Methods in com.deepshiftlabs.nerrvana that return types with arguments of type UserMessage
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]
 List<UserMessage> Platform.getMessages()
           
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()
           
 



Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.