|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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,
String message)
|
|
InstallContext.Message(InstallContext.MessagePriority priority,
String message,
String details)
|
|
InstallContext.Message(InstallContext.MessagePriority priority,
String message,
Throwable th)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |