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  
AbstractAppender — Class in package org.spicefactory.lib.flash.logging.impl
Abstract base implementation of the Appender interface.
AbstractChildElementHandler — Class in package org.spicefactory.lib.xml.mapper.handler
Abstract base class for PropertyHandler implementations that deal with XML child elements.
AbstractChildElementHandler(property:org.spicefactory.lib.reflect:Property, xmlNames) — Constructor in class org.spicefactory.lib.xml.mapper.handler.AbstractChildElementHandler
Creates a new instance.
AbstractMethodError — Class in package org.spicefactory.lib.errors
Error thrown when a (pseudo-) abstract method gets invoked.
AbstractMethodError(message, cause, id) — Constructor in class org.spicefactory.lib.errors.AbstractMethodError
Creates a new instance.
AbstractPropertyHandler — Class in package org.spicefactory.lib.xml.mapper.handler
Abstract base impelementation of the PropertyHandler interface.
AbstractPropertyHandler(property:org.spicefactory.lib.reflect:Property, nodeKind, xmlNames, allowArrayProperty) — Constructor in class org.spicefactory.lib.xml.mapper.handler.AbstractPropertyHandler
Creates a new instance.
AbstractXmlObjectMapper — Class in package org.spicefactory.lib.xml.mapper
Base class for XmlObjectMapper implementations providing default implementations for the two property getter methods.
AbstractXmlObjectMapper(objectType:org.spicefactory.lib.reflect:ClassInfo, elementName) — Constructor in class org.spicefactory.lib.xml.mapper.AbstractXmlObjectMapper
Creates a new instance.
active — Property in class org.spicefactory.lib.reflect.cache.DefaultReflectionCache
Indicates whether this cache instance is active.
active — Property in interface org.spicefactory.lib.reflect.cache.ReflectionCache
Indicates whether this cache instance is active.
ACTIVE — Constant static property in class org.spicefactory.lib.task.enum.TaskState
The state of a running Task.
addAppender(app:org.spicefactory.lib.flash.logging:Appender) — Method in interface org.spicefactory.lib.flash.logging.FlashLogFactory
Adds the specified Appender to this LogFactory.
addAppender(app:org.spicefactory.lib.flash.logging:Appender) — Method in class org.spicefactory.lib.flash.logging.impl.DefaultLogFactory
Adds the specified Appender to this LogFactory.
addClass(type:org.spicefactory.lib.reflect:ClassInfo, domain) — Method in class org.spicefactory.lib.reflect.cache.DefaultReflectionCache
Adds the specified ClassInfo instance to this cache.
addClass(type:org.spicefactory.lib.reflect:ClassInfo, domain) — Method in interface org.spicefactory.lib.reflect.cache.ReflectionCache
Adds the specified ClassInfo instance to this cache.
addConverter(type, converter:org.spicefactory.lib.reflect:Converter) — Static method in class org.spicefactory.lib.reflect.Converters
Registers a Converter for the specified class.
addDelegate(com:org.spicefactory.lib.util:Delegate) — Method in class org.spicefactory.lib.util.DelegateChain
Adds the specified Delegate to this DelegateChain.
addError(error) — Method in class org.spicefactory.lib.xml.XmlProcessorContext
Adds an Error to this context.
addLogLevel(name, level:org.spicefactory.lib.flash.logging:LogLevel) — Method in interface org.spicefactory.lib.flash.logging.FlashLogFactory
Adds the specified level for the given logger name.
addLogLevel(name, level:org.spicefactory.lib.flash.logging:LogLevel) — Method in class org.spicefactory.lib.flash.logging.impl.DefaultLogFactory
Adds the specified level for the given logger name.
addMapper(mapper:org.spicefactory.lib.xml:XmlObjectMapper) — Method in class org.spicefactory.lib.xml.mapper.Choice
Adds a mapper to this choice.
addNamespace(ns) — Method in class org.spicefactory.lib.xml.XmlProcessorContext
Adds the specified namespace to the context.
addNamespaceDeclarations(element) — Method in class org.spicefactory.lib.xml.XmlProcessorContext
Adds the namespace declarations added to this context to the specified element.
addPropertyHandler(handler:org.spicefactory.lib.xml.mapper:PropertyHandler) — Method in class org.spicefactory.lib.xml.mapper.PropertyMapperBuilder
Adds a custom property handler to this builder.
addPropertyResolver(resolver:org.spicefactory.lib.expr:PropertyResolver) — Method in interface org.spicefactory.lib.expr.ExpressionContext
Adds a PropertyResolver to this context.
addPropertyResolver(resolver:org.spicefactory.lib.expr:PropertyResolver) — Method in class org.spicefactory.lib.expr.impl.DefaultExpressionContext
Adds a PropertyResolver to this context.
addResolver(resolver:org.spicefactory.lib.expr:PropertyResolver) — Method in class org.spicefactory.lib.expr.impl.ChainedPropertyResolver
Adds the specified VariableResolver instance to the internal chain.
addResolver(resolver:org.spicefactory.lib.expr:VariableResolver) — Method in class org.spicefactory.lib.expr.impl.ChainedVariableResolver
Adds the specified VariableResolver instance to the internal chain.
addTask(task:org.spicefactory.lib.task:Task) — Method in class org.spicefactory.lib.task.TaskGroup
Adds the specified task to this TaskGroup.
addVariableResolver(resolver:org.spicefactory.lib.expr:VariableResolver) — Method in interface org.spicefactory.lib.expr.ExpressionContext
Adds a VariableResolver to this context.
addVariableResolver(resolver:org.spicefactory.lib.expr:VariableResolver) — Method in class org.spicefactory.lib.expr.impl.DefaultExpressionContext
Adds a VariableResolver to this context.
Any — Class in package org.spicefactory.lib.reflect.types
Represents the special * type.
Appender — Interface in package org.spicefactory.lib.flash.logging
An Appender is a target for log output.
applicationDomain — Property in class org.spicefactory.lib.reflect.ClassInfo
The ApplicationDomain this class belongs to.
applicationDomain — Property in class org.spicefactory.lib.xml.XmlProcessorContext
The ApplicationDomain to use when reflecting on objects.
ArrayUtil — Class in package org.spicefactory.lib.util
Static utility methods for Arrays.
AssignableTo — Class in package org.spicefactory.lib.reflect.metadata
Represents a metadata tag that may be used on properties of type Class or ClassInfo in mapped metadata classes.
AttributeHandler — Class in package org.spicefactory.lib.xml.mapper.handler
Responsible for mapping properties to attribute values.
AttributeHandler(property:org.spicefactory.lib.reflect:Property, xmlName) — Constructor in class org.spicefactory.lib.xml.mapper.handler.AttributeHandler
Creates a new instance.
autoStart — Property in class org.spicefactory.lib.task.TaskGroup
Indicates whether this TaskGroup starts automatically when the first child is added.
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