| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| DateConverter — Class in package org.spicefactory.lib.reflect.converter | |
| Converts to Date instances. | |
| DateConverter() — Constructor in class org.spicefactory.lib.reflect.converter.DateConverter | |
| Creates a new Converter instance. | |
| debug(message, error) — Method in interface org.spicefactory.lib.logging.Logger | |
Logs a message with the DEBUG log level. |
|
| debug(message, error) — Method in class org.spicefactory.lib.logging.impl.DefaultLogger | |
Logs a message with the DEBUG log level. |
|
| debug(log, error) — Method in class org.spicefactory.lib.logging.impl.DelegateLogger | |
Logs a message with the DEBUG log level. |
|
| DEBUG — Constant static property in class org.spicefactory.lib.logging.LogLevel | |
The DEBUG level designates fine-grained informational events
that are most useful to debug an application. |
|
| DefaultExpressionContext — Class in package org.spicefactory.lib.expr.impl | |
| Default implementation of the ExpressionContext interface. | |
| DefaultExpressionContext() — Constructor in class org.spicefactory.lib.expr.impl.DefaultExpressionContext | |
| Creates a new context instance. | |
| DefaultLogFactory — Class in package org.spicefactory.lib.logging.impl | |
The default LogFactory implementation. |
|
| DefaultLogFactory() — Constructor in class org.spicefactory.lib.logging.impl.DefaultLogFactory | |
| Creates a new instance. | |
| DefaultLogger — Class in package org.spicefactory.lib.logging.impl | |
The default Logger implementation that dispatches LogEvents for all
logging operations. |
|
| DefaultLogger(name, level:org.spicefactory.lib.logging:LogLevel) — Constructor in class org.spicefactory.lib.logging.impl.DefaultLogger | |
| Creates a new instance. | |
| DefaultProperty — Class in package org.spicefactory.lib.reflect.metadata | |
| DefaultPropertyResolver — Class in package org.spicefactory.lib.expr.impl | |
| The default PropertyResolver implementation interpreting property names as names of "real" properties in the base object. | |
| defaultValue — Property in class org.spicefactory.lib.expr.impl.ValueExpression | |
| The default value to use when this expression evaluates to undefined. | |
| DefaultVariableResolver — Class in package org.spicefactory.lib.expr.impl | |
| The default VariableResolver implementation mapping variable names to values with an internal Dictionary. | |
| DefaultVariableResolver() — Constructor in class org.spicefactory.lib.expr.impl.DefaultVariableResolver | |
| Creates a new instance. | |
| delegate — Property in class org.spicefactory.lib.logging.impl.DelegateLogger | |
| The Logger instance to use as a delegate. | |
| DelegateLogger — Class in package org.spicefactory.lib.logging.impl | |
| Logger implementation that delegates all logging operations to a different Logger instance. | |
| DelegateLogger(log:org.spicefactory.lib.logging:Logger) — Constructor in class org.spicefactory.lib.logging.impl.DelegateLogger | |
| Creates a new instance using the specified Logger as the delegate. | |
| DelegateTask — Class in package org.spicefactory.lib.task.util | |
| A Task implementation that delegates the actual execution of the operation. | |
| DelegateTask(startFunction, name, isRestartable, timeout) — Constructor in class org.spicefactory.lib.task.util.DelegateTask | |
| Creates a new instance. | |
| doCancel() — Method in class org.spicefactory.lib.task.Task | |
Called before the CANCEL event gets fired. |
|
| doError(message) — Method in class org.spicefactory.lib.task.Task | |
Called before the ERROR event gets fired. |
|
| doResume() — Method in class org.spicefactory.lib.task.Task | |
Called before the RESUME event gets fired. |
|
| doSkip() — Method in class org.spicefactory.lib.task.Task | |
Called after skip has been called but before the COMPLETE event gets fired. |
|
| doStart() — Method in class org.spicefactory.lib.task.Task | |
Called before the START event gets fired. |
|
| doSuspend() — Method in class org.spicefactory.lib.task.Task | |
Called before the SUSPEND event gets fired. |
|
| doTimeout() — Method in class org.spicefactory.lib.task.Task | |
Called before the ERROR event gets fired after a timeout occurred. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |