| 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 |
| ignoreChildErrors — Property in class org.spicefactory.lib.task.TaskGroup |
|
Indicates whether ERROR events of child tasks should be ignored or if they
should stop the whole group. |
| IllegalArgumentError — Class in package org.spicefactory.lib.errors |
|
Error thrown when a method is called with illegal arguments. |
| IllegalArgumentError(message, cause, id) — Constructor in class org.spicefactory.lib.errors.IllegalArgumentError |
|
Creates a new instance. |
| IllegalExpressionError — Class in package org.spicefactory.lib.expr.impl |
|
Error thrown for illegal expressions. |
| IllegalExpressionError(message, cause, id) — Constructor in class org.spicefactory.lib.expr.impl.IllegalExpressionError |
|
Create a new instance. |
| IllegalStateError — Class in package org.spicefactory.lib.errors |
|
Error thrown when a method has been invoked while the target instance was in an
inappropiate state. |
| IllegalStateError(message, cause, id) — Constructor in class org.spicefactory.lib.errors.IllegalStateError |
|
Creates a new instance. |
| INACTIVE — Constant static property in class org.spicefactory.lib.task.enum.TaskState |
|
The state of the Task before it has been started for the first time or
(for restartable Tasks) also after it has completed its execution. |
| indexOf(arr, element) — Static method in class org.spicefactory.lib.util.ArrayUtil |
|
Returns the index of the first occurence of the specified element in the Array or -1 if the
Array does not contain that element. |
| info(message, error) — Method in interface org.spicefactory.lib.logging.Logger |
|
Logs a message with the INFO log level. |
| info(message, error) — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Logs a message with the INFO log level. |
| info(log, error) — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Logs a message with the INFO log level. |
| INFO — Constant static property in class org.spicefactory.lib.logging.LogLevel |
|
The INFO level designates informational messages
that highlight the progress of the application at coarse-grained level. |
| init() — Method in class org.spicefactory.lib.logging.impl.SOSAppender |
|
Initializes the XMLSocket and connects to Powerflasher SOS. |
| INSTANCE — Static property in class org.spicefactory.lib.reflect.converter.BooleanConverter |
| |
| INSTANCE — Static property in class org.spicefactory.lib.reflect.converter.ClassConverter |
| |
| INSTANCE — Constant static property in class org.spicefactory.lib.reflect.converter.DateConverter |
| |
| INSTANCE — Static property in class org.spicefactory.lib.reflect.converter.IntConverter |
| |
| INSTANCE — Static property in class org.spicefactory.lib.reflect.converter.NumberConverter |
| |
| INSTANCE — Static property in class org.spicefactory.lib.reflect.converter.StringConverter |
| |
| INSTANCE — Static property in class org.spicefactory.lib.reflect.converter.UintConverter |
| |
| IntConverter — Class in package org.spicefactory.lib.reflect.converter |
|
Converts int values. |
| IntConverter() — Constructor in class org.spicefactory.lib.reflect.converter.IntConverter |
|
Creates a new Converter instance. |
| invoke(instance, params) — Method in class org.spicefactory.lib.reflect.Method |
|
Invokes the method represented by this instance on the specified target instance. |
| isBelowThreshold(level:org.spicefactory.lib.logging:LogLevel) — Method in class org.spicefactory.lib.logging.impl.AbstractAppender |
|
Checks whether the specified LogLevel is below
the threshold of this Appender. |
| isDebugEnabled() — Method in interface org.spicefactory.lib.logging.Logger |
|
Checks whether the log level DEBUG is active for this Logger. |
| isDebugEnabled() — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Checks whether the log level DEBUG is active for this Logger. |
| isDebugEnabled() — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Checks whether the log level DEBUG is active for this Logger. |
| isEmpty() — Method in class org.spicefactory.lib.util.CommandChain |
|
Checks whether this CommandChain is empty (does not contain any Commands). |
| isErrorEnabled() — Method in interface org.spicefactory.lib.logging.Logger |
|
Checks whether the log level ERROR is active for this Logger. |
| isErrorEnabled() — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Checks whether the log level ERROR is active for this Logger. |
| isErrorEnabled() — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Checks whether the log level ERROR is active for this Logger. |
| isFatalEnabled() — Method in interface org.spicefactory.lib.logging.Logger |
|
Checks whether the log level FATAL is active for this Logger. |
| isFatalEnabled() — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Checks whether the log level FATAL is active for this Logger. |
| isFatalEnabled() — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Checks whether the log level FATAL is active for this Logger. |
| isInfoEnabled() — Method in interface org.spicefactory.lib.logging.Logger |
|
Checks whether the log level INFO is active for this Logger. |
| isInfoEnabled() — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Checks whether the log level INFO is active for this Logger. |
| isInfoEnabled() — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Checks whether the log level INFO is active for this Logger. |
| isInterface() — Method in class org.spicefactory.lib.reflect.ClassInfo |
|
Indicates whether this type is an interface. |
| isStatic — Property in class org.spicefactory.lib.reflect.Method |
|
Determines if the method represented by this instance is static. |
| isStatic — Property in class org.spicefactory.lib.reflect.Property |
|
Determines if this instance represents a static property. |
| isTraceEnabled() — Method in interface org.spicefactory.lib.logging.Logger |
|
Checks whether the log level TRACE is active for this Logger. |
| isTraceEnabled() — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Checks whether the log level TRACE is active for this Logger. |
| isTraceEnabled() — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Checks whether the log level TRACE is active for this Logger. |
| isType(c) — Method in class org.spicefactory.lib.reflect.ClassInfo |
|
Checks whether the class or interface represented by this ClassInfo instance
is a subclass or subinterface of the specified class. |
| isWarnEnabled() — Method in interface org.spicefactory.lib.logging.Logger |
|
Checks whether the log level WARN is active for this Logger. |
| isWarnEnabled() — Method in class org.spicefactory.lib.logging.impl.DefaultLogger |
|
Checks whether the log level WARN is active for this Logger. |
| isWarnEnabled() — Method in class org.spicefactory.lib.logging.impl.DelegateLogger |
|
Checks whether the log level WARN is active for this Logger. |
|
| 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 |