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  
cancel — Event in class org.spicefactory.lib.task.Task
Dispatched when a Task is cancelled.
cancel() — Method in class org.spicefactory.lib.task.Task
Cancels this Task.
CANCEL — Constant static property in class org.spicefactory.lib.task.events.TaskEvent
Constant for the type of event fired when a Task is cancelled.
cancelable — Property in class org.spicefactory.lib.task.Task
Indicates whether this Task can be cancelled.
cause — Property in class org.spicefactory.lib.errors.NestedError
The cause of this Error, may be null.
cause — Property in class org.spicefactory.lib.events.NestedErrorEvent
The cause of this ErrorEvent, may be null.
ChainedPropertyResolver — Class in package org.spicefactory.lib.expr.impl
PropertyResolver implementation that chains multiple PropertyResolver.
ChainedPropertyResolver() — Constructor in class org.spicefactory.lib.expr.impl.ChainedPropertyResolver
Creates a new instance.
ChainedVariableResolver — Class in package org.spicefactory.lib.expr.impl
VariableResolver implementation that chains multiple VariableResolvers.
ChainedVariableResolver() — Constructor in class org.spicefactory.lib.expr.impl.ChainedVariableResolver
Creates a new instance.
CLASS — Constant static property in class org.spicefactory.lib.reflect.metadata.Types
Constant for classes.
ClassConverter — Class in package org.spicefactory.lib.reflect.converter
Converts Class values.
ClassConverter(domain) — Constructor in class org.spicefactory.lib.reflect.converter.ClassConverter
Creates a new Converter instance.
ClassInfo — Class in package org.spicefactory.lib.reflect
Represents a class or interface and allows reflection on its name, properties and methods.
ClassInfoConverter — Class in package org.spicefactory.lib.reflect.converter
Converts ClassInfo values.
ClassInfoConverter(requiredType:org.spicefactory.lib.reflect:ClassInfo, domain) — Constructor in class org.spicefactory.lib.reflect.converter.ClassInfoConverter
Creates a new Converter instance.
ClassUtil — Class in package org.spicefactory.lib.util
Static utility methods to reflectively create new instances.
clear() — Method in class org.spicefactory.lib.util.CommandChain
Removes all Commands from this CommandChain.
clone() — Method in class org.spicefactory.lib.util.CommandChain
Creates a clone of this CommandChain.
Command — Class in package org.spicefactory.lib.util
A Command wraps a method and its parameters for deferred execution.
Command(method, params) — Constructor in class org.spicefactory.lib.util.Command
Creates a new Command for deferred execution.
CommandChain — Class in package org.spicefactory.lib.util
A CommandChain executes multiple Commands sequentially.
CommandChain() — Constructor in class org.spicefactory.lib.util.CommandChain
Creates a new empty CommandChain.
CommandTask — Class in package org.spicefactory.lib.task.util
Task implementation that wraps a synchronous Command.
CommandTask(command:org.spicefactory.lib.util:Command, name) — Constructor in class org.spicefactory.lib.task.util.CommandTask
Creates a new Task that wraps the specified synchronous Command.
complete — Event in class org.spicefactory.lib.task.Task
Dispatched when a Task has completed its execution.
complete() — Method in class org.spicefactory.lib.task.Task
Signals that this Task has completed.
COMPLETE — Constant static property in class org.spicefactory.lib.task.events.TaskEvent
Constant for the type of event fired when a Task is completed.
CompositeExpression — Class in package org.spicefactory.lib.expr.impl
Represents a composite expression consisting of a sequence of literal expressions and value expressions.
CompositeExpression(expressions) — Constructor in class org.spicefactory.lib.expr.impl.CompositeExpression
Creates a new instance.
ConcurrentTaskGroup — Class in package org.spicefactory.lib.task
A TaskGroup implementation that executes its child Tasks concurrently.
ConcurrentTaskGroup(name) — Constructor in class org.spicefactory.lib.task.ConcurrentTaskGroup
Creates a new TaskGroup.
Constructor — Class in package org.spicefactory.lib.reflect
Represents a Constructor.
CONSTRUCTOR — Constant static property in class org.spicefactory.lib.reflect.metadata.Types
Constant for constructors.
contains(arr, element) — Static method in class org.spicefactory.lib.util.ArrayUtil
Checks whether the Array contains the specified element.
context — Property in class org.spicefactory.lib.task.Task
An arbitrary value associated with this Task.
ConversionError — Class in package org.spicefactory.lib.reflect.errors
Error thrown when type conversion fails.
ConversionError(message, cause, id) — Constructor in class org.spicefactory.lib.reflect.errors.ConversionError
Create a new instance.
convert(value) — Method in interface org.spicefactory.lib.reflect.Converter
Converts the specified value to the target type this Converter is implemented for.
convert(value, targetType) — Static method in class org.spicefactory.lib.reflect.Converters
Converts the given value to the specified target type.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.BooleanConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.ClassConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.ClassInfoConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.DateConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.EnumerationConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.IntConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.NumberConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.StringConverter
Converts the specified value to the target type this Converter is implemented for.
convert(value) — Method in class org.spicefactory.lib.reflect.converter.UintConverter
Converts the specified value to the target type this Converter is implemented for.
Converter — Interface in package org.spicefactory.lib.reflect
Interface to be implemented by objects responsible for any necessary type conversion.
Converters — Class in package org.spicefactory.lib.reflect
Facility for registering custom Converter implementations.
convertParameters(params) — Method in class org.spicefactory.lib.reflect.FunctionBase
Converts the specified parameters to the types expected for this function if necessary.
createExpression(expression) — Method in interface org.spicefactory.lib.expr.ExpressionContext
Creates a new Expression instance using the specified String value.
createExpression(expression) — Method in class org.spicefactory.lib.expr.impl.DefaultExpressionContext
Creates a new Expression instance using the specified String value.
createForName(className, params) — Static method in class org.spicefactory.lib.util.ClassUtil
Creates a new instance of the class with the specified name.
createNewInstance(type, params) — Static method in class org.spicefactory.lib.util.ClassUtil
Creates a new instance of the specified class.
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