Uses of Class
info.magnolia.module.InstallContext.MessagePriority

Packages that use InstallContext.MessagePriority
info.magnolia.module   
 

Uses of InstallContext.MessagePriority in info.magnolia.module
 

Methods in info.magnolia.module that return InstallContext.MessagePriority
 InstallContext.MessagePriority InstallContext.Message.getPriority()
           
static InstallContext.MessagePriority InstallContext.MessagePriority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InstallContext.MessagePriority[] InstallContext.MessagePriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.magnolia.module with parameters of type InstallContext.MessagePriority
InstallContext.Message(InstallContext.MessagePriority priority, java.lang.String message)
           
InstallContext.Message(InstallContext.MessagePriority priority, java.lang.String message, java.lang.String details)
           
InstallContext.Message(InstallContext.MessagePriority priority, java.lang.String message, java.lang.Throwable th)
           
 



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.