public interface UtilMessages extends MessageContainer
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
ARGUMENT_DETAIL
"{0} = {1}" .
|
static MessageItem |
ARGUMENT_LIST
"Arguments are : " .
|
static MessageItem |
BAD_CANONICAL_PATH
"Impossible to get the resource canonical path" .
|
static MessageItem |
BROKEN_API_NO_METHOD
"{0} API is broken, no method {1} is available".
|
static MessageItem |
BROKEN_API_WRONG_PARAMETERS
"{0} API is broken, the method {1} has wrong parameters, expected:{2} provided:{3}" .
|
static MessageItem |
BROKEN_WAVE_BAD_ITEM_LIST
"This wave must provide these items: {0}" .
|
static MessageItem |
BROKEN_WAVE_SENT
"Broken Wave sent : {0}" .
|
static MessageItem |
CANT_READ_CACHED_JAR_FILE
"Can not read Cached Jar File : {0}" .
|
static MessageItem |
FILE_UNREADABLE
"Impossible to read the file" .
|
static MessageItem |
GENERIC_TYPE_ERROR_1
"Impossible to build the object assignable to {0} for the class {1}" .
|
static MessageItem |
GENERIC_TYPE_ERROR_2
"Impossible to build the {0} object for the class {1}" .
|
static MessageItem |
NO_ANNOTATION_PROPERTY
"Impossible to find the annotation property : {0}" .
|
static MessageItem |
NO_ANNOTATION_PROPERTY_VALUE
"Impossible to retrieve value for the annotation property : {0}".
|
static MessageItem |
NO_CONSTRUCTOR
"Impossible to retrieve the constructor due to security" .
|
static MessageItem |
PARSE_CACHED_JAR_FILE
"Parse Cached Jar File [{0}] for resource [{1}]" .
|
static MessageItem |
RESOURCE_IGNORED
"The resource {0} is ignored from classpath search engine (not a zip|jar|directory)".
|
static MessageItem |
USE_DEFAULT_CLASSLOADER
"Use Default ClassLoader to search properties files" .
|
static MessageItem |
USE_JNLP_CLASSLOADER
"Use JNLPClassLoader to search properties files" .
|
static MessageItem |
WAVE_HANDLER_METHOD_REQUIRED
"{0} must have a method => void {1} ({2}, Wave wave)\{\}".
|
static final MessageItem WAVE_HANDLER_METHOD_REQUIRED
static final MessageItem BROKEN_API_NO_METHOD
static final MessageItem BROKEN_API_WRONG_PARAMETERS
static final MessageItem BROKEN_WAVE_SENT
static final MessageItem BROKEN_WAVE_BAD_ITEM_LIST
static final MessageItem RESOURCE_IGNORED
static final MessageItem BAD_CANONICAL_PATH
static final MessageItem FILE_UNREADABLE
static final MessageItem USE_JNLP_CLASSLOADER
static final MessageItem PARSE_CACHED_JAR_FILE
static final MessageItem CANT_READ_CACHED_JAR_FILE
static final MessageItem USE_DEFAULT_CLASSLOADER
static final MessageItem GENERIC_TYPE_ERROR_1
static final MessageItem GENERIC_TYPE_ERROR_2
static final MessageItem ARGUMENT_LIST
static final MessageItem ARGUMENT_DETAIL
static final MessageItem NO_CONSTRUCTOR
static final MessageItem NO_ANNOTATION_PROPERTY
static final MessageItem NO_ANNOTATION_PROPERTY_VALUE
Copyright © 2011–2014 JRebirth OSS. All rights reserved.