| Package | Description |
|---|---|
| org.jrebirth.af.core.application |
Provides classes to create a JavaFX application that will use JRebirth Application Framework.
|
| org.jrebirth.af.core.concurrent |
Provides...
|
| org.jrebirth.af.core.exception |
Provides JRebirth exception classes.
|
| org.jrebirth.af.core.exception.handler |
Provides Uncaught Exception Handler depending on thread.
|
| org.jrebirth.af.core.facade |
Provides classes to manage all JRebirth facades.
|
| org.jrebirth.af.core.key |
Provides objects to manage component keys.
|
| org.jrebirth.af.core.link |
Provides...
|
| org.jrebirth.af.core.log |
Provides log facility.
|
| org.jrebirth.af.core.resource.i18n |
Provides all classes related to JRebirth l10n & i18n Messages.
|
| org.jrebirth.af.core.resource.parameter |
Provides all classes related to JRebirth parameters loaded.
|
| org.jrebirth.af.core.service |
Provides base classes for JRebirth Service layer.
|
| org.jrebirth.af.core.ui |
Provides base classes for JRebirth UI layer.
|
| org.jrebirth.af.core.ui.fxml |
Provides...
|
| org.jrebirth.af.core.util |
Provides utility classes used by JRebirth.
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
ApplicationMessages.ATTACH_JAT_UEH
"Attach JAT Uncaught Exception Handler." .
|
static MessageItem |
ApplicationMessages.ATTACH_JIT_UEH
"Attach JIT Uncaught Exception Handler." .
|
static MessageItem |
ApplicationMessages.CSS_LOADING_ERROR
""Impossible to load CSS: {0} using folder: {1}/".
|
static MessageItem |
ApplicationMessages.INIT_ERROR
"Error while initializing the application {0} : ".
|
static MessageItem |
ApplicationMessages.NO_CSS_DEFINED
"No style sheet has been added to the scene, will link the default.css".
|
static MessageItem |
ApplicationMessages.OVERRIDE_FIRST_MODEL_CLASS
"You must override getFirstModelClass without calling super.".
|
static MessageItem |
ApplicationMessages.START_APPLICATION
"Starting {0}" .
|
static MessageItem |
ApplicationMessages.START_ERROR
"Error while starting the application {0} : ".
|
static MessageItem |
ApplicationMessages.STARTED_SUCCESSFULLY
"{} has started successfully".
|
static MessageItem |
ApplicationMessages.STOP_APPLICATION
"Stopping {0}" .
|
static MessageItem |
ApplicationMessages.STOP_ERROR
"Error while stopping the application {0} : ".
|
static MessageItem |
ApplicationMessages.STOPPED_SUCCESSFULLY
"{0} has stopped successfully".
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
ConcurrentMessages.BOOT_UP_ERROR
"An exception occurred during JRebirth BootUp" .
|
static MessageItem |
ConcurrentMessages.FUTURE_DONE
"Future (hashcode={}) returned object : {0}".
|
static MessageItem |
ConcurrentMessages.HPTP_QUEUED
"Runnable submitted to HPTP with hashCode={0}" .
|
static MessageItem |
ConcurrentMessages.JIT_ERROR
"An exception occured into the JRebirth Thread".
|
static MessageItem |
ConcurrentMessages.JTP_ERROR
"JTP returned an error" .
|
static MessageItem |
ConcurrentMessages.JTP_ERROR_EXPLANATION
"JTP returned an error with rootCause =>".
|
static MessageItem |
ConcurrentMessages.JTP_QUEUED
"Runnable submitted to JTP with hashCode={0}" .
|
static MessageItem |
ConcurrentMessages.RUN_IT
"Run> {0}".
|
static MessageItem |
ConcurrentMessages.SHUTDOWN_ERROR
"An error occurred while shuting down the application ".
|
static MessageItem |
ConcurrentMessages.THREAD_ERROR
"Thread error : {0} ".
|
| Constructor and Description |
|---|
AbstractMessageException(MessageItem messageItem)
Constructor without any exception.
|
AbstractMessageException(MessageItem messageItem,
Throwable t)
Constructor with message and root cause.
|
CommandException(MessageItem messageItem)
Constructor without any exception.
|
CommandException(MessageItem messageItem,
Throwable t)
Constructor with message and root cause.
|
CoreException(MessageItem messageItem)
Constructor without base exception.
|
CoreException(MessageItem messageItem,
Object... parameters)
Constructor without base exception.
|
CoreException(MessageItem messageItem,
Throwable t)
Constructor with message and throwable.
|
CoreException(MessageItem messageItem,
Throwable t,
Object... parameters)
Constructor with message and throwable.
|
CoreRuntimeException(MessageItem messageItem,
Object... parameters)
Constructor without base exception.
|
CoreRuntimeException(MessageItem messageItem,
Throwable t,
Object... parameters)
Constructor with message and throwable.
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
HandlerMessages.UNCAUGHT_EXCEPTION
"Uncaught Exception: {0}".
|
static MessageItem |
HandlerMessages.UNKNOWN_UNCAUGHT_EXCEPTION
"Uncaught Exception: {0} - {1}".
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
FacadeMessages.COMPONENT_BUILD_ERROR
"Impossible to build the the component {0}".
|
static MessageItem |
FacadeMessages.COMPONENT_CUSTOM_FACTORY_ERROR
"Impossible to load the custom ComponentFactory, will use the default one".
|
static MessageItem |
FacadeMessages.COMPONENT_RETRIEVAL_ERROR
"Component Retrieval Error".
|
static MessageItem |
FacadeMessages.JREBIRTH_EVENT
"JREvent>>".
|
static MessageItem |
FacadeMessages.JTP_CREATION
"Create the JRebirth Thread Pool".
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
KeyMessages.KEY_GENERATOR_FAILURE
"Fail to generate the key for method: {0} for of {1}" .
|
static MessageItem |
KeyMessages.METHOD_KEY_GENERATOR_FAILURE
"Fail to generate the method key for method: {0} of type {1}" .
|
static MessageItem |
KeyMessages.METHOD_KEY_TOSTRING_FAILURE
"Fail to stringify the returned key of the method {0} of type {1}" .
|
static MessageItem |
KeyMessages.METHOD_NOT_FOUND
"Method not found: {0} for type {1}" .
|
static MessageItem |
KeyMessages.NO_KEY_GENERATOR_METHOD
"No KeyGenerator method found ({0}) for type {1}" .
|
static MessageItem |
KeyMessages.NO_TOSTRING_KEY_METHOD
"No toString method found for the returned object of ({0}) of type {1}" .
|
static MessageItem |
KeyMessages.NULL_METHOD_KEY
"The method key returned is null for method: {0} of type {1}" .
|
static MessageItem |
KeyMessages.NULL_METHOD_KEY_STRING
"The string of the method key returned is null for method: {0} of type {1}" .
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
LinkMessages.CALL_ANNOTATED_METHOD_ERROR
"Error while trying to call annoated method {0} for component {1}
|
static MessageItem |
LinkMessages.COMMAND_NOT_FOUND_ERROR
"Cannot get the right Command to process the wave : {0}".
|
static MessageItem |
LinkMessages.COMMAND_NOT_FOUND_MESSAGE
"Cannot get the right Command to process the wave".
|
static MessageItem |
LinkMessages.COMPONENT_INJECTION_FAILURE
"Component {0} injection has failed".
|
static MessageItem |
LinkMessages.CUSTOM_METHOD_NOT_FOUND
"Custom method not found {0}".
|
static MessageItem |
LinkMessages.LISTEN_WAVE_TYPE
"Listen {0} by {1}".
|
static MessageItem |
LinkMessages.MODEL_NOT_FOUND_ERROR
"Cannot get the right Model to process the wave : {0}".
|
static MessageItem |
LinkMessages.MODEL_NOT_FOUND_MESSAGE
"Cannot get the right Model to process the wave".
|
static MessageItem |
LinkMessages.NO_WAVE_LISTENER
"No Listener attached for wave type : {0}".
|
static MessageItem |
LinkMessages.NOTIFIER_CONSUMES
"NB consumes : {0}".
|
static MessageItem |
LinkMessages.SEND_WAVE
"Send Wave {0}".
|
static MessageItem |
LinkMessages.SERVICE_NOT_FOUND_ERROR
"Cannot get the right Service to process the wave : {0}".
|
static MessageItem |
LinkMessages.SERVICE_NOT_FOUND_MESSAGE
"Cannot get the right Service to process the wave".
|
static MessageItem |
LinkMessages.UNLISTEN_WAVE_TYPE
"UnListen {0} by {1}".
|
static MessageItem |
LinkMessages.USE_DEFAULT_WAVE_HANDLER
"Impossible to load the UnprocessedWaveHandler , will use the default one".
|
static MessageItem |
LinkMessages.WAVE_BEAN_CREATION_ERROR
"Impossible to build WaveBean instance : {0}".
|
static MessageItem |
LinkMessages.WAVE_DISPATCH_ERROR
"Error while dispatching a wave".
|
static MessageItem |
LinkMessages.WAVE_HANDLING_ERROR
"Error while handling a wave".
|
static MessageItem |
LinkMessages.WAVE_LOST
"Wave Lost : {0}".
|
static MessageItem |
LinkMessages.WAVE_LOST_CONTEXT
"Wave Lost [{1}]: {0}".
|
static MessageItem |
LinkMessages.WAVE_SENDING_ERROR
"Failed to send Wave".
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slf4jAdapter.debug(MessageItem messageItem)
Debug.
|
void |
LogbackAdapter.debug(MessageItem messageItem)
Debug.
|
void |
JRLogger.debug(MessageItem messageItem)
Debug.
|
void |
Slf4jAdapter.debug(MessageItem messageItem,
Object... parameters)
Debug.
|
void |
LogbackAdapter.debug(MessageItem messageItem,
Object... parameters)
Debug.
|
void |
JRLogger.debug(MessageItem messageItem,
Object... parameters)
Debug.
|
void |
Slf4jAdapter.debug(MessageItem messageItem,
Throwable t)
Debug.
|
void |
LogbackAdapter.debug(MessageItem messageItem,
Throwable t)
Debug.
|
void |
JRLogger.debug(MessageItem messageItem,
Throwable t)
Debug.
|
void |
Slf4jAdapter.debug(MessageItem messageItem,
Throwable t,
Object... parameters)
Debug.
|
void |
LogbackAdapter.debug(MessageItem messageItem,
Throwable t,
Object... parameters)
Debug.
|
void |
JRLogger.debug(MessageItem messageItem,
Throwable t,
Object... parameters)
Debug.
|
void |
Slf4jAdapter.error(MessageItem messageItem)
Error.
|
void |
LogbackAdapter.error(MessageItem messageItem)
Error.
|
void |
JRLogger.error(MessageItem messageItem)
Error.
|
void |
Slf4jAdapter.error(MessageItem messageItem,
Object... parameters)
Error.
|
void |
LogbackAdapter.error(MessageItem messageItem,
Object... parameters)
Error.
|
void |
JRLogger.error(MessageItem messageItem,
Object... parameters)
Error.
|
void |
Slf4jAdapter.error(MessageItem messageItem,
Throwable t)
Error.
|
void |
LogbackAdapter.error(MessageItem messageItem,
Throwable t)
Error.
|
void |
JRLogger.error(MessageItem messageItem,
Throwable t)
Error.
|
void |
Slf4jAdapter.error(MessageItem messageItem,
Throwable t,
Object... parameters)
Error.
|
void |
LogbackAdapter.error(MessageItem messageItem,
Throwable t,
Object... parameters)
Error.
|
void |
JRLogger.error(MessageItem messageItem,
Throwable t,
Object... parameters)
Error.
|
void |
Slf4jAdapter.info(MessageItem messageItem)
Info.
|
void |
LogbackAdapter.info(MessageItem messageItem)
Info.
|
void |
JRLogger.info(MessageItem messageItem)
Info.
|
void |
Slf4jAdapter.info(MessageItem messageItem,
Object... parameters)
Info.
|
void |
LogbackAdapter.info(MessageItem messageItem,
Object... parameters)
Info.
|
void |
JRLogger.info(MessageItem messageItem,
Object... parameters)
Info.
|
void |
Slf4jAdapter.info(MessageItem messageItem,
Throwable t)
Info.
|
void |
LogbackAdapter.info(MessageItem messageItem,
Throwable t)
Info.
|
void |
JRLogger.info(MessageItem messageItem,
Throwable t)
Info.
|
void |
Slf4jAdapter.info(MessageItem messageItem,
Throwable t,
Object... parameters)
Info.
|
void |
LogbackAdapter.info(MessageItem messageItem,
Throwable t,
Object... parameters)
Info.
|
void |
JRLogger.info(MessageItem messageItem,
Throwable t,
Object... parameters)
Info.
|
void |
Slf4jAdapter.log(MessageItem messageItem)
Log with custom level.
|
void |
LogbackAdapter.log(MessageItem messageItem)
Log with custom level.
|
void |
JRLogger.log(MessageItem messageItem)
Log with custom level.
|
void |
Slf4jAdapter.log(MessageItem messageItem,
Object... parameters)
Log with custom level.
|
void |
LogbackAdapter.log(MessageItem messageItem,
Object... parameters)
Log with custom level.
|
void |
JRLogger.log(MessageItem messageItem,
Object... parameters)
Log with custom level.
|
void |
Slf4jAdapter.log(MessageItem messageItem,
Throwable t)
Log with custom level.
|
void |
LogbackAdapter.log(MessageItem messageItem,
Throwable t)
Log with custom level.
|
void |
JRLogger.log(MessageItem messageItem,
Throwable t)
Log with custom level.
|
void |
Slf4jAdapter.log(MessageItem messageItem,
Throwable t,
Object... parameters)
Log with custom level.
|
void |
LogbackAdapter.log(MessageItem messageItem,
Throwable t,
Object... parameters)
Log with custom level.
|
void |
JRLogger.log(MessageItem messageItem,
Throwable t,
Object... parameters)
Log with custom level.
|
protected void |
AbstractLogAdapter.throwError(MessageItem messageItem,
Throwable t,
Object... parameters)
Throw a Runtime Exception.
|
void |
Slf4jAdapter.trace(MessageItem messageItem)
Trace.
|
void |
LogbackAdapter.trace(MessageItem messageItem)
Trace.
|
void |
JRLogger.trace(MessageItem messageItem)
Trace.
|
void |
Slf4jAdapter.trace(MessageItem messageItem,
Object... parameters)
Trace.
|
void |
LogbackAdapter.trace(MessageItem messageItem,
Object... parameters)
Trace.
|
void |
JRLogger.trace(MessageItem messageItem,
Object... parameters)
Trace.
|
void |
Slf4jAdapter.trace(MessageItem messageItem,
Throwable t)
Trace.
|
void |
LogbackAdapter.trace(MessageItem messageItem,
Throwable t)
Trace.
|
void |
JRLogger.trace(MessageItem messageItem,
Throwable t)
Trace.
|
void |
Slf4jAdapter.trace(MessageItem messageItem,
Throwable t,
Object... parameters)
Trace.
|
void |
LogbackAdapter.trace(MessageItem messageItem,
Throwable t,
Object... parameters)
Trace.
|
void |
JRLogger.trace(MessageItem messageItem,
Throwable t,
Object... parameters)
Trace.
|
void |
Slf4jAdapter.warn(MessageItem messageItem)
Warn.
|
void |
LogbackAdapter.warn(MessageItem messageItem)
Warn.
|
void |
JRLogger.warn(MessageItem messageItem)
Warn.
|
void |
Slf4jAdapter.warn(MessageItem messageItem,
Object... parameters)
Warn.
|
void |
LogbackAdapter.warn(MessageItem messageItem,
Object... parameters)
Warn.
|
void |
JRLogger.warn(MessageItem messageItem,
Object... parameters)
Warn.
|
void |
Slf4jAdapter.warn(MessageItem messageItem,
Throwable t)
Warn.
|
void |
LogbackAdapter.warn(MessageItem messageItem,
Throwable t)
Warn.
|
void |
JRLogger.warn(MessageItem messageItem,
Throwable t)
Warn.
|
void |
Slf4jAdapter.warn(MessageItem messageItem,
Throwable t,
Object... parameters)
Warn.
|
void |
LogbackAdapter.warn(MessageItem messageItem,
Throwable t,
Object... parameters)
Warn.
|
void |
JRLogger.warn(MessageItem messageItem,
Throwable t,
Object... parameters)
Warn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageItemBase
The class MessageItemBase is used to build i18n Message.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<MessageItem,MessageResource> |
MessageBuilder.overriddenMessageMap
Store all overridden values defined by the call of define method.
|
| Modifier and Type | Method and Description |
|---|---|
protected MessageResource |
MessageBuilder.buildResource(MessageItem messageItem,
MessageParams messageParams)
Build the resource requested.
|
void |
MessageBuilder.define(MessageItem key,
MessageResource forcedValue)
Override a parameter value.
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
ParameterMessages.CONF_READING_ERROR
"Impossible to read the properties file : {0}".
|
static MessageItem |
ParameterMessages.CONFIG_FOUND
"{0} configuration file{1} found.".
|
static MessageItem |
ParameterMessages.READ_CONF_FILE
"Read configuration file : {0} ".
|
static MessageItem |
ParameterMessages.SKIP_CONF_LOADING
"Configuration Loading is skipped".
|
static MessageItem |
ParameterMessages.STORE_PARAMETER
"Store key {0} with value= {1}".
|
static MessageItem |
ParameterMessages.UNDEFINED_ENV_VAR
"Undefined Environment Variable : {0}".
|
static MessageItem |
ParameterMessages.UPDATE_PARAMETER
"Update key {0} with value= {1}".
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
ServiceMessages.COUNT_LINES_ERROR
"Impossible to count lines for file: {0}" .
|
static MessageItem |
ServiceMessages.NO_RETURN_WAVE_CONSUMED
"{0} Consumes wave (noReturn) {1}".
|
static MessageItem |
ServiceMessages.NO_RETURNED_WAVE_ITEM
"The Return WaveType must contain at least one WaveItem to wrap the service return".
|
static MessageItem |
ServiceMessages.NO_RETURNED_WAVE_TYPE_DEFINED
"No Return WaveType defined for this WaveType {0}".
|
static MessageItem |
ServiceMessages.NO_WAVE_TYPE_DEFINED
"Wave processed without any wave type for service {0}".
|
static MessageItem |
ServiceMessages.SERVICE_TASK_ERROR
"Unable to perform the Service Task {0}" .
|
static MessageItem |
ServiceMessages.SERVICE_TASK_HAS_FAILED
"{0} experience a service task failure for wave {1}" .
|
static MessageItem |
ServiceMessages.SERVICE_TASK_RETURN_CONSUMES
"{0} Consumes wave {1}" .
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
UIMessages.ANIM_ANNO_PROCESSING_FAILURE
"Impossible to process annotation for Animation property : {0}-{1}" .
|
static MessageItem |
UIMessages.CREATION_FAILURE
"{0} creation has failed ".
|
static MessageItem |
UIMessages.EVENT_HANDLING_IMPOSSIBLE
"Impossible to handle the event" .
|
static MessageItem |
UIMessages.NO_EVENT_CALLBACK
"{0} must have a method => void {1} ({2} event)\{\}".
|
static MessageItem |
UIMessages.NODE_ANNO_PROCESSING_FAILURE
"Impossible to process annotation for Node property : {0}-{1}" .
|
static MessageItem |
UIMessages.VIEW_ANNO_PROCESSING_FAILURE
"Impossible to process annotation for root node : {0}" .
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
FXMLMessages.BAD_FXML_CONTROLLER_ANCESTOR
"The FXML controller must extends the FXMLController class : {0}" .
|
static MessageItem |
FXMLMessages.DEFAULT_CTRLR_CREATION_ERROR
"Initialize fxml node : {0}".
|
static MessageItem |
FXMLMessages.FXML_ERROR_NODE_LABEL
"FXML Error : {0}" .
|
static MessageItem |
FXMLMessages.FXML_NODE_DOESNT_EXIST
"The FXML node doesn't exist : {0}" .
|
static MessageItem |
FXMLMessages.INIT_FXML_NODE
"Initialize fxml node : {0}".
|
static MessageItem |
FXMLMessages.MISSING_RESOURCE_BUNDLE
"Resource Bundle is missing: {0}".
|
| Modifier and Type | Field and Description |
|---|---|
static MessageItem |
UtilMessages.ARGUMENT_DETAIL
"{0} = {1}" .
|
static MessageItem |
UtilMessages.ARGUMENT_LIST
"Arguments are : " .
|
static MessageItem |
UtilMessages.BAD_CANONICAL_PATH
"Impossible to get the resource canonical path" .
|
static MessageItem |
UtilMessages.BROKEN_API_NO_METHOD
"{0} API is broken, no method {1} is available".
|
static MessageItem |
UtilMessages.BROKEN_API_WRONG_PARAMETERS
"{0} API is broken, the method {1} has wrong parameters, expected:{2} provided:{3}" .
|
static MessageItem |
UtilMessages.BROKEN_WAVE_BAD_ITEM_LIST
"This wave must provide these items: {0}" .
|
static MessageItem |
UtilMessages.BROKEN_WAVE_SENT
"Broken Wave sent : {0}" .
|
static MessageItem |
UtilMessages.CANT_READ_CACHED_JAR_FILE
"Can not read Cached Jar File : {0}" .
|
static MessageItem |
UtilMessages.FILE_UNREADABLE
"Impossible to read the file" .
|
static MessageItem |
UtilMessages.GENERIC_TYPE_ERROR_1
"Impossible to build the object assignable to {0} for the class {1}" .
|
static MessageItem |
UtilMessages.GENERIC_TYPE_ERROR_2
"Impossible to build the {0} object for the class {1}" .
|
static MessageItem |
UtilMessages.NO_ANNOTATION_PROPERTY
"Impossible to find the annotation property : {0}" .
|
static MessageItem |
UtilMessages.NO_ANNOTATION_PROPERTY_VALUE
"Impossible to retrieve value for the annotation property : {0}".
|
static MessageItem |
UtilMessages.NO_CONSTRUCTOR
"Impossible to retrieve the constructor due to security" .
|
static MessageItem |
UtilMessages.PARSE_CACHED_JAR_FILE
"Parse Cached Jar File [{0}] for resource [{1}]" .
|
static MessageItem |
UtilMessages.RESOURCE_IGNORED
"The resource {0} is ignored from classpath search engine (not a zip|jar|directory)".
|
static MessageItem |
UtilMessages.USE_DEFAULT_CLASSLOADER
"Use Default ClassLoader to search properties files" .
|
static MessageItem |
UtilMessages.USE_JNLP_CLASSLOADER
"Use JNLPClassLoader to search properties files" .
|
static MessageItem |
UtilMessages.WAVE_HANDLER_METHOD_REQUIRED
"{0} must have a method => void {1} ({2}, Wave wave)\{\}".
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.