| Name | Description | Type | Package | Framework |
| AggregateTranslator | Executes a sequence of translators one after the other. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| AnnotationUtils | Helper methods for working with Annotation instances. | Class | org.apache.commons.lang3 | Apache Commons |
|
| ArrayUtils | Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]). | Class | org.apache.commons.lang3 | Apache Commons |
|
| AtomicInitializer | A specialized implementation of the ConcurrentInitializer interface based on an AtomicReference variable. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| AtomicSafeInitializer | A specialized ConcurrentInitializer implementation which is similar to AtomicInitializer, but ensures that the initialize() | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| BackgroundInitializer | A class that allows complex initialization operations in a background task. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| BasicThreadFactory | An implementation of the ThreadFactory interface that provides some configuration options for the threads it creates. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| BitField | Supports operations on bit-mapped fields. | Class | org.apache.commons.lang3 | Apache Commons |
|
| BooleanUtils | Operations on boolean primitives and Boolean objects. | Class | org.apache.commons.lang3 | Apache Commons |
|
| Builder | The Builder interface is designed to designate a class as a builder object in the Builder design pattern. | Interface | org.apache.commons.lang3.builder | Apache Commons |
|
| CallableBackgroundInitializer | A specialized BackgroundInitializer implementation that wraps a An instance of this class is initialized with a Callable object when | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| CharEncoding | Character encoding names required of every implementation of the Java platform. | Class | org.apache.commons.lang3 | Apache Commons |
|
| CharSequenceTranslator | An API for translating text. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| CharSequenceUtils | Operations on CharSequence that areSince:3. | Class | org.apache.commons.lang3 | Apache Commons |
|
| CharSet | A set of characters. | Class | org.apache.commons.lang3 | Apache Commons |
|
| CharSetUtils | Operations on CharSet instances. | Class | org.apache.commons.lang3 | Apache Commons |
|
| CharUtils | Operations on char primitives and Character objects. | Class | org.apache.commons.lang3 | Apache Commons |
|
| ClassPathUtils | Operations regarding the classpath. | Class | org.apache.commons.lang3 | Apache Commons |
|
| ClassUtils | Operates on classes without using reflection. | Class | org.apache.commons.lang3 | Apache Commons |
|
| CloneFailedException | Exception thrown when a clone cannot be created. | Class | org.apache.commons.lang3.exception | Apache Commons |
|
| CodePointTranslator | Helper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| CompareToBuilder | Assists in implementing Comparable. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| CompositeFormat | Formats using one formatter and parses using a different formatter. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| ConcurrentException | An exception class used for reporting error conditions related to accessing data of background tasks. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| ConcurrentInitializer | Definition of an interface for the thread-safe initialization of objects. | Interface | org.apache.commons.lang3.concurrent | Apache Commons |
|
| ConcurrentRuntimeException | An exception class used for reporting runtime error conditions related to accessing data of background tasks. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| ConcurrentUtils | An utility class providing functionality related to the java. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| ConstantInitializer | A very simple implementation of the ConcurrentInitializer interface which always returns the same object. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| ConstructorUtils | Utility reflection methods focused on constructors, modeled after Known Limitations Accessing Public Constructors In A Default | Class | org.apache.commons.lang3.reflect | Apache Commons |
|
| ContextedException | An exception that provides an easy and safe way to add contextual information. | Class | org.apache.commons.lang3.exception | Apache Commons |
|
| ContextedRuntimeException | A runtime exception that provides an easy and safe way to add contextual information. | Class | org.apache.commons.lang3.exception | Apache Commons |
|
| Conversion | Static methods to convert a type into another, with endianness and bit ordering awareness. | Class | org.apache.commons.lang3 | Apache Commons |
|
| DateFormatUtils | Date and time formatting utilities and constants. | Class | org.apache.commons.lang3.time | Apache Commons |
|
| DateParser | | Interface | org.apache.commons.lang3.time | Apache Commons |
|
| DatePrinter | | Interface | org.apache.commons.lang3.time | Apache Commons |
|
| DateUtils | A suite of utilities surrounding the use of the Calendar and Date object. | Class | org.apache.commons.lang3.time | Apache Commons |
|
| DefaultExceptionContext | Default implementation of the context storing the label-value pairs for contexted exceptions. | Class | org.apache.commons.lang3.exception | Apache Commons |
|
| Diff | A Diff contains the differences between two Diffable class Typically, Diffs are retrieved by using a DiffBuilder to | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| Diffable | Diffable classes can be compared with other objects for differences. | Interface | org.apache.commons.lang3.builder | Apache Commons |
|
| DiffBuilder | Assists in implementing Diffable. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| DiffResult | A DiffResult contains a collection of the differences between two Diffable objects. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| DurationFormatUtils | Duration formatting utilities and constants. | Class | org.apache.commons.lang3.time | Apache Commons |
|
| EntityArrays | Class holding various entity data for HTML and XML - generally for use with the LookupTranslator. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| EnumUtils | Utility library to provide helper methods for Java enums. | Class | org.apache.commons.lang3 | Apache Commons |
|
| EqualsBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| EventListenerSupport | An EventListenerSupport object can be used to manage a list of event listeners of a particular type. | Class | org.apache.commons.lang3.event | Apache Commons |
|
| EventUtils | Provides some useful event-based utility methods. | Class | org.apache.commons.lang3.event | Apache Commons |
|
| ExceptionContext | Allows the storage and retrieval of contextual information based on label-value pairs for exceptions. | Interface | org.apache.commons.lang3.exception | Apache Commons |
|
| ExceptionUtils | Provides utilities for manipulating and examining Since:1. | Class | org.apache.commons.lang3.exception | Apache Commons |
|
| ExtendedMessageFormat | options for embedded format elements. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| FastDateFormat | FastDateFormat is a fast and thread-safe version of To obtain an instance of FastDateFormat, use one of the static factory methods: | Class | org.apache.commons.lang3.time | Apache Commons |
|
| FastDateParser | FastDateParser is a fast and thread-safe version of To obtain a proxy to a FastDateParser, use FastDateFormat. | Class | org.apache.commons.lang3.time | Apache Commons |
|
| FastDatePrinter | FastDatePrinter is a fast and thread-safe version of To obtain a FastDatePrinter, use FastDateFormat. | Class | org.apache.commons.lang3.time | Apache Commons |
|
| FieldUtils | Utilities for working with Fields by reflection. | Class | org.apache.commons.lang3.reflect | Apache Commons |
|
| FormatFactory | | Interface | org.apache.commons.lang3.text | Apache Commons |
|
| FormattableUtils | Provides utilities for working with the Formattable interface. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| Fraction | Fraction is a Number implementation that stores fractions accurately. | Class | org.apache.commons.lang3.math | Apache Commons |
|
| HashCodeBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| IEEE754rUtils | Provides IEEE-754r variants of NumberUtils methods. | Class | org.apache.commons.lang3.math | Apache Commons |
|
| ImmutablePair | An immutable pair consisting of two Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
|
| ImmutableTriple | An immutable triple consisting of three Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
|
| InheritanceUtils | Utility methods focusing on inheritance. | Class | org.apache.commons.lang3.reflect | Apache Commons |
|
| JavaUnicodeEscaper | Translates codepoints to their Unicode escaped value suitable for Java source. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| JavaVersion | An enum representing all the versions of the Java specification. | Class | org.apache.commons.lang3 | Apache Commons |
|
| LazyInitializer | This class provides a generic implementation of the lazy initialization Sometimes an application has to deal with an object only under certain | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| LocaleUtils | Operations to assist when working with a Locale. | Class | org.apache.commons.lang3 | Apache Commons |
|
| LookupTranslator | Translates a value using a lookup table. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| MethodUtils | Utility reflection methods focused on Methods, originally from Commons BeanUtils. | Class | org.apache.commons.lang3.reflect | Apache Commons |
|
| MultiBackgroundInitializer | A specialized BackgroundInitializer implementation that can deal with multiple background initialization tasks. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| Mutable | Provides mutable access to a value. | Interface | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableBoolean | A mutable boolean wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableByte | A mutable byte wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableDouble | A mutable double wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableFloat | A mutable float wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableInt | A mutable int wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableLong | A mutable long wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableObject | A mutable Object wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutablePair | A mutable pair consisting of two Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
|
| MutableShort | A mutable short wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons |
|
| MutableTriple | A mutable triple consisting of three Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
|
| NotImplementedException | Thrown to indicate that a block of code has not been implemented. | Class | org.apache.commons.lang3 | Apache Commons |
|
| NumberUtils | Provides extra functionality for Java Number classes. | Class | org.apache.commons.lang3.math | Apache Commons |
|
| NumericEntityEscaper | Translates codepoints to their XML numeric entity escaped value. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| NumericEntityUnescaper | Translate XML numeric entities of the form [xX]?\d+;? to the specific codepoint. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| ObjectUtils | Operations on Object. | Class | org.apache.commons.lang3 | Apache Commons |
|
| OctalUnescaper | Translate escaped octal Strings back to their octal values. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| Pair | A pair consisting of two elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
|
| RandomStringUtils | Operations for random Strings. | Class | org.apache.commons.lang3 | Apache Commons |
|
| RandomUtils | Utility library that supplements the standard Random class. | Class | org.apache.commons.lang3 | Apache Commons |
|
| Range | An immutable range of objects from a minimum to maximum point inclusive. | Class | org.apache.commons.lang3 | Apache Commons |
|
| RecursiveToStringStyle | Works with ToStringBuilder to create a deep toString. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| ReflectionToStringBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| SerializationException | Exception thrown when the Serialization process fails. | Class | org.apache.commons.lang3 | Apache Commons |
|
| SerializationUtils | Assists with the serialization process and performs additional functionality based Deep clone using serialization | Class | org.apache.commons.lang3 | Apache Commons |
|
| StandardToStringStyle | Works with ToStringBuilder to create a toString. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| StopWatch | StopWatch provides a convenient API for timings. | Class | org.apache.commons.lang3.time | Apache Commons |
|
| StrBuilder | Builds a string from constituent parts providing a more flexible and powerful API The main differences from StringBuffer/StringBuilder are: | Class | org.apache.commons.lang3.text | Apache Commons |
|
| StringEscapeUtils | Escapes and unescapes Strings for Java, Java Script, HTML and XML. | Class | org.apache.commons.lang3 | Apache Commons |
|
| StringUtils | Operations on String that are - checks if a String contains textTrim/Strip | Class | org.apache.commons.lang3 | Apache Commons |
|
| StrLookup | Lookup a String key to a String value. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| StrMatcher | A matcher class that can be queried to determine if a character array This class comes complete with various factory methods. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| StrSubstitutor | Substitutes variables within a string by values. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| StrTokenizer | Tokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| SystemUtils | Helpers for java. | Class | org.apache.commons.lang3 | Apache Commons |
|
| TimedSemaphore | A specialized semaphore implementation that provides a number of permits in a given time frame. | Class | org.apache.commons.lang3.concurrent | Apache Commons |
|
| ToStringBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| ToStringStyle | Controls String formatting for ToStringBuilder. | Class | org.apache.commons.lang3.builder | Apache Commons |
|
| Triple | A triple consisting of three elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
|
| Typed | Generalization of has a type. | Interface | org.apache.commons.lang3.reflect | Apache Commons |
|
| TypeLiteral | Type literal comparable to javax. | Class | org.apache.commons.lang3.reflect | Apache Commons |
|
| TypeUtils | Utility methods focusing on type inspection, particularly with regard toSince:3. | Class | org.apache.commons.lang3.reflect | Apache Commons |
|
| UnicodeEscaper | Translates codepoints to their Unicode escaped value. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| UnicodeUnescaper | Translates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| UnicodeUnpairedSurrogateRemover | Helper subclass to CharSequenceTranslator to remove unpaired surrogates. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
|
| Validate | This class assists in validating arguments. | Class | org.apache.commons.lang3 | Apache Commons |
|
| WordUtils | Operations on Strings that contain words. | Class | org.apache.commons.lang3.text | Apache Commons |
|
| AvalonLogger | logging calls to the Avalon logging abstraction: the Logger interface. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| Jdk13LumberjackLogger | interface that wraps the standard JDK logging mechanisms that are available in SourceForge's Lumberjack for JDKs prior to 1. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| Jdk14Logger | interface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| Log | A simple logging interface abstracting logging APIs. | Interface | org.apache.commons.logging | Apache Commons |
|
| Log4JLogger | Logger for log4J version 1. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| LogConfigurationException | An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding | Class | org.apache.commons.logging | Apache Commons |
|
| LogFactory | Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs | Class | org.apache.commons.logging | Apache Commons |
|
| LogFactoryImpl | Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation | Class | org.apache.commons.logging.impl | Apache Commons |
|
| LogKitLogger | that wraps the avalon-logkit logging system. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| LogSource | Factory for creating Log instances. | Class | org.apache.commons.logging | Apache Commons |
|
| NoOpLog | Trivial implementation of Log that throws away all messages. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| ServletContextCleaner | This class is capable of receiving notifications about the undeployment of a webapp, and responds by ensuring that commons-logging releases all | Class | org.apache.commons.logging.impl | Apache Commons |
|
| SimpleLog | Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| WeakHashtable | to hold its keys thus allowing them to be reclaimed by the garbage collector. | Class | org.apache.commons.logging.impl | Apache Commons |
|
| AbstractArrayConverter | Convenience base class for converters that translate the String representation of an array into a corresponding array of primitives | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| AbstractConverter | Base Converter implementation that provides the structure for handling conversion to and from a specified type. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ArrayConverter | Generic Converter implementation that handles conversion to and from array objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BaseDynaBeanMapDecorator | A base class for decorators providing Map behavior on The motivation for this implementation is to provide access to DynaBean | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BaseLocaleConverter | The base class for all standart type locale-sensitive converters. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| BasicDynaBean | Minimal implementation of the DynaBean interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BasicDynaClass | Minimal implementation of the DynaClass interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanAccessLanguageException | Thrown to indicate that the Bean Access Language cannot execute query against given bean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanComparator | This comparator compares two beans by the specified bean property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanIntrospector | Definition of an interface for components that can perform introspection on Before PropertyUtils can be used for interaction with a specific Java | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanMap | An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanPredicate | Predicate implementation that applies the given Predicate to the result of calling the given property getter. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanPropertyValueChangeClosure | Closure that sets a property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanPropertyValueEqualsPredicate | Predicate that evaluates a property value against a specified value. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanToPropertyValueTransformer | Transformer that outputs a property value. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanUtils | Utility methods for populating JavaBeans properties via reflection. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanUtilsBean | JavaBean property population methods. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanUtilsBean2 | BeanUtilsBean implementation that creates a ConvertUtilsBean2 and delegates conversion to | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BigDecimalConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BigDecimalLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| BigIntegerConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BigIntegerLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| BooleanArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of boolean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BooleanConverter | Converter implementation that handles conversion to and from Boolean objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ByteArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of byte. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ByteConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ByteLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| CalendarConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| CharacterArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of char. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| CharacterConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ClassConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ConstructorUtils | Utility reflection methods focussed on constructors, modelled after MethodUtils. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ContextClassLoaderLocal | An instance of this class represents a value that is provided per (thread) context classloader. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConversionException | A ConversionException indicates that a call to Converter. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| Converter | General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConverterFacade | Provides a facade for Converter implementations preventing access to any public API in the implementation, | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ConvertingWrapDynaBean | instance, so that DynaBean APIs can be used to access its properties, though this implementation allows type conversion to occur when properties are set. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConvertUtils | Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConvertUtilsBean | Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConvertUtilsBean2 | ConvertUtilsBean implementation that delegates convert() methods to the new ConvertUtilsBean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DateConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DateLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| DateTimeConverter | Converter implementaion that handles conversion to and from date/time objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DecimalLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| DefaultBeanIntrospector | The default BeanIntrospector implementation. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DefaultResolver | Default Property Name Expression Resolver Implementation. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.expression | Apache Commons |
|
| DoubleArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of double. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DoubleConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DoubleLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| DynaBean | A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaBeanMapDecorator | Decorates a DynaBean to provide Map behaviour. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaBeanPropertyMapDecorator | Decorates a DynaBean to provide Map behavior. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaClass | A DynaClass is a simulation of the functionality of java. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaProperty | The metadata describing an individual property of a DynaBean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| FileConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| FloatArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of float. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| FloatConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| FloatLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| FluentPropertyBeanIntrospector | An implementation of the BeanIntrospector interface which can detect write methods for properties used in fluent API scenario. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| IntegerArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of int. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| IntegerConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| IntegerLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| IntrospectionContext | A context interface used during introspection for querying and setting property descriptors. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaBean | DynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaClass | DynaClass which implements the MutableDynaClass interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaList | There are two main purposes for this class: To provide Lazy List behaviour - automatically | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaMap | Provides a light weight DynaBean facade to a Map with lazy map/list processing. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LocaleBeanUtils | Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleBeanUtilsBean | Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleConverter | General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from | Interface | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleConvertUtils | Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleConvertUtilsBean | Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LongArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of long. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| LongConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| LongLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| MappedPropertyDescriptor | A MappedPropertyDescriptor describes one mapped property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| MethodUtils | Utility reflection methods focused on methods in general rather than properties in particular. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| MutableDynaClass | A specialized extension to DynaClass that allows properties to be added or removed dynamically. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| NestedNullException | Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| NumberConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| PropertyUtils | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| PropertyUtilsBean | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| Resolver | Property Name Expression Resolver. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils.expression | Apache Commons |
|
| ResultSetDynaClass | java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ResultSetIterator | iterator() method of ResultSetDynaClass. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| RowSetDynaClass | of DynaBeans representing the results of an SQL query. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ShortArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of short. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ShortConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ShortLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SqlDateConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| SqlDateLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SqlTimeConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| SqlTimeLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SqlTimestampConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| SqlTimestampLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| StringArrayConverter | Standard Converter implementation that converts an incoming String into an array of String objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| StringConverter | implementation that converts an incoming object into a java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| StringLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SuppressPropertiesBeanIntrospector | A specialized BeanIntrospector implementation which suppresses some properties. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| URLConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| WrapDynaBean | instance, so that DynaBean APIs can be used to access its properties. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| WrapDynaClass | standard JavaBean instances. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| AbstractGetLocaleCommand | Abstract base Command implementation for retrieving the requested Locale from our Context, and storing it under the | Class | org.apache.commons.chain.web | Apache Commons |
|
| AbstractSetLocaleCommand | Abstract base Command implementation for setting the response locale for this response to the Locale stored | Class | org.apache.commons.chain.web | Apache Commons |
|
| Catalog | A Catalog is a collection of named Commands (or Chains) that can be used to retrieve the set of commands that | Interface | org.apache.commons.chain | Apache Commons |
|
| CatalogBase | Simple in-memory implementation of Catalog. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| CatalogFactory | A CatalogFactory is a class used to store and retrieve Catalogs. | Class | org.apache.commons.chain | Apache Commons |
|
| CatalogFactoryBase | A simple implementation of CatalogFactory. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| Chain | | Interface | org.apache.commons.chain | Apache Commons |
|
| ChainBase | Convenience base class for Chain implementations. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| ChainListener | ServletContextListener that automatically scans chain configuration files in the current web application at | Class | org.apache.commons.chain.web | Apache Commons |
|
| ChainProcessor | Custom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specified | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ChainServlet | Servlet that automatically scans chain configuration files in the current web application at startup time, and exposes the result in a | Class | org.apache.commons.chain.web | Apache Commons |
|
| Command | A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a | Interface | org.apache.commons.chain | Apache Commons |
|
| ConfigParser | Class to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chains | Class | org.apache.commons.chain.config | Apache Commons |
|
| ConfigRuleSet | Digester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriate | Class | org.apache.commons.chain.config | Apache Commons |
|
| Context | A Context represents the state information that is accessed and manipulated by the execution of a Command or a | Interface | org.apache.commons.chain | Apache Commons |
|
| ContextBase | Convenience base class for Context implementations. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| CopyCommand | Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| DispatchCommand | An abstract base command which uses introspection to look up a method to execute. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| DispatchLookupCommand | This command combines elements of the LookupCommand with the DispatchCommand. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| FacesGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API. | Class | org.apache.commons.chain.web.faces | Apache Commons |
|
| FacesSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API. | Class | org.apache.commons.chain.web.faces | Apache Commons |
|
| FacesWebContext | Concrete implementation of WebContext suitable for use in JavaServer Faces apps. | Class | org.apache.commons.chain.web.faces | Apache Commons |
|
| Filter | A Filter is a specialized Command that also expects the Chain that is executing it to call the | Interface | org.apache.commons.chain | Apache Commons |
|
| LookupCommand | Look up a specified Command (which could also be a in a Catalog, and delegate execution to it. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| MapEntry | Map. | Class | org.apache.commons.chain.web | Apache Commons |
|
| PathInfoMapper | Command that uses the path info component of the request URI to select a Command from the appropriate Catalog, and | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| PortletGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.portlet | Apache Commons |
|
| PortletSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.portlet | Apache Commons |
|
| PortletWebContext | Concrete implementation of WebContext suitable for use in portlets. | Class | org.apache.commons.chain.web.portlet | Apache Commons |
|
| RemoveCommand | Remove any context attribute stored under the fromKey. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| RequestParameterMapper | Command that uses a specified request parameter to select a Command from the appropriate Catalog, and | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletPathMapper | Command that uses the servlet path component of the request URI to select a Command from the appropriate Catalog, and | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletWebContext | Concrete implementation of WebContext suitable for use in Servlets and JSP pages. | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| WebContext | Abstract base implementation of Context that provides web based applications that use it a generic view of HTTP related | Class | org.apache.commons.chain.web | Apache Commons |
|
| AlreadySelectedException | Thrown when more than one option in an option groupVersion:$Id: AlreadySelectedException. | Class | org.apache.commons.cli | Apache Commons |
|
| AmbiguousOptionException | Exception thrown when an option can't be identified from a partial name. | Class | org.apache.commons.cli | Apache Commons |
|
| BasicParser | The class BasicParser provides a very simple implementation of the flatten method. | Class | org.apache.commons.cli | Apache Commons |
|
| CommandLine | Represents list of arguments parsed against a Options descriptor. | Class | org.apache.commons.cli | Apache Commons |
|
| CommandLineParser | A class that implements the CommandLineParser interface can parse a String array according to the Options specified | Interface | org.apache.commons.cli | Apache Commons |
|
| DefaultParser | | Class | org.apache.commons.cli | Apache Commons |
|
| GnuParser | The class GnuParser provides an implementation of theVersion:$Id: GnuParser. | Class | org.apache.commons.cli | Apache Commons |
|
| HelpFormatter | A formatter of help messages for command line options. | Class | org.apache.commons.cli | Apache Commons |
|
| MissingArgumentException | Thrown when an option requiring an argument is not provided with an argument. | Class | org.apache.commons.cli | Apache Commons |
|
| MissingOptionException | Thrown when a required option has not been provided. | Class | org.apache.commons.cli | Apache Commons |
|
| Option | Describes a single command-line option. | Class | org.apache.commons.cli | Apache Commons |
|
| OptionBuilder | OptionBuilder allows the user to create Options using descriptive methods. | Class | org.apache.commons.cli | Apache Commons |
|
| OptionGroup | A group of mutually exclusive options. | Class | org.apache.commons.cli | Apache Commons |
|
| Options | Main entry-point into the library. | Class | org.apache.commons.cli | Apache Commons |
|
| ParseException | Base for Exceptions thrown during parsing of a command-line. | Class | org.apache.commons.cli | Apache Commons |
|
| Parser | Parser creates CommandLines. | Class | org.apache.commons.cli | Apache Commons |
|
| PatternOptionBuilder | Allows Options to be created from a single String. | Class | org.apache.commons.cli | Apache Commons |
|
| PosixParser | The class PosixParser provides an implementation of theVersion:$Id: PosixParser. | Class | org.apache.commons.cli | Apache Commons |
|
| TypeHandler | This is a temporary implementation. | Class | org.apache.commons.cli | Apache Commons |
|
| UnrecognizedOptionException | Exception thrown during parsing signalling an unrecognizedVersion:$Id: UnrecognizedOptionException. | Class | org.apache.commons.cli | Apache Commons |
|
| AbstractCaverphone | Encodes a string into a Caverphone value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Base32 | Provides Base32 encoding and decoding as defined by RFC 4648. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| Base32InputStream | Provides Base32 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| Base32OutputStream | Provides Base32 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| Base64 | Provides Base64 encoding and decoding as defined by RFC 2045. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| Base64InputStream | Provides Base64 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| Base64OutputStream | Provides Base64 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| BaseNCodec | Abstract superclass for Base-N encoders and decoders. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| BaseNCodecInputStream | Abstract superclass for Base-N input streams. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| BaseNCodecOutputStream | Abstract superclass for Base-N output streams. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| BCodec | Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified. | Class | 1.10.apidocs.org.apache.commons.codec.net | Apache Commons |
|
| BeiderMorseEncoder | Encodes strings into their Beider-Morse phonetic encoding. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| BinaryCodec | Converts between byte arrays and strings of 0s and 1s. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| BinaryDecoder | Defines common decoding methods for byte array decoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| BinaryEncoder | Defines common encoding methods for byte array encoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| Caverphone | Encodes a string into a Caverphone 2. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Caverphone1 | Encodes a string into a Caverphone 1. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Caverphone2 | Encodes a string into a Caverphone 2. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| CharEncoding | Character encoding names required of every implementation of the Java platform. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| CharSequenceUtils | Operations on CharSequence that are null safe. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| Charsets | Charsets required of every implementation of the Java platform. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| ColognePhonetic | Encodes a string into a Cologne Phonetic value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Crypt | GNU libc crypt(3) compatible hash method. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| DaitchMokotoffSoundex | Encodes a string into a Daitch-Mokotoff Soundex value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Decoder | Provides the highest level of abstraction for Decoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| DecoderException | Thrown when there is a failure condition during the decoding process. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| DigestUtils | Operations to simplify common MessageDigest tasks. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| DoubleMetaphone | Encodes a string into a double metaphone value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Encoder | Provides the highest level of abstraction for Encoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| EncoderException | Thrown when there is a failure condition during the encoding process. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| Hex | Converts hexadecimal Strings. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| HmacAlgorithms | Standard HmacUtils algorithm names from the Java Cryptography Architecture Standard Algorithm Name Note: Not all JCE implementations supports all algorithms in this enum. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| HmacUtils | Simplifies common Mac tasks. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| Lang | Language guessing utility. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| Languages | Language codes are typically loaded from resource files. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| MatchRatingApproachEncoder | Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Md5Crypt | The libc crypt() $1$ and Apache $apr1$ MD5-based hash algorithm. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| MessageDigestAlgorithms | Standard MessageDigest algorithm names from the Java Cryptography Architecture Standard Algorithm Name This class is immutable and thread-safe. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| Metaphone | Encodes a string into a Metaphone value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| NameType | Supported types of names. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| Nysiis | Encodes a string into a NYSIIS value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| PhoneticEngine | Converts words into potential phonetic representations. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| QCodec | Similar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII | Class | 1.10.apidocs.org.apache.commons.codec.net | Apache Commons |
|
| QuotedPrintableCodec | Codec for the Quoted-Printable section of RFC 1521. | Class | 1.10.apidocs.org.apache.commons.codec.net | Apache Commons |
|
| RefinedSoundex | Encodes a string into a Refined Soundex value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| Rule | Rules have a pattern, left context, right context, output phoneme, set of languages for which they apply and a logical flag indicating if all languages must be in play. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| RuleType | | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons |
|
| Sha2Crypt | SHA2-based Unix crypt implementation. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| Soundex | Encodes a string into a Soundex value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons |
|
| StringDecoder | Defines common decoding methods for String decoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| StringEncoder | Defines common encoding methods for String encoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| StringEncoderComparator | Compares Strings using a StringEncoder. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons |
|
| StringUtils | Converts String to and from bytes using the encodings required by the Java specification. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons |
|
| UnixCrypt | Unix crypt(3) algorithm implementation. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons |
|
| URLCodec | This codec is meant to be a replacement for standard Java classes URLEncoder and URLDecoder on older Java platforms, as these classes in Java versions below | Class | 1.10.apidocs.org.apache.commons.codec.net | Apache Commons |
|
| AbstractBagDecorator | Decorates another Bag to provide additional behaviour. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| AbstractBidiMapDecorator | Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| AbstractBitwiseTrie | This class provides some basic Trie functionality and utility methods for actual bitwise Trie implementations. | Class | org.apache.commons.collections4.trie | Apache Commons |
|
| AbstractCollectionDecorator | Decorates another Collection to provide additional behaviour. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| AbstractDualBidiMap | Abstract BidiMap implemented using two maps. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| AbstractEmptyMapIterator | Provides an implementation of an empty map iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AbstractHashedMap | An abstract implementation of a hash-based map which provides numerous points for subclasses to override. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractIterableGetMapDecorator | IterableGet that uses a Map for the Get implementation. | Class | org.apache.commons.collections4.splitmap | Apache Commons |
|
| AbstractIterableMap | Provide a basic IterableMap implementation. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractIteratorDecorator | Provides basic behaviour for decorating an iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AbstractKeyValue | Abstract pair class to assist with creating KeyValue and Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| AbstractLinkedList | An abstract implementation of a linked list which provides numerous points for subclasses to override. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| AbstractLinkedMap | An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractListDecorator | Decorates another List to provide additional behaviour. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| AbstractListIteratorDecorator | Provides basic behaviour for decorating a list iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AbstractListValuedMap | Abstract implementation of the ListValuedMap interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| AbstractMapBag | Abstract implementation of the Bag interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| AbstractMapDecorator | Provides a base decorator that enables additional functionality to be added to a Map via decoration. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractMapEntry | Abstract Pair class to assist with creating correct Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| AbstractMapEntryDecorator | Provides a base decorator that allows additional functionality to be added to a Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| AbstractMapIteratorDecorator | Provides basic behaviour for decorating a map iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AbstractMapMultiSet | Abstract implementation of the MultiSet interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| AbstractMultiSet | Abstract implementation of the MultiSet interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| AbstractMultiSetDecorator | Decorates another MultSet to provide additional behaviour. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| AbstractMultiValuedMap | Abstract implementation of the MultiValuedMap interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| AbstractMultiValuedMapDecorator | Decorates another MultiValuedMap to provide additional behaviour. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| AbstractNavigableSetDecorator | Decorates another NavigableSet to provide additional behaviour. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| AbstractOrderedBidiMapDecorator | Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| AbstractOrderedMapDecorator | Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractOrderedMapIteratorDecorator | Provides basic behaviour for decorating an ordered map iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AbstractQuantifierPredicate | Abstract base class for quantification predicates, e. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| AbstractQueueDecorator | Decorates another Queue to provide additional behaviour. | Class | org.apache.commons.collections4.queue | Apache Commons |
|
| AbstractReferenceMap | An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractSerializableListDecorator | Serializable subclass of AbstractListDecorator. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| AbstractSerializableSetDecorator | Serializable subclass of AbstractSetDecorator. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| AbstractSetDecorator | Decorates another Set to provide additional behaviour. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| AbstractSetValuedMap | Abstract implementation of the SetValuedMap interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| AbstractSortedBagDecorator | Decorates another SortedBag to provide additional behaviour. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| AbstractSortedBidiMapDecorator | Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| AbstractSortedMapDecorator | Provides a base decorator that enables additional functionality to be added to a Map via decoration. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| AbstractSortedSetDecorator | Decorates another SortedSet to provide additional behaviour. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| AbstractUntypedIteratorDecorator | Provides basic behaviour for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AllPredicate | Predicate implementation that returns true if all the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| AndPredicate | Predicate implementation that returns true if both the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| AnyPredicate | Predicate implementation that returns true if any of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ArrayIterator | The array can be either an array of object or of primitives. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| ArrayListIterator | The array can be either an array of object or of primitives. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| ArrayListValuedHashMap | storage and ArrayLists as value collections. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| ArrayStack | An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not | Class | org.apache.commons.collections4 | Apache Commons |
|
| Bag | Defines a collection that counts the number of times an object appears in Suppose you have a Bag that contains {a, a, b, c}. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| BagUtils | Provides utility methods and decorators for Bag and SortedBag instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| BidiMap | Defines a map that allows bidirectional lookup between key and values. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| BooleanComparator | A Comparator for Boolean objects that can sort either true or false first. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| BoundedCollection | Defines a collection that is bounded in size. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| BoundedIterator | Decorates another iterator to return elements in a specific range. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| BoundedMap | Defines a map that is bounded in size. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| CaseInsensitiveMap | A case-insensitive Map. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| CatchAndRethrowClosure | Closure that catches any checked exception and re-throws it as a FunctorException runtime exception. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ChainedClosure | Closure implementation that chains the specified closures together. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ChainedTransformer | Transformer implementation that chains the specified transformers together. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| CircularFifoQueue | CircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full. | Class | org.apache.commons.collections4.queue | Apache Commons |
|
| CloneTransformer | Transformer implementation that returns a clone of the input object. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| Closure | Defines a functor interface implemented by classes that do something. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| ClosureTransformer | Transformer implementation that calls a Closure using the input object and then returns the input. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ClosureUtils | ClosureUtils provides reference implementations and utilities for the Closure functor interface. | Class | org.apache.commons.collections4 | Apache Commons |
|
| CollatingIterator | Provides an ordered iteration over the elements contained in a collection of Given two ordered Iterator instances A and | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| CollectionBag | Decorates another Bag to comply with the Collection contract. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| CollectionSortedBag | Decorates another SortedBag to comply with the Collection contract. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| CollectionUtils | Provides utility methods and decorators for Collection instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| CommandVisitor | This interface should be implemented by user object to walk through EditScript objects. | Interface | org.apache.commons.collections4.sequence | Apache Commons |
|
| ComparableComparator | A Comparator that compares Comparable This Comparator is useful, for example, for enforcing the natural order in | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| ComparatorChain | A ComparatorChain is a Comparator that wraps one or more Comparators in sequence. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| ComparatorPredicate | Predicate that compares the input object with the one stored in the predicate using a comparator. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ComparatorUtils | Provides convenient static utility methods for Comparator Most of the functionality in this class can also be found in the | Class | org.apache.commons.collections4 | Apache Commons |
|
| CompositeCollection | Decorates a collection of other collections to provide a single unified view. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| CompositeMap | Decorates a map of other maps to provide a single unified view. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| CompositeSet | Decorates a set of other sets to provide a single unified view. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| ConstantFactory | Factory implementation that returns the same constant each time. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ConstantTransformer | Transformer implementation that returns the same constant each time. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| CursorableLinkedList | A List implementation with a ListIterator that allows concurrent modifications to the underlying list. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| DefaultedMap | Decorates another Map returning a default value if the map does not contain the requested key. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| DefaultEquator | Default Equator implementation. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| DefaultKeyValue | A mutable KeyValue pair that does not implement Note that a DefaultKeyValue instance may not contain | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| DefaultMapEntry | A restricted implementation of Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| DeleteCommand | Command representing the deletion of one object of the first sequence. | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| DualHashBidiMap | Two HashMap instances are used in this class. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| DualLinkedHashBidiMap | Two LinkedHashMap instances are used in this class. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| DualTreeBidiMap | The setValue() method on iterators will succeed only if the new value being set is not already in the bidimap. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| EditCommand | Abstract base class for all commands used to transform an objects sequence When two objects sequences are compared through the | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| EditScript | This class gathers all the commands needed to transform one objects sequence into another objects sequence. | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| EmptyIterator | Provides an implementation of an empty iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EmptyListIterator | Provides an implementation of an empty list iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EmptyMapIterator | Provides an implementation of an empty map iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EmptyOrderedIterator | Provides an implementation of an empty ordered iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EmptyOrderedMapIterator | Provides an implementation of an empty ordered map iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EntrySetMapIterator | Reverse iteration is not supported. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EntrySetToMapIteratorAdapter | Adapts a Map entrySet to the MapIterator interface. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| EnumerationIterator | Adapter to make Enumeration instances appear to be Iterator instances. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| EnumerationUtils | Provides utility methods for Enumeration instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| EqualPredicate | Predicate implementation that returns true if the input is the same object as the one stored in this predicate by equals. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| Equator | An equation function, which determines equality between objects of type T. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| ExceptionClosure | Closure implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ExceptionFactory | Factory implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ExceptionPredicate | Predicate implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ExceptionTransformer | Transformer implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| Factory | Defines a functor interface implemented by classes that create objects. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| FactoryTransformer | Transformer implementation that calls a Factory and returns the result. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| FactoryUtils | FactoryUtils provides reference implementations and utilities for the Factory functor interface. | Class | org.apache.commons.collections4 | Apache Commons |
|
| FalsePredicate | Predicate implementation that always returns false. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| FilterIterator | Decorates another Iterator using a predicate to filter elements. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| FilterListIterator | Decorates another ListIterator using a predicate to filter elements. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| FixedOrderComparator | A Comparator which imposes a specific order on a specific set of Objects. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| FixedSizeList | Decorates another List to fix the size preventing add/remove. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| FixedSizeMap | Decorates another Map to fix the size, preventing add/remove. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| FixedSizeSortedMap | Decorates another SortedMap to fix the size blocking add/remove. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| Flat3Map | A Map implementation that stores data in simple fields until the size is greater than 3. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| FluentIterable | A FluentIterable provides a powerful yet simple API for manipulating Iterable instances in a fluent manner. | Class | org.apache.commons.collections4 | Apache Commons |
|
| ForClosure | Closure implementation that calls another closure n times, like a for loop. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| FunctorException | Runtime exception thrown from functors. | Class | org.apache.commons.collections4 | Apache Commons |
|
| Get | The read subset of the Map interface. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| GrowthList | Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, | Class | org.apache.commons.collections4.list | Apache Commons |
|
| HashBag | data storage. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| HashedMap | A Map implementation that is a general purpose alternative This implementation improves on the JDK1. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| HashMultiSet | data storage. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| HashSetValuedHashMap | storage and HashSets as value collections. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| IdentityPredicate | Predicate implementation that returns true if the input is the same object as the one stored in this predicate. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| IfClosure | Closure implementation acts as an if statement calling one or other closure based on a predicate. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| IfTransformer | Transformer implementation that will call one of two closures based on whether a predicate evaluatesSince:4. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| IndexedCollection | An IndexedCollection is a Map-like view onto a Collection. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| InsertCommand | Command representing the insertion of one object of the second sequence. | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| InstanceofPredicate | Predicate implementation that returns true if the input is an instanceof the type stored in this predicate. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| InstantiateFactory | Factory implementation that creates a new object instance by reflection. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| InstantiateTransformer | Transformer implementation that creates a new object instance by reflection. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| InvokerTransformer | Transformer implementation that creates a new object instance by reflection. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| IterableGet | The read subset of the Map interface. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| IterableMap | Defines a map that can be iterated directly without needing to create an entry set. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| IterableSortedMap | SortedMap + OrderedMap. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| IterableUtils | Provides utility methods and decorators for Iterable instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| IteratorChain | An IteratorChain is an Iterator that wraps a number of Iterators. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| IteratorEnumeration | Adapter to make an Iterator instance appear to be an Enumeration instance. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| IteratorIterable | Adapter to make an Iterator instance appear to be an Iterable instance. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| IteratorUtils | Provides static utility methods and decorators for Iterator instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| KeepCommand | Command representing the keeping of one object present in both sequences. | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| KeyAnalyzer | Defines the interface to analyze Trie keys on a bit level. | Class | org.apache.commons.collections4.trie | Apache Commons |
|
| KeyValue | Defines a simple key value pair. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| LazyIteratorChain | An LazyIteratorChain is an Iterator that wraps a number of Iterators in a lazy manner. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| LazyList | Decorates another List to create objects in the list on demand. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| LazyMap | Decorates another Map to create objects in the map on demand. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| LazySortedMap | Decorates another SortedMap to create objects in the map on demand. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| LinkedMap | A Map implementation that maintains the order of the entries. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| ListIteratorWrapper | Converts an Iterator into a ResettableListIterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| ListOrderedMap | Decorates a Map to ensure that the order of addition is retained using a List to maintain order. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| ListOrderedSet | Decorates another Set to ensure that the order of addition is retained and used by the iterator. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| ListUtils | Provides utility methods and decorators for List instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| ListValuedMap | Defines a map that holds a list of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| LoopingIterator | An Iterator that restarts when it reaches the end. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| LoopingListIterator | A ListIterator that restarts when it reaches the end or when it reaches the beginning. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| LRUMap | A Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| MapBackedSet | Decorates a Map to obtain Set behaviour. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| MapIterator | Defines an iterator that operates over a Map. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| MapTransformer | Transformer implementation that returns the value held in a specified map using the input parameter as a key. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| MapUtils | Provides utility methods and decorators for Map and SortedMap instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| MultiKey | A MultiKey allows multiple map keys to be merged together. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| MultiKeyMap | A Map implementation that uses multiple keys to map the value. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| MultiMap | Defines a map that holds a collection of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| MultiMapUtils | Provides utility methods and decorators for MultiValuedMap instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| MultiSet | Defines a collection that counts the number of times an object appears in Suppose you have a MultiSet that contains {a, a, b, c}. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| MultiSetUtils | Provides utility methods and decorators for MultiSet instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| MultiValuedMap | Defines a map that holds a collection of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| MultiValueMap | A MultiValueMap decorates another map, allowing it to have more than one value for a key. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| NodeCachingLinkedList | A List implementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| NodeListIterator | An Iterator over a NodeList. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| NonePredicate | Predicate implementation that returns true if none of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NOPClosure | Closure implementation that does nothing. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NOPTransformer | Transformer implementation that does nothing. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NotNullPredicate | Predicate implementation that returns true if the input is not null. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NotPredicate | Predicate implementation that returns the opposite of the decorated predicate. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NullComparator | A Comparator that will compare nulls to be either lower or higher thanSince:2. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| NullIsExceptionPredicate | Predicate implementation that throws an exception if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NullIsFalsePredicate | Predicate implementation that returns false if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NullIsTruePredicate | Predicate implementation that returns true if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| NullPredicate | Predicate implementation that returns true if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ObjectArrayIterator | An Iterator over an array of objects. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| ObjectArrayListIterator | This iterator does not support add(E) or ObjectArrayIterator. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| ObjectGraphIterator | An Iterator that can traverse multiple iterators down an object graph. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| OnePredicate | Predicate implementation that returns true if only one of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| OrderedBidiMap | Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| OrderedIterator | Defines an iterator that operates over an ordered container. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| OrderedMap | Defines a map that maintains order and allows both forward and backward iteration through that order. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| OrderedMapIterator | Defines an iterator that operates over an ordered Map. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| OrPredicate | Predicate implementation that returns true if either of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| PassiveExpiringMap | Decorates a Map to evict expired entries once their expiration time has been reached. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| PatriciaTrie | Coded in Alphanumeric). | Class | org.apache.commons.collections4.trie | Apache Commons |
|
| PeekingIterator | Decorates an iterator to support one-element lookahead while iterating. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| PermutationIterator | This iterator creates permutations of an input collection, using the Steinhaus-Johnson-Trotter algorithm (also called plain changes). | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| Predicate | Defines a functor interface implemented by classes that perform a predicate A Predicate is the object equivalent of an if statement. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| PredicatedBag | Decorates another Bag to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| PredicatedCollection | Decorates another Collection to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| PredicateDecorator | Defines a predicate that decorates one or more other predicates. | Interface | org.apache.commons.collections4.functors | Apache Commons |
|
| PredicatedList | Decorates another List to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| PredicatedMap | Decorates another Map to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| PredicatedMultiSet | Decorates another MultiSet to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| PredicatedNavigableSet | Decorates another NavigableSet to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| PredicatedQueue | Decorates another Queue to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.queue | Apache Commons |
|
| PredicatedSet | Decorates another Set to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| PredicatedSortedBag | Decorates another SortedBag to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| PredicatedSortedMap | Decorates another SortedMap to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| PredicatedSortedSet | Decorates another SortedSet to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| PredicateTransformer | Transformer implementation that calls a Predicate using the input object and then returns the result. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| PredicateUtils | PredicateUtils provides reference implementations and utilities for the Predicate functor interface. | Class | org.apache.commons.collections4 | Apache Commons |
|
| PrototypeFactory | Factory implementation that creates a new instance each time based on a prototype. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| PushbackIterator | Decorates an iterator to support pushback of elements. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| Put | The write subset of the Map interface. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| QueueUtils | Provides utility methods and decorators for Queue instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| ReferenceIdentityMap | A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based | Class | org.apache.commons.collections4.map | Apache Commons |
|
| ReferenceMap | A Map implementation that allows mappings to be removed by the garbage collector. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| ReplacementsFinder | This class handles sequences of replacements resulting from a comparison. | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| ReplacementsHandler | This interface is devoted to handle synchronized replacement sequences. | Interface | org.apache.commons.collections4.sequence | Apache Commons |
|
| ResettableIterator | Defines an iterator that can be reset back to an initial state. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| ResettableListIterator | Defines a list iterator that can be reset back to an initial state. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| ReverseComparator | Reverses the order of another comparator by reversing the arguments to its compare method. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| ReverseListIterator | Iterates backwards through a List, starting with the last element and continuing to the first. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| SequencesComparator | This class allows to compare two objects sequences. | Class | org.apache.commons.collections4.sequence | Apache Commons |
|
| SetUniqueList | Decorates a List to ensure that no duplicates are present much The List interface makes certain assumptions/requirements. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| SetUtils | Provides utility methods and decorators for Set and SortedSet instances. | Class | org.apache.commons.collections4 | Apache Commons |
|
| SetValuedMap | Defines a map that holds a set of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| SingletonIterator | SingletonIterator is an Iterator over a singleSince:2. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| SingletonListIterator | SingletonIterator is an ListIterator over a singleSince:2. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| SingletonMap | A Map implementation that holds a single item and is fixed size. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| SkippingIterator | Decorates another iterator to skip the first N elements. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| SortedBag | Defines a type of Bag that maintains a sorted order among its unique representative members. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| SortedBidiMap | Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| SplitMapUtils | Utilities for working with split maps: objects that implement Put and/or Get but not Map. | Class | org.apache.commons.collections4 | Apache Commons |
|
| StaticBucketMap | A StaticBucketMap is an efficient, thread-safe implementation of java. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| StringKeyAnalyzer | An KeyAnalyzer for Strings. | Class | org.apache.commons.collections4.trie.analyzer | Apache Commons |
|
| StringValueTransformer | Transformer implementation that returns the result of calling String. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| SwitchClosure | Closure implementation calls the closure whose predicate returns true, like a switch statement. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| SwitchTransformer | Transformer implementation calls the transformer whose predicate returns true, like a switch statement. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| SynchronizedBag | Decorates another Bag to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| SynchronizedCollection | Decorates another Collection to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| SynchronizedMultiSet | Decorates another MultiSet to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| SynchronizedSortedBag | Decorates another SortedBag to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| TiedMapEntry | A Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| TransformedBag | Decorates another Bag to transform objects that are added. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| TransformedCollection | Decorates another Collection to transform objects that are added. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| TransformedList | Decorates another List to transform objects that are added. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| TransformedMap | Decorates another Map to transform objects that are added. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| TransformedMultiValuedMap | Decorates another MultiValuedMap to transform objects that are added. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| TransformedNavigableSet | Decorates another NavigableSet to transform objects that are added. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| TransformedPredicate | Predicate implementation that transforms the given object before invokingSince:3. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| TransformedQueue | Decorates another Queue to transform objects that are added. | Class | org.apache.commons.collections4.queue | Apache Commons |
|
| TransformedSet | Decorates another Set to transform objects that are added. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| TransformedSortedBag | Decorates another SortedBag to transform objects that are added. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| TransformedSortedMap | Decorates another SortedMap to transform objects that are added. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| TransformedSortedSet | Decorates another SortedSet to transform objects that are added. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| TransformedSplitMap | Decorates another Map to transform objects that are added. | Class | org.apache.commons.collections4.splitmap | Apache Commons |
|
| Transformer | Defines a functor interface implemented by classes that transform one object into another. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| TransformerClosure | Closure implementation that calls a Transformer using the input object and ignore the result. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| TransformerPredicate | Predicate implementation that returns the result of a transformer. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| TransformerUtils | TransformerUtils provides reference implementations and utilities for the Transformer functor interface. | Class | org.apache.commons.collections4 | Apache Commons |
|
| TransformingComparator | Decorates another Comparator with transformation behavior. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| TransformIterator | Decorates an iterator such that each element returned is transformed. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| TreeBag | This is the standard implementation of a sorted bag. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| TreeBidiMap | Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| TreeList | A List implementation that is optimised for fast insertions and removals at any index in the list. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| Trie | Defines the interface for a prefix tree, an ordered tree data structure. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| TrieUtils | A collection of Trie utilities. | Class | org.apache.commons.collections4 | Apache Commons |
|
| TruePredicate | Predicate implementation that always returns true. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| UniqueFilterIterator | A FilterIterator which only returns unique Objects. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| UniquePredicate | Predicate implementation that returns true the first time an object is passed into the predicate. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| Unmodifiable | Marker interface for collections, maps and iterators that are unmodifiable. | Interface | org.apache.commons.collections4 | Apache Commons |
|
| UnmodifiableBag | Decorates another Bag to ensure it can't be altered. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| UnmodifiableBidiMap | Decorates another BidiMap to ensure it can't be altered. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| UnmodifiableBoundedCollection | UnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| UnmodifiableCollection | Decorates another Collection to ensure it can't be altered. | Class | org.apache.commons.collections4.collection | Apache Commons |
|
| UnmodifiableEntrySet | Decorates a map entry Set to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| UnmodifiableIterator | Decorates an iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| UnmodifiableList | Decorates another List to ensure it can't be altered. | Class | org.apache.commons.collections4.list | Apache Commons |
|
| UnmodifiableListIterator | Decorates a list iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| UnmodifiableMap | Decorates another Map to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| UnmodifiableMapEntry | A Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons |
|
| UnmodifiableMapIterator | Decorates a map iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| UnmodifiableMultiSet | Decorates another MultiSet to ensure it can't be altered. | Class | org.apache.commons.collections4.multiset | Apache Commons |
|
| UnmodifiableMultiValuedMap | Decorates another MultiValuedMap to ensure it can't be altered. | Class | org.apache.commons.collections4.multimap | Apache Commons |
|
| UnmodifiableNavigableSet | Decorates another NavigableSet to ensure it can't be altered. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| UnmodifiableOrderedBidiMap | Decorates another OrderedBidiMap to ensure it can't be altered. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| UnmodifiableOrderedMap | Decorates another OrderedMap to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| UnmodifiableOrderedMapIterator | Decorates an ordered map iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| UnmodifiableQueue | Decorates another Queue to ensure it can't be altered. | Class | org.apache.commons.collections4.queue | Apache Commons |
|
| UnmodifiableSet | Decorates another Set to ensure it can't be altered. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| UnmodifiableSortedBag | Decorates another SortedBag to ensure it can't be altered. | Class | org.apache.commons.collections4.bag | Apache Commons |
|
| UnmodifiableSortedBidiMap | Decorates another SortedBidiMap to ensure it can't be altered. | Class | org.apache.commons.collections4.bidimap | Apache Commons |
|
| UnmodifiableSortedMap | Decorates another SortedMap to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons |
|
| UnmodifiableSortedSet | Decorates another SortedSet to ensure it can't be altered. | Class | org.apache.commons.collections4.set | Apache Commons |
|
| UnmodifiableTrie | An unmodifiable Trie. | Class | org.apache.commons.collections4.trie | Apache Commons |
|
| WhileClosure | Closure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop. | Class | org.apache.commons.collections4.functors | Apache Commons |
|
| ZippingIterator | Provides an interleaved iteration over the elements contained in a collection of Iterators. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| AbstractUnicodeExtraField | A common base class for Unicode extra information extra fields. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ArArchiveEntry | Represents an archive entry in the ar format. | Class | org.apache.commons.compress.archivers.ar | Apache Commons |
|
| ArArchiveInputStream | | Class | org.apache.commons.compress.archivers.ar | Apache Commons |
|
| ArArchiveOutputStream | | Class | org.apache.commons.compress.archivers.ar | Apache Commons |
|
| ArchiveEntry | Represents an entry of an archive. | Interface | org.apache.commons.compress.archivers | Apache Commons |
|
| ArchiveException | Archiver related ExceptionSee Also:Serialized Form | Class | org.apache.commons.compress.archivers | Apache Commons |
|
| ArchiveInputStream | Archive input streams MUST override the InputStream. | Class | org.apache.commons.compress.archivers | Apache Commons |
|
| ArchiveOutputStream | Archive output stream implementations are expected to override the OutputStream. | Class | org.apache.commons.compress.archivers | Apache Commons |
|
| ArchiveStreamFactory | Factory to create Archive[In Out]putStreams from names or the first bytes of the InputStream. | Class | org.apache.commons.compress.archivers | Apache Commons |
|
| ArchiveUtils | | Class | org.apache.commons.compress.utils | Apache Commons |
|
| ArjArchiveEntry | An entry in an ARJ archive. | Class | org.apache.commons.compress.archivers.arj | Apache Commons |
|
| ArjArchiveInputStream | | Class | org.apache.commons.compress.archivers.arj | Apache Commons |
|
| AsiExtraField | Adds Unix file permission and UID/GID fields as well as symbolic This class uses the ASi extra field in the format: | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| BitInputStream | Reads bits from an InputStream. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| BoundedInputStream | A stream that limits reading from a wrapped stream to a given number of bytes. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| BZip2CompressorInputStream | An input stream that decompresses from the BZip2 format to be read as any other stream. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons |
|
| BZip2CompressorOutputStream | An output stream that compresses into the BZip2 format into another stream. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons |
|
| BZip2Utils | Utility code for the BZip2 compression format. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons |
|
| ChangeSet | ChangeSet collects and performs changes to an archive. | Class | org.apache.commons.compress.changes | Apache Commons |
|
| ChangeSetPerformer | Performs ChangeSet operations on a stream. | Class | org.apache.commons.compress.changes | Apache Commons |
|
| ChangeSetResults | Stores the results of an performed ChangeSet operation. | Class | org.apache.commons.compress.changes | Apache Commons |
|
| CharsetNames | Character encoding names required of every implementation of the Java platform. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| Charsets | Charsets required of every implementation of the Java platform. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| ChecksumVerifyingInputStream | A stream that verifies the checksum of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| CLI | | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons |
|
| CompressorException | Compressor related exceptionSee Also:Serialized Form | Class | org.apache.commons.compress.compressors | Apache Commons |
|
| CompressorInputStream | | Class | org.apache.commons.compress.compressors | Apache Commons |
|
| CompressorOutputStream | | Class | org.apache.commons.compress.compressors | Apache Commons |
|
| CompressorStreamFactory | Factory to create Compressor[In Out]putStreams from names. | Class | org.apache.commons.compress.compressors | Apache Commons |
|
| CountingInputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| CountingOutputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| CpioArchiveEntry | A cpio archive consists of a sequence of files. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons |
|
| CpioArchiveInputStream | CPIOArchiveInputStream is a stream for reading cpio streams. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons |
|
| CpioArchiveOutputStream | CPIOArchiveOutputStream is a stream for writing CPIO streams. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons |
|
| CpioConstants | All constants needed by CPIO. | Interface | org.apache.commons.compress.archivers.cpio | Apache Commons |
|
| CRC32VerifyingInputStream | A stream that verifies the CRC of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons |
|
| DeflateCompressorInputStream | Deflate decompressor. | Class | org.apache.commons.compress.compressors.deflate | Apache Commons |
|
| DeflateCompressorOutputStream | | Class | org.apache.commons.compress.compressors.deflate | Apache Commons |
|
| DeflateParameters | Parameters for the Deflate compressor. | Class | org.apache.commons.compress.compressors.deflate | Apache Commons |
|
| DumpArchiveConstants | Various constants associated with dump archives. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| DumpArchiveEntry | This class represents an entry in a Dump archive. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| DumpArchiveException | Dump Archive ExceptionSee Also:Serialized Form | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| DumpArchiveInputStream | The DumpArchiveInputStream reads a UNIX dump archive as an InputStream. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| DumpArchiveSummary | This class represents identifying information about a Dump archive volume. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| ExtraFieldUtils | ZipExtraField related methodsThis class is not thread-safebecause the HashMap is not synch. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| FileBasedScatterGatherBackingStore | ScatterGatherBackingStore that is backed by a file. | Class | org.apache.commons.compress.parallel | Apache Commons |
|
| FileNameUtil | File name mapping code for the compression formats. | Class | org.apache.commons.compress.compressors | Apache Commons |
|
| FramedSnappyCompressorInputStream | CompressorInputStream for the framing Snappy format. | Class | org.apache.commons.compress.compressors.snappy | Apache Commons |
|
| GeneralPurposeBit | Parser/encoder for the "general purpose bit" field in ZIP's local file and central directory headers. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| GzipCompressorInputStream | Input stream that decompresses . | Class | org.apache.commons.compress.compressors.gzip | Apache Commons |
|
| GzipCompressorOutputStream | Compressed output stream using the gzip format. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons |
|
| GzipParameters | Parameters for the GZIP compressor. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons |
|
| GzipUtils | Utility code for the gzip compression format. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons |
|
| InputStreamSupplier | Supplies input streams. | Interface | org.apache.commons.compress.parallel | Apache Commons |
|
| InvalidFormatException | Invalid Format Exception. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| IOUtils | | Class | org.apache.commons.compress.utils | Apache Commons |
|
| JarArchiveEntry | | Class | org.apache.commons.compress.archivers.jar | Apache Commons |
|
| JarArchiveInputStream | | Class | org.apache.commons.compress.archivers.jar | Apache Commons |
|
| JarArchiveOutputStream | Subclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on | Class | org.apache.commons.compress.archivers.jar | Apache Commons |
|
| JarMarker | If this extra field is added as the very first extra field of the archive, Solaris will consider it an executable jar file. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| Lister | Simple command line application that lists the contents of an archive. | Class | org.apache.commons.compress.archivers | Apache Commons |
|
| LZMACompressorInputStream | | Class | org.apache.commons.compress.compressors.lzma | Apache Commons |
|
| LZMAUtils | Utility code for the lzma compression format. | Class | org.apache.commons.compress.compressors.lzma | Apache Commons |
|
| LZWInputStream | Generic LZW implementation. | Class | org.apache.commons.compress.compressors.lzw | Apache Commons |
|
| Pack200CompressorInputStream | An input stream that decompresses from the Pack200 format to be read as any other stream. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons |
|
| Pack200CompressorOutputStream | An output stream that compresses using the Pack200 format. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons |
|
| Pack200Strategy | enum Pack200StrategyThe different modes the Pack200 streams can use to wrap input and | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons |
|
| Pack200Utils | Utility methods for Pack200. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons |
|
| ParallelScatterZipCreator | Creates a zip in parallel by using multiple threadlocal ScatterZipOutputStream instances. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| PasswordRequiredException | Exception thrown when trying to read an encrypted entry or file without configuring a password. | Class | org.apache.commons.compress | Apache Commons |
|
| ScatterGatherBackingStore | Store intermediate payload in a scatter-gather scenario. | Interface | org.apache.commons.compress.parallel | Apache Commons |
|
| ScatterGatherBackingStoreSupplier | Supplies ScatterGatherBackingStore instances. | Interface | org.apache.commons.compress.parallel | Apache Commons |
|
| ScatterStatistics | Provides information about a scatter compression run. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ScatterZipOutputStream | A zip output stream that is optimized for multi-threaded scatter/gather construction of zip files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| SevenZArchiveEntry | An entry in a 7z archive. | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons |
|
| SevenZFile | Reads a 7z file, using RandomAccessFile under The 7z file format is a flexible container | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons |
|
| SevenZMethod | The (partially) supported compression/encryption methods used in 7z archives. | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons |
|
| SevenZMethodConfiguration | Combines a SevenZMethod with configuration options for the method. | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons |
|
| SevenZOutputFile | | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons |
|
| ShortFileException | Short File Exception. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| SnappyCompressorInputStream | CompressorInputStream for the raw Snappy format. | Class | org.apache.commons.compress.compressors.snappy | Apache Commons |
|
| StreamCompressor | Encapsulates a Deflater and crc calculator, handling multiple types of output streams. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| StreamingNotSupportedException | Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming. | Class | org.apache.commons.compress.archivers | Apache Commons |
|
| TarArchiveEntry | This class represents an entry in a Tar archive. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
|
| TarArchiveInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
|
| TarArchiveOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
|
| TarArchiveSparseEntry | This class represents a sparse entry in a Tar archive. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
|
| TarConstants | This interface contains all the definitions used in the package. | Interface | org.apache.commons.compress.archivers.tar | Apache Commons |
|
| TarUtils | This class provides static utility methods to work with byte streams. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
|
| UnicodeCommentExtraField | Info-ZIP Unicode Comment Extra Field (0x6375): Stores the UTF-8 version of the file comment as stored in the | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| UnicodePathExtraField | Info-ZIP Unicode Path Extra Field (0x7075): Stores the UTF-8 version of the file name field as stored in the | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| UnixStat | Constants from stat. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| UnparseableExtraFieldData | Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| UnrecognizedExtraField | Simple placeholder for all those extra fields we don't want to deal Assumes local file data and central directory entries are | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| UnrecognizedFormatException | Unrecognized Format Exception. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| UnsupportedCompressionAlgorithmException | Unsupported compression algorithm. | Class | org.apache.commons.compress.archivers.dump | Apache Commons |
|
| UnsupportedZipFeatureException | Exception thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| X5455_ExtendedTimestamp | An extra field that stores additional file and directory timestamp data for zip entries. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| X7875_NewUnix | An extra field that stores UNIX UID/GID data (owner & group ownership) for a given zip entry. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| XZCompressorInputStream | | Class | org.apache.commons.compress.compressors.xz | Apache Commons |
|
| XZCompressorOutputStream | | Class | org.apache.commons.compress.compressors.xz | Apache Commons |
|
| XZUtils | Utility code for the xz compression format. | Class | org.apache.commons.compress.compressors.xz | Apache Commons |
|
| ZCompressorInputStream | Input stream that decompresses . | Class | org.apache.commons.compress.compressors.z | Apache Commons |
|
| Zip64ExtendedInformationExtraField | Holds size and other extended information for entries that use Zip64 Currently Commons Compress doesn't support encrypting the | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| Zip64Mode | The different modes ZipArchiveOutputStream can operate in. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| Zip64RequiredException | Exception thrown when attempting to write data that requires Zip64 support to an archive and UseZip64 has been set to Never. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipArchiveEntry | Extension that adds better handling of extra fields and provides access to the internal and external file attributes. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipArchiveEntryPredicate | A predicate to test if a #ZipArchiveEntry matches a criteria. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipArchiveEntryRequest | A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipArchiveInputStream | As of Apache Commons Compress it transparently supports Zip64 extensions and thus individual entries and archives larger than 4 | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipArchiveOutputStream | Reimplementation of java. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipEightByteInteger | Utility class that represents an eight byte integer with conversion rules for the big endian byte order of ZIP files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipEncoding | An interface for encoders that do a pretty encoding of ZIP There are mostly two implementations, one that uses java. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipEncodingHelper | Static helper functions for robustly encoding filenames in zip files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipExtraField | General format of extra field data. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipFile | Replacement for java. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipLong | Utility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipMethod | List of known compression methods Many of these methods are currently not supported by commons compress | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipShort | Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| ZipUtil | Utility class for handling DOS and Java time conversions. | Class | org.apache.commons.compress.archivers.zip | Apache Commons |
|
| AbstractConfiguration | Abstract configuration class. | Class | org.apache.commons.configuration | Apache Commons |
|
| AbstractFileConfiguration | Partial implementation of the FileConfiguration interface. | Class | org.apache.commons.configuration | Apache Commons |
|
| AbstractHierarchicalFileConfiguration | Base class for implementing file based hierarchical configurations. | Class | org.apache.commons.configuration | Apache Commons |
|
| AppletConfiguration | A configuration wrapper to read applet parameters. | Class | org.apache.commons.configuration.web | Apache Commons |
|
| BaseConfiguration | Basic configuration class. | Class | org.apache.commons.configuration | Apache Commons |
|
| BaseConfigurationXMLReader | A specialized SAX2 XML parser that processes configuration objects. | Class | org.apache.commons.configuration | Apache Commons |
|
| BeanDeclaration | Definition of an interface for declaring a bean in a configuration file. | Interface | org.apache.commons.configuration.beanutils | Apache Commons |
|
| BeanFactory | Definition of an interface for bean factories. | Interface | org.apache.commons.configuration.beanutils | Apache Commons |
|
| BeanHelper | A helper class for creating bean instances that are defined in configuration This class provides static utility methods related to bean creation | Class | org.apache.commons.configuration.beanutils | Apache Commons |
|
| CatalogResolver | Thin wrapper around xml commons CatalogResolver to allow list of catalogsSince:1. | Class | org.apache.commons.configuration.resolver | Apache Commons |
|
| CombinedConfiguration | A hierarchical composite configuration class. | Class | org.apache.commons.configuration | Apache Commons |
|
| CompositeConfiguration | CompositeConfiguration allows you to add multiple Configuration objects to an aggregated configuration. | Class | org.apache.commons.configuration | Apache Commons |
|
| Configuration | The main Configuration interface. | Interface | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationBuilder | Definition of an interface for objects that can create a configuration. | Interface | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationComparator | Comparator for configurations interface. | Interface | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationConverter | Configuration converter. | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationDynaBean | The ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collection | Class | org.apache.commons.configuration.beanutils | Apache Commons |
|
| ConfigurationDynaClass | The ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collection | Class | org.apache.commons.configuration.beanutils | Apache Commons |
|
| ConfigurationErrorEvent | An event class that is used for reporting errors that occurred while processing configuration properties. | Class | org.apache.commons.configuration.event | Apache Commons |
|
| ConfigurationErrorListener | An event listener interface to be implemented by observers that are interested in internal errors caused by processing of configuration | Interface | org.apache.commons.configuration.event | Apache Commons |
|
| ConfigurationEvent | An event class for reporting updates on a configuration object. | Class | org.apache.commons.configuration.event | Apache Commons |
|
| ConfigurationException | Any exception that occurs while initializing a ConfigurationVersion:$Id: ConfigurationException. | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationFactory | Factory class to create a CompositeConfiguration from a . | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationInterpolator | A class that handles interpolation (variable substitution) for configuration Each instance of AbstractConfiguration is associated with an | Class | org.apache.commons.configuration.interpol | Apache Commons |
|
| ConfigurationKey | A simple class that supports creation of and iteration on complex configuration keys. | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationListener | A simple event listener interface for configuration observers. | Interface | org.apache.commons.configuration.event | Apache Commons |
|
| ConfigurationMap | The ConfigurationMap wraps a configuration-collection | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationNode | Definition of an interface for the nodes of a hierarchical configuration. | Interface | org.apache.commons.configuration.tree | Apache Commons |
|
| ConfigurationNodePointerFactory | configuration nodes. | Class | org.apache.commons.configuration.tree.xpath | Apache Commons |
|
| ConfigurationNodeVisitor | Definition of a Visitor interface for a configuration node The ConfigurationNode interface defines a visit(), | Interface | org.apache.commons.configuration.tree | Apache Commons |
|
| ConfigurationNodeVisitorAdapter | A simple adapter class that simplifies writing custom node visitor This class provides dummy implementations for the methods defined in the | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| ConfigurationRuntimeException | A configuration related runtime exception. | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationUtils | Miscellaneous utility methods for configurations. | Class | org.apache.commons.configuration | Apache Commons |
|
| ConfigurationXMLReader | A base class for faked XMLReader classes that transform a configuration object in a set of SAX parsing events. | Class | org.apache.commons.configuration | Apache Commons |
|
| ConstantLookup | A specialized lookup implementation that allows access to constant fields of Sometimes it is necessary in a configuration file to refer to a constant | Class | org.apache.commons.configuration.interpol | Apache Commons |
|
| ConversionException | Exception thrown when a property is incompatible with the type requested. | Class | org.apache.commons.configuration | Apache Commons |
|
| DatabaseConfiguration | Configuration stored in a database. | Class | org.apache.commons.configuration | Apache Commons |
|
| DataConfiguration | Decorator providing additional getters for any Configuration. | Class | org.apache.commons.configuration | Apache Commons |
|
| DefaultBeanFactory | The default implementation of the BeanFactory interface. | Class | org.apache.commons.configuration.beanutils | Apache Commons |
|
| DefaultConfigurationBuilder | A factory class that creates a composite configuration from an XML based configuration definition file. | Class | org.apache.commons.configuration | Apache Commons |
|
| DefaultConfigurationKey | A simple class that supports creation of and iteration on configuration keys supported by a DefaultExpressionEngine object. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| DefaultConfigurationNode | A default implementation of the ConfigurationNode interface. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| DefaultEntityResolver | The DefaultEntityResolver used by XML Configurations. | Class | org.apache.commons.configuration.resolver | Apache Commons |
|
| DefaultExpressionEngine | A default implementation of the ExpressionEngine interface providing the native"e; expression language for hierarchical | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| DefaultFileSystem | FileSystem that uses java. | Class | org.apache.commons.configuration | Apache Commons |
|
| DynamicCombinedConfiguration | DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used. | Class | org.apache.commons.configuration | Apache Commons |
|
| EntityRegistry | Interface used for registering and retrieving PUBLICID to URL mappings. | Interface | org.apache.commons.configuration.resolver | Apache Commons |
|
| EntityResolverSupport | Interface that identifies the class as using an EntityResolverSince:1. | Interface | org.apache.commons.configuration.resolver | Apache Commons |
|
| EnvironmentConfiguration | A Configuration implementation that reads the platform specific environment variables using the map returned by System. | Class | org.apache.commons.configuration | Apache Commons |
|
| EnvironmentLookup | A specialized lookup implementation that allows access to environment This implementation relies on EnvironmentConfiguration to resolve | Class | org.apache.commons.configuration.interpol | Apache Commons |
|
| EventSource | A base class for objects that can generate configuration events. | Class | org.apache.commons.configuration.event | Apache Commons |
|
| ExpressionEngine | Definition of an interface for evaluating keys for hierarchical An expression engine knows how to map a key for a configuration's | Interface | org.apache.commons.configuration.tree | Apache Commons |
|
| ExprLookup | Lookup that allows expressions to be evaluated. | Class | org.apache.commons.configuration.interpol | Apache Commons |
|
| FileChangedReloadingStrategy | A reloading strategy that will reload the configuration every time its underlying file is changed. | Class | org.apache.commons.configuration.reloading | Apache Commons |
|
| FileConfiguration | A persistent configuration loaded and saved to a file. | Interface | org.apache.commons.configuration | Apache Commons |
|
| FileOptionsProvider | Some FileSystems allow options to be passed on File operations. | Interface | org.apache.commons.configuration | Apache Commons |
|
| FileSystem | Abstract layer to allow various types of file systems. | Class | org.apache.commons.configuration | Apache Commons |
|
| FileSystemBased | Interface used to install or locate the FileSystemSince:1. | Interface | org.apache.commons.configuration | Apache Commons |
|
| HierarchicalConfiguration | A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties. | Class | org.apache.commons.configuration | Apache Commons |
|
| HierarchicalConfigurationXMLReader | A specialized SAX2 XML parser that parses hierarchical configuration objects. | Class | org.apache.commons.configuration | Apache Commons |
|
| HierarchicalINIConfiguration | A specialized hierarchical configuration implementation for parsing ini An initialization or ini file is a configuration file typically found on | Class | org.apache.commons.configuration | Apache Commons |
|
| HierarchicalReloadableConfiguration | A base class for hierarchical configurations with specific reloading This class manages a lock object which can be used for synchronization. | Class | org.apache.commons.configuration | Apache Commons |
|
| HierarchicalXMLConfiguration | A specialized hierarchical configuration class that is able to parse XML The parsed document will be stored keeping its structure. | Class | org.apache.commons.configuration | Apache Commons |
|
| INIConfiguration | An initialization or ini file is a configuration file typically found on Microsoft's Windows operating system and contains data for Windows based | Class | org.apache.commons.configuration | Apache Commons |
|
| InvariantReloadingStrategy | A strategy that never triggers a reloading. | Class | org.apache.commons.configuration.reloading | Apache Commons |
|
| JNDIConfiguration | This Configuration class allows you to interface with a JNDI datasource. | Class | org.apache.commons.configuration | Apache Commons |
|
| Lock | A simple class acting as lock. | Class | org.apache.commons.configuration | Apache Commons |
|
| ManagedReloadingStrategy | A strategy to reload configuration based on management requests. | Class | org.apache.commons.configuration.reloading | Apache Commons |
|
| ManagedReloadingStrategyMBean | MBean definition for managing configuration reload. | Interface | org.apache.commons.configuration.reloading | Apache Commons |
|
| MapConfiguration | A Map based Configuration. | Class | org.apache.commons.configuration | Apache Commons |
|
| MergeCombiner | A specialized implementation of the NodeCombiner interface that performs a merge from two passed in node hierarchies. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| MultiFileHierarchicalConfiguration | This class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant. | Class | org.apache.commons.configuration | Apache Commons |
|
| NodeAddData | A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| NodeCombiner | A base class for node combiner implementations. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| OverrideCombiner | A concrete combiner implementation that is able to construct an override An override combination means that nodes in the first node | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| PatternSubtreeConfigurationWrapper | Wraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator. | Class | org.apache.commons.configuration | Apache Commons |
|
| PropertiesConfiguration | This is the classic Properties loader which loads the values from a single or multiple files (which can be chained with include =. | Class | org.apache.commons.configuration | Apache Commons |
|
| PropertiesConfigurationLayout | A helper class used by PropertiesConfiguration to keep the layout of a properties file. | Class | org.apache.commons.configuration | Apache Commons |
|
| PropertyConverter | A utility class to convert the configuration properties into any type. | Class | org.apache.commons.configuration | Apache Commons |
|
| PropertyListConfiguration | NeXT / OpenStep style configuration. | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| PropertyListParserConstants | Token literal values and constants. | Interface | org.apache.commons.configuration.plist | Apache Commons |
|
| PropertyListParserTokenManager | | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| Reloadable | Interface that allows other objects to synchronize on a root lock. | Interface | org.apache.commons.configuration.reloading | Apache Commons |
|
| ReloadingStrategy | A strategy to decide if a configuration should be reloaded. | Interface | org.apache.commons.configuration.reloading | Apache Commons |
|
| ServletConfiguration | A configuration wrapper around a ServletConfig. | Class | org.apache.commons.configuration.web | Apache Commons |
|
| ServletContextConfiguration | A configuration wrapper to read the initialization parameters of a servlet context. | Class | org.apache.commons.configuration.web | Apache Commons |
|
| ServletFilterConfiguration | A configuration wrapper around a FilterConfig. | Class | org.apache.commons.configuration.web | Apache Commons |
|
| ServletRequestConfiguration | A configuration wrapper to read the parameters of a servlet request. | Class | org.apache.commons.configuration.web | Apache Commons |
|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| StrictConfigurationComparator | Strict comparator for configurations. | Class | org.apache.commons.configuration | Apache Commons |
|
| SubnodeConfiguration | A specialized hierarchical configuration class that wraps a single node of its parent configuration. | Class | org.apache.commons.configuration | Apache Commons |
|
| SubsetConfiguration | A subset of another configuration. | Class | org.apache.commons.configuration | Apache Commons |
|
| SystemConfiguration | A configuration based on the system properties. | Class | org.apache.commons.configuration | Apache Commons |
|
| Token | Describes the input token stream. | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| TokenMgrError | Token Manager Error. | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| TreeUtils | | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| UnionCombiner | A specialized implementation of the NodeCombiner interface that constructs a union from two passed in node hierarchies. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| VFSFileChangedReloadingStrategy | A file-based reloading strategy that uses Commons VFS to determine when a This reloading strategy is very similar to | Class | org.apache.commons.configuration.reloading | Apache Commons |
|
| VFSFileSystem | FileSystem that uses Commons VFSSince:1. | Class | org.apache.commons.configuration | Apache Commons |
|
| ViewNode | A specialized node implementation to be used in view configurations. | Class | org.apache.commons.configuration.tree | Apache Commons |
|
| XMLBeanDeclaration | An implementation of the BeanDeclaration interface that is suitable for XML configuration files. | Class | org.apache.commons.configuration.beanutils | Apache Commons |
|
| XMLConfiguration | A specialized hierarchical configuration class that is able to parse XML The parsed document will be stored keeping its structure. | Class | org.apache.commons.configuration | Apache Commons |
|
| XMLPropertiesConfiguration | This configuration implements the XML properties format introduced in Java 5. | Class | org.apache.commons.configuration | Apache Commons |
|
| XMLPropertyListConfiguration | Property list file (plist) in XML FORMAT as used by Mac OS X (http://www. | Class | org.apache.commons.configuration.plist | Apache Commons |
|
| XPathExpressionEngine | A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions. | Class | org.apache.commons.configuration.tree.xpath | Apache Commons |
|
| CSVFormat | Specifies the format of a CSV file and parses input. | Class | org.apache.commons.csv | Apache Commons |
|
| CSVParser | Parses CSV files according to the specified format. | Class | org.apache.commons.csv | Apache Commons |
|
| CSVPrinter | Prints values in a CSV format. | Class | org.apache.commons.csv | Apache Commons |
|
| CSVRecord | A CSV record parsed from a CSV file. | Class | org.apache.commons.csv | Apache Commons |
|
| QuoteMode | Defines quote behavior when printing. | Class | org.apache.commons.csv | Apache Commons |
|
| Daemon | Provides support for native daemon invocation. | Interface | org.apache.commons.daemon | Apache Commons |
|
| DaemonConfiguration | Used by jsvc for Daemon configuration. | Class | org.apache.commons.daemon.support | Apache Commons |
|
| DaemonContext | Defines a set of methods that a Daemon instance can use to communicate with the Daemon container. | Interface | org.apache.commons.daemon | Apache Commons |
|
| DaemonController | Defines methods needed by the DaemonLoader. | Interface | org.apache.commons.daemon | Apache Commons |
|
| DaemonInitException | Throw this during init if you can't initialise yourself for some expected reason. | Class | org.apache.commons.daemon | Apache Commons |
|
| DaemonLoader | Used by jsvc for Daemon management. | Class | org.apache.commons.daemon.support | Apache Commons |
|
| DaemonPermission | Represents the permissions to control and query the status of a Daemon. | Class | org.apache.commons.daemon | Apache Commons |
|
| DaemonUserSignal | Tags a Daemon as supporting some kind of signaling method that allows the java application to | Interface | org.apache.commons.daemon | Apache Commons |
|
| DaemonWrapper | standard applications as daemons. | Class | org.apache.commons.daemon.support | Apache Commons |
|
| AbandonedTrace | Tracks db connection usage for recovering and reporting abandoned db connections. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| BasicDataSource | Basic implementation of javax. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| BasicDataSourceFactory | JNDI object factory that creates an instance of BasicDataSource that has been configured based on the | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| BasicDataSourceMXBean | Defines the methods that will be made available via JMX. | Interface | org.apache.commons.dbcp2 | Apache Commons |
|
| BasicManagedDataSource | BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| ConnectionFactory | Abstract factory interface for creating Connections. | Interface | org.apache.commons.dbcp2 | Apache Commons |
|
| Constants | Constants for use with JMXSince:2. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DataSourceConnectionFactory | A DataSource-based implementation of ConnectionFactory. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DataSourceXAConnectionFactory | An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| DelegatingCallableStatement | A base delegating implementation of CallableStatement. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DelegatingConnection | A base delegating implementation of Connection. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DelegatingDatabaseMetaData | A base delegating implementation of DatabaseMetaData. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DelegatingPreparedStatement | A base delegating implementation of PreparedStatement. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DelegatingResultSet | A base delegating implementation of ResultSet. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DelegatingStatement | A base delegating implementation of Statement. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DriverAdapterCPDS | An adapter for jdbc drivers that do not include an implementation of ConnectionPoolDataSource, but still include a | Class | org.apache.commons.dbcp2.cpdsadapter | Apache Commons |
|
| DriverConnectionFactory | A Driver-based implementation of ConnectionFactory. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| DriverManagerConnectionFactory | A DriverManager-based implementation of ConnectionFactory. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| InstanceKeyDataSource | The base class for SharedPoolDataSource and PerUserPoolDataSource. | Class | org.apache.commons.dbcp2.datasources | Apache Commons |
|
| LocalXAConnectionFactory | An implementation of XAConnectionFactory which manages non-XA connections in XA transactions. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| ManagedConnection | ManagedConnection is responsible for managing a database connection in a transactional environment (typically called Container Managed). | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| ManagedDataSource | The ManagedDataSource is a PoolingDataSource that creates ManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| PerUserPoolDataSource | A pooling DataSource appropriate for deployment within J2EE environment. | Class | org.apache.commons.dbcp2.datasources | Apache Commons |
|
| PerUserPoolDataSourceFactory | A JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2. | Class | org.apache.commons.dbcp2.datasources | Apache Commons |
|
| PoolableCallableStatement | A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolableConnection | A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolableConnectionFactory | A PooledObjectFactory that creates PoolableConnections. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolableConnectionMXBean | Defines the attributes and methods that will be exposed via JMX for PoolableConnection instances. | Interface | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolableManagedConnection | PoolableConnection that unregisters from TransactionRegistry on Connection real destroy. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| PoolableManagedConnectionFactory | A PoolableConnectionFactory that creates PoolableManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| PoolablePreparedStatement | A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolingConnection | A DelegatingConnection that pools PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolingDataSource | A simple DataSource implementation that obtains Connections from the specified ObjectPool. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PoolingDriver | A Driver implementation that obtains Connections from a registered | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PStmtKey | A key uniquely identifying PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| PStmtKeyCPDS | A key uniquely identifying a PreparedStatement. | Class | org.apache.commons.dbcp2.cpdsadapter | Apache Commons |
|
| SharedPoolDataSource | A pooling DataSource appropriate for deployment within J2EE environment. | Class | org.apache.commons.dbcp2.datasources | Apache Commons |
|
| SharedPoolDataSourceFactory | A JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2. | Class | org.apache.commons.dbcp2.datasources | Apache Commons |
|
| SwallowedExceptionLogger | Class for logging swallowed exceptions. | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| TransactionContext | TransactionContext represents the association between a single XAConnectionFactory and a Transaction. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| TransactionContextListener | A listener for transaction completion events. | Interface | org.apache.commons.dbcp2.managed | Apache Commons |
|
| TransactionRegistry | TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory. | Class | org.apache.commons.dbcp2.managed | Apache Commons |
|
| Utils | | Class | org.apache.commons.dbcp2 | Apache Commons |
|
| XAConnectionFactory | XAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment. | Interface | org.apache.commons.dbcp2.managed | Apache Commons |
|
| AbstractKeyedHandler | ResultSetHandler implementation that returns a Map. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| AbstractListHandler | Abstract class that simplify development of ResultSetHandler classes that convert ResultSet into List. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| AbstractQueryRunner | The base class for QueryRunner & AsyncQueryRunner. | Class | org.apache.commons.dbutils | Apache Commons |
|
| ArrayHandler | ResultSetHandler implementation that converts a ResultSet into an Object[]. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| ArrayListHandler | ResultSetHandler implementation that converts the ResultSet into a List of Object[]s. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| AsyncQueryRunner | Executes SQL queries with pluggable strategies for handling ResultSets. | Class | org.apache.commons.dbutils | Apache Commons |
|
| BaseResultSetHandler | Extensions of this class convert ResultSets into other objects. | Class | org.apache.commons.dbutils | Apache Commons |
|
| BasicRowProcessor | Basic implementation of the RowProcessor interface. | Class | org.apache.commons.dbutils | Apache Commons |
|
| BeanHandler | ResultSetHandler implementation that converts the first ResultSet row into a JavaBean. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| BeanListHandler | ResultSetHandler implementation that converts a ResultSet into a List of beans. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| BeanMapHandler | ResultSetHandler implementation that returns a Map of Beans. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| BeanProcessor | BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those bean | Class | org.apache.commons.dbutils | Apache Commons |
|
| ColumnListHandler | ResultSetHandler implementation that converts one ResultSet column into a List of | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| DbUtils | A collection of JDBC helper methods. | Class | org.apache.commons.dbutils | Apache Commons |
|
| GenerousBeanProcessor | Provides generous name matching (e. | Class | org.apache.commons.dbutils | Apache Commons |
|
| KeyedHandler | ResultSetHandler implementation that returns a Map of Maps. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| MapHandler | ResultSetHandler implementation that converts the first ResultSet row into a Map. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| MapListHandler | ResultSetHandler implementation that converts a ResultSet into a List of Maps. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| ProxyFactory | Creates proxy implementations of JDBC interfaces. | Class | org.apache.commons.dbutils | Apache Commons |
|
| QueryLoader | QueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory. | Class | org.apache.commons.dbutils | Apache Commons |
|
| QueryRunner | Executes SQL queries with pluggable strategies for handling ResultSets. | Class | org.apache.commons.dbutils | Apache Commons |
|
| ResultSetHandler | | Interface | org.apache.commons.dbutils | Apache Commons |
|
| ResultSetIterator | Wraps a ResultSet in an Iterator. | Class | org.apache.commons.dbutils | Apache Commons |
|
| RowProcessor | RowProcessor implementations convert ResultSet rows into various other objects. | Interface | org.apache.commons.dbutils | Apache Commons |
|
| ScalarHandler | ResultSetHandler implementation that converts one ResultSet column into an Object. | Class | org.apache.commons.dbutils.handlers | Apache Commons |
|
| SqlNullCheckedResultSet | Decorates a ResultSet with checks for a SQL NULL value on each getXXX method. | Class | org.apache.commons.dbutils.wrappers | Apache Commons |
|
| StringTrimmedResultSet | Wraps a ResultSet to trim strings returned by the getString() and getObject() methods. | Class | org.apache.commons.dbutils.wrappers | Apache Commons |
|
| AbstractMethodRule | Abstract implementation for SetNextRule, SetRootRule and SetTopRule rules. | Class | org.apache.commons.digester3 | Apache Commons |
|
| AbstractNamespaceURIBasedRulesModule | A support class for RulesModule which reduces repetition and results in a more readable configuration, that sets rules binding for a defined namespace URI (it can be overridden while binding). | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| AbstractObjectCreationFactory | Abstract base class for ObjectCreationFactory implementations. | Class | org.apache.commons.digester3 | Apache Commons |
|
| AbstractParamTypeBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| AbstractRulesImpl | AbstractRuleImpl provides basic services for Rules implementations. | Class | org.apache.commons.digester3 | Apache Commons |
|
| AbstractRulesModule | A support class for RulesModule which reduces repetition and results in a more readable configuration. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| AddAliasBuilder | | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| Address | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| Address | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| AddressBook | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| AddressBook | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| AnnotationHandler | Intercepts a Class visit performed by the DigesterLoader. | Interface | org.apache.commons.digester3.annotations | Apache Commons |
|
| AnnotationHandlerFactory | An object capable of providing instances of AnnotationHandler. | Interface | org.apache.commons.digester3.annotations | Apache Commons |
|
| AnnotationUtils | Simple utility class to introspect annotations. | Class | org.apache.commons.digester3.annotations.utils | Apache Commons |
|
| AtomRulesModule | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| AudioVisual | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| BeanPropertySetter | Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| BeanPropertySetterBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| BeanPropertySetterHandler | BeanPropertySetter handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| BeanPropertySetterRule | Rule implements sets a bean property on the top object to the body text. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Book | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| BookFactory | The Book class doesn't have a no-argument constructor, so the standard digester ObjectCreateRule can't be used to create instances | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| ByRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ByRuleProviderBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| CallMethod | Methods annotated with CallMethod will be bound with CallMethodRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| CallMethodBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| CallMethodHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| CallMethodRule | Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent CallParamRule rules or from the body of this element. | Class | org.apache.commons.digester3 | Apache Commons |
|
| CallParam | Methods arguments annotated with CallParam will be bound with CallParamRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| CallParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| CallParamHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| CallParamRule | Rule implementation that saves a parameter for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| CaseTransform | An implementation of the Transform interface which converts all input text to either upper or lower case. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| Catalog | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| Channel | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| CompoundSubstitutor | This Substitutor chains two Substitutors a and b. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| CompoundTransform | An implementation of the Transform interface which is configured with a sequence of subtransforms, and applies them one by one to the input | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| Declaration | Represents a Class that can be instantiated by a PluginCreateRule, plus info on how to load custom digester rules for mapping xml into that plugged-in class. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| Digester | A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing. | Class | org.apache.commons.digester3 | Apache Commons |
|
| DigesterLoader | This class manages the creation of Digester instances from digester rules modules. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| DigesterLoadingException | Thrown when errors occur while creating a Digester. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| DigesterRule | Meta-annotation that marks an annotation as part of commons-digester. | Class | org.apache.commons.digester3.annotations | Apache Commons |
|
| Entry | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons |
|
| Entry | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| ExtendedBaseRules | Extension of RulesBase for complex schema. | Class | org.apache.commons.digester3 | Apache Commons |
|
| FactoryCreate | Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| FactoryCreateBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| FactoryCreateHandler | FactoryCreate handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| FactoryCreateRule | Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Feed | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons |
|
| Feed | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| FinderFromClass | A rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromDfltClass | | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromDfltMethod | A rule-finding algorithm which looks for a method with a specific name on the plugin class. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromDfltResource | A rule-finding algorithm which looks for a resource file in the classpath whose name is derived from the plugin class name plus a specified suffix. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromFile | A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromMethod | A rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromResource | A rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath). | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderSetProperties | A rule-finding algorithm which expects the user to specify whether automatic property setting is desired. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FromAnnotationsRuleModule | | Class | org.apache.commons.digester3.annotations | Apache Commons |
|
| FromXmlRulesModule | | Class | org.apache.commons.digester3.xmlrules | Apache Commons |
|
| Image | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| InitializableRule | Defines an interface that a Rule class can implement if it wishes to get an initialisation callback after the rule has been added to the set of Rules within a PluginRules instance. | Interface | org.apache.commons.digester3.plugins | Apache Commons |
|
| Item | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| LinkedRuleBuilder | Builder invoked to bind one or more rules to a pattern. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| LoaderFromClass | A RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| LoaderFromStream | A rule-finding algorithm which loads an xmlplugins-format file. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| LoaderSetProperties | A RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is This loader ensures that any xml attributes on the plugin tag get mapped to equivalent properties on a javabean. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| Main | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons |
|
| Main | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| Main | A simple program to demonstrate the basic functionality of the Commons Digester module. | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| Main | A simple program to demonstrate some of the functionality of the Commons Digester module. | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| Main | A simple program to demonstrate that the Commons Digester module can be used to trigger actions as the xml is parsed, rather than just build | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| Main | A simple test harness which demonstrates how the MarkupDigester class (plus the supporting interface/rule classes) can process document-markup | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| Main | A simple program to demonstrate the basic functionality of the Commons Digester module with the xmlrules extension. | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| MarkupDigester | This is a subclass of digester which supports rules which implement the TextSegmentHandler interface, causing the textSegment method | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| MethodArgument | Class to supply the missing Java AnnotatedElement for method arguments. | Class | org.apache.commons.digester3.annotations.reflect | Apache Commons |
|
| MultiVariableExpander | Expands variable references from multiple sources. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| NestedPropertiesBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| NodeCreateRule | A rule implementation that creates a DOM Node containing the XML at the element that matched the rule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| NodeCreateRuleProvider | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ObjectCreate | Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| ObjectCreateBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ObjectCreateHandler | ObjectCreateHandler handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| ObjectCreateRule | Rule implementation that creates a new object and pushes it onto the object stack. | Class | org.apache.commons.digester3 | Apache Commons |
|
| ObjectCreationFactory | Interface for use with FactoryCreateRule. | Interface | org.apache.commons.digester3 | Apache Commons |
|
| ObjectParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ObjectParamRule | Rule implementation that saves a parameter for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| PathCallParam | Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| PathCallParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| PathCallParamHandler | PathCallParam handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| PathCallParamRule | Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Person | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| Person | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| Pipeline | This is the main class for this example. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| PluginAssertionFailure | Thrown when a bug is detected in the plugins code. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginConfigurationException | Thrown when an error occurs due to the way the calling application uses the plugins module. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginContext | Provides data and services which should exist only once per digester. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginCreateRule | Allows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginCreateRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| PluginDeclarationRule | A Digester rule which allows the user to pre-declare a class which is to be referenced later at a plugin point by a Normally, a PluginDeclarationRule is added to a Digester instance with the pattern {root}/plugin or * /plugin | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginDeclarationRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| PluginException | Thrown when some plugin-related error has occurred, and none of the other exception types are appropriate. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginInvalidInputException | Thrown when an error occurs due to bad data in the file being parsed. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginManager | Coordinates between PluginDeclarationRule and PluginCreateRule objects, providing a place to share data between instances of these rules. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginRules | A custom digester Rules manager which must be used as the Rules object when using the plugins module functionality. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RegexMatcher | Regular expression matching strategy for RegexRules. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RegexRules | Rules implementation that uses regular expression matching for paths. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Row | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| RowInserterRule | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| RSSDigester | designed to process input streams that conform to the Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| Rule | Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RuleFinder | Each concrete implementation of RuleFinder is an algorithm for locating a source of digester rules for a plugin. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RuleLoader | Interface for classes which can dynamically load custom plugin rules associated with a user's plugin class. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RuleMatcher | | Interface | org.apache.commons.digester3 | Apache Commons |
|
| RuleProvider | An object capable of providing instances of Rule. | Interface | org.apache.commons.digester3.binder | Apache Commons |
|
| Rules | Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during | Interface | org.apache.commons.digester3 | Apache Commons |
|
| RulesBase | Default implementation of the Rules interface that supports the standard rule matching behavior. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RulesBinder | | Interface | org.apache.commons.digester3.binder | Apache Commons |
|
| RuleSet | Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation. | Interface | org.apache.commons.digester3 | Apache Commons |
|
| RuleSetBase | Convenience base class that implements the RuleSet interface. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RulesFactory | Whenever the scope of a plugin tag is entered, the PluginRules class creates a new Rules instance and configures it with the appropriate parsing rules for the plugged-in class. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RulesModule | A module is the Digester rule bindings provider. | Interface | org.apache.commons.digester3.binder | Apache Commons |
|
| SetNestedPropertiesRule | Rule implementation that sets properties on the object at the top of the stack, based on child elements with names matching properties on that object. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetNext | Methods annotated with SetNext will be bound with SetNextRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetNextBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetNextHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetNextRule | Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetPropertiesBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetPropertiesHandler | SetProperty handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetPropertiesRule | Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetProperty | Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetPropertyBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetPropertyRule | | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetRoot | Methods annotated with SetRoot will be bound with SetRootRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetRootBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetRootHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetRootRule | Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetTextSegmentRule | When a text segment is discovered, it calls a specific method on the top object on the stack. | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| SetTop | Methods annotated with SetTop will be bound with SetTopRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetTopBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetTopHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetTopRule | Rule implementation that calls a set parent method on the top (child) object, passing the (top-1) (parent) object This rule now supports more flexible method matching by default. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SimpleRegexMatcher | Simple regex pattern matching algorithm. | Class | org.apache.commons.digester3 | Apache Commons |
|
| StackAction | An interface that can be implemented in order to get notifications of objects being pushed onto a digester stack or Because objects are pushed onto the main object stack when a rule has created a new object, this gives the ability to | Interface | org.apache.commons.digester3 | Apache Commons |
|
| SubstituteTransform | An implementation of the Transform interface which replaces all occurrences of a specified string with a different string. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| Substitutor | (Logical) Interface for substitution strategies. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Table | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| TextInput | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| TextSegmentHandler | | Interface | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| Transform | An interface that any user class must implement if it wishes to be plugged in at the transform tag of a pipeline configuration file. | Interface | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| VariableAttributes | Wrapper for an Attributes object which expands any variables referenced in the attribute value via ${foo} or similar. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| VariableExpander | An Interface describing a class capable of expanding strings which may contain variable references. | Interface | org.apache.commons.digester3.substitution | Apache Commons |
|
| VariableSubstitutor | Substitutor implementation that support variable replacement for both attributes and body text. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| WithDefaultsRulesWrapper | Rules Decorator that returns default rules when no matches are returned by the wrapped This allows default Rule instances to be added to any existing Rules implementation. | Class | org.apache.commons.digester3 | Apache Commons |
|
| ClassLoaders | There are many different contexts in which loaders can be used. | Class | org.apache.commons.discovery.resource | Apache Commons |
|
| ClassUtils | Various utilities to interact with Class types. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| DefaultClassHolder | Holder for a default class. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| DiscoverClass | Discover class that implements a given service interface, with discovery and configuration features similar to that employed | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| DiscoverClasses | The findResources() method will check every loader. | Class | org.apache.commons.discovery.resource.classes | Apache Commons |
|
| DiscoverMappedNames | Recover resource name from Managed Properties, using OLD property names. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverNamesInAlternateManagedProperties | Recover resource name from Managed Properties, using OLD property names. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverNamesInDictionary | Recover resources from a Dictionary. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverNamesInFile | Discover ALL files of a given name, and return resource names contained within the set of files: | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverNamesInManagedProperties | Recover resource name from Managed Properties. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverNamesInSystemProperties | Recover resource name from System Properties. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverResources | | Class | org.apache.commons.discovery.resource | Apache Commons |
|
| DiscoverServiceNames | Provide JDK 1. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| DiscoverSingleton | Discover singleton service providers. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| DiscoveryException | An exception that is thrown only if a suitable service instance cannot be created by ServiceFactory. | Class | org.apache.commons.discovery | Apache Commons |
|
| DiscoveryLogFactory | Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System. | Class | org.apache.commons.discovery.log | Apache Commons |
|
| EnvironmentCache | Cache by a 'key' unique to the environment: - ClassLoader::groupContext::Object Cache | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| JDK11Hooks | JDK 1. | Class | org.apache.commons.discovery.jdk | Apache Commons |
|
| JDK12Hooks | JDK 1. | Class | org.apache.commons.discovery.jdk | Apache Commons |
|
| JDKHooks | JDK Hooks to extract properties/resources. | Class | org.apache.commons.discovery.jdk | Apache Commons |
|
| ManagedProperties | This class may disappear in the future, or be moved to another project. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| NameDiscoverers | Holder for multiple ResourceNameDiscover instances. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| PropertiesHolder | Holder for a default class. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| Resource | 'Resource' located by discovery. | Class | org.apache.commons.discovery | Apache Commons |
|
| ResourceClass | 'Resource' located by discovery. | Class | org.apache.commons.discovery | Apache Commons |
|
| ResourceClassDiscover | | Interface | org.apache.commons.discovery | Apache Commons |
|
| ResourceClassDiscoverImpl | Default ResourceClassDiscover implementation. | Class | org.apache.commons.discovery.resource.classes | Apache Commons |
|
| ResourceClassIterator | Iterator over discovered SPI type. | Class | org.apache.commons.discovery | Apache Commons |
|
| ResourceDiscover | Interface representing a mapping from a set of source resource names | Interface | org.apache.commons.discovery | Apache Commons |
|
| ResourceDiscoverImpl | Helper class for methods implementing the ResourceDiscover interface. | Class | org.apache.commons.discovery.resource | Apache Commons |
|
| ResourceIterator | Iterator over discovered Resource. | Class | org.apache.commons.discovery | Apache Commons |
|
| ResourceNameDiscover | Interface representing a mapping from a set of source resource names | Interface | org.apache.commons.discovery | Apache Commons |
|
| ResourceNameDiscoverImpl | Helper class for methods implementing the ResourceNameDiscover interface. | Class | org.apache.commons.discovery.resource.names | Apache Commons |
|
| ResourceNameIterator | Iterate over resource names. | Interface | org.apache.commons.discovery | Apache Commons |
|
| ResourceUtils | Mechanisms to locate and load a class. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| Service | [this was ServiceDiscovery12. | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| ServiceDiscoveryTask | Small ant task that will use discovery to locate a particular impl. | Class | org.apache.commons.discovery.ant | Apache Commons |
|
| SimpleLog | Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System. | Class | org.apache.commons.discovery.log | Apache Commons |
|
| SPInterface | Represents a Service Programming Interface (spi). | Class | org.apache.commons.discovery.tools | Apache Commons |
|
| AndOperator | The implementation of the and operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| ArithmeticOperator | This is the superclass for all binary arithmetic operatorsVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| ArraySuffix | Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object. | Class | org.apache.commons.el | Apache Commons |
|
| BeanInfoIndexedProperty | This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write | Class | org.apache.commons.el | Apache Commons |
|
| BeanInfoManager | Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty. | Class | org.apache.commons.el | Apache Commons |
|
| BeanInfoProperty | This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method. | Class | org.apache.commons.el | Apache Commons |
|
| BinaryOperator | This is the superclass for all binary operatorsVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| BinaryOperatorExpression | An expression representing a binary operator on a valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn Bayern | Class | org.apache.commons.el | Apache Commons |
|
| BooleanLiteral | An expression representing a boolean literal valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| BoundFunctionInvocation | A subclass of FunctionInvocation which is bound to a particular Method. | Class | org.apache.commons.el | Apache Commons |
|
| Coercions | This class contains the logic for coercing data types before operators are applied to them. | Class | org.apache.commons.el | Apache Commons |
|
| ComplexValue | Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements. | Class | org.apache.commons.el | Apache Commons |
|
| ConditionalExpression | Represents a conditional expression. | Class | org.apache.commons.el | Apache Commons |
|
| Constants | This contains all of the non-public constants, including messsage strings read from the resource file. | Class | org.apache.commons.el | Apache Commons |
|
| DivideOperator | The implementation of the divide operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| ELParser | Generated EL parser. | Class | org.apache.commons.el.parser | Apache Commons |
|
| ELParserConstants | | Interface | org.apache.commons.el.parser | Apache Commons |
|
| ELParserTokenManager | | Class | org.apache.commons.el.parser | Apache Commons |
|
| EmptyOperator | The implementation of the empty operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| EnumeratedMap | This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method. | Class | org.apache.commons.el | Apache Commons |
|
| EqualityOperator | This is the superclass for all equality operators (==, !=)Version:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| EqualsOperator | The implementation of the equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| Expression | The abstract class from which all expression typesVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn Bayern | Class | org.apache.commons.el | Apache Commons |
|
| ExpressionEvaluatorImpl | This is the main class for evaluating expression Strings. | Class | org.apache.commons.el | Apache Commons |
|
| ExpressionString | Represents an expression String consisting of a mixture of Strings and Expressions. | Class | org.apache.commons.el | Apache Commons |
|
| FloatingPointLiteral | An expression representing a floating point literal value. | Class | org.apache.commons.el | Apache Commons |
|
| FunctionInvocation | Represents a function call. | Class | org.apache.commons.el | Apache Commons |
|
| GreaterThanOperator | The implementation of the greater than operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| GreaterThanOrEqualsOperator | The implementation of the greater than or equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| ImplicitObjects | This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext. | Class | org.apache.commons.el | Apache Commons |
|
| IntegerDivideOperator | The implementation of the integer divide operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| IntegerLiteral | An expression representing an integer literal value. | Class | org.apache.commons.el | Apache Commons |
|
| LessThanOperator | The implementation of the less than operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| LessThanOrEqualsOperator | The implementation of the less than or equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| Literal | An expression representing a literal valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn Bayern | Class | org.apache.commons.el | Apache Commons |
|
| MessageUtil | Utility class for generating parameterized messages. | Class | org.apache.commons.el | Apache Commons |
|
| MinusOperator | The implementation of the minus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| ModulusOperator | The implementation of the modulus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| MultiplyOperator | The implementation of the multiply operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| NamedValue | Represents a name that can be used as the first element of aVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn Bayern | Class | org.apache.commons.el | Apache Commons |
|
| NotEqualsOperator | The implementation of the not equals operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| NotOperator | The implementation of the not operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| NullLiteral | An expression representing a null literal valueVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| OrOperator | The implementation of the or operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.commons.el.parser | Apache Commons |
|
| PlusOperator | The implementation of the plus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| PropertySuffix | Represents an operator that obtains the value of another value's property. | Class | org.apache.commons.el | Apache Commons |
|
| RelationalOperator | This is the superclass for all relational operators (except ==Version:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). | Class | org.apache.commons.el.parser | Apache Commons |
|
| StringLiteral | An expression representing a String literal value. | Class | org.apache.commons.el | Apache Commons |
|
| Token | Describes the input token stream. | Class | org.apache.commons.el.parser | Apache Commons |
|
| TokenMgrError | | Class | org.apache.commons.el.parser | Apache Commons |
|
| UnaryMinusOperator | The implementation of the unary minus operatorVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| UnaryOperator | This is the superclass for all unary operatorsVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group | Class | org.apache.commons.el | Apache Commons |
|
| UnaryOperatorExpression | An expression representing one or more unary operators on aVersion:$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: bayard $Author:Nathan Abramson - Art Technology Group, Shawn Bayern | Class | org.apache.commons.el | Apache Commons |
|
| ValueSuffix | Represents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (should | Class | org.apache.commons.el | Apache Commons |
|
| VariableResolverImpl | This is the JSTL-specific implementation of VariableResolver. | Class | org.apache.commons.el | Apache Commons |
|
| ByteArrayDataSource | This class implements a typed DataSource from: From version 1. | Class | org.apache.commons.mail | Apache Commons |
|
| DataSourceBaseResolver | Base class for various resolvers. | Class | org.apache.commons.mail.resolver | Apache Commons |
|
| DataSourceClassPathResolver | Creates a DataSource based on an class path. | Class | org.apache.commons.mail.resolver | Apache Commons |
|
| DataSourceCompositeResolver | A composite data source resolver. | Class | org.apache.commons.mail.resolver | Apache Commons |
|
| DataSourceFileResolver | Creates a DataSource based on an URL. | Class | org.apache.commons.mail.resolver | Apache Commons |
|
| DataSourceResolver | Creates a DataSource based on an URL. | Interface | org.apache.commons.mail | Apache Commons |
|
| DataSourceUrlResolver | Creates a DataSource based on an URL. | Class | org.apache.commons.mail.resolver | Apache Commons |
|
| DefaultAuthenticator | This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication. | Class | org.apache.commons.mail | Apache Commons |
|
| Email | The base class for all email messages. | Class | org.apache.commons.mail | Apache Commons |
|
| EmailAttachment | This class models an email attachment. | Class | org.apache.commons.mail | Apache Commons |
|
| EmailConstants | Constants used by Email classes. | Class | org.apache.commons.mail | Apache Commons |
|
| EmailException | Exception thrown when a checked error occurs in commons-email. | Class | org.apache.commons.mail | Apache Commons |
|
| HtmlEmail | An HTML multipart email. | Class | org.apache.commons.mail | Apache Commons |
|
| ImageHtmlEmail | Small wrapper class on top of HtmlEmail which encapsulates the required logic to retrieve images that are contained in  | Class | org.apache.commons.mail | Apache Commons |
|
| MimeMessageParser | Parses a MimeMessage and stores the individual parts such a plain text, HTML text and attachments. | Class | org.apache.commons.mail.util | Apache Commons |
|
| MimeMessageUtils | Static helper methods. | Class | org.apache.commons.mail.util | Apache Commons |
|
| MultiPartEmail | This class is used to send multi-part internet email like messages with attachments. | Class | org.apache.commons.mail | Apache Commons |
|
| SimpleEmail | This class is used to send simple internet email messages withoutSince:1. | Class | org.apache.commons.mail | Apache Commons |
|
| CommandLauncher | Interface to shield the caller from the various platform-dependentVersion:$Id: CommandLauncher. | Interface | org.apache.commons.exec.launcher | Apache Commons |
|
| CommandLauncherFactory | Builds a command launcher for the OS and JVM we are running under. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| CommandLauncherImpl | A command launcher for a particular JVM/OS platform. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| CommandLauncherProxy | A command launcher that proxies another command launcher. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| CommandLine | CommandLine objects help handling command lines specifying processes to execute. | Class | org.apache.commons.exec | Apache Commons |
|
| DaemonExecutor | Runs daemon processes asynchronously. | Class | org.apache.commons.exec | Apache Commons |
|
| DebugUtils | Provides debugging support. | Class | org.apache.commons.exec.util | Apache Commons |
|
| DefaultExecuteResultHandler | A default implementation of 'ExecuteResultHandler' used for asynchronousVersion:$Id: DefaultExecuteResultHandler. | Class | org.apache.commons.exec | Apache Commons |
|
| DefaultExecutor | The default class to start a subprocess. | Class | org.apache.commons.exec | Apache Commons |
|
| DefaultProcessingEnvironment | Helper class to determine the environment variable for the OS. | Class | org.apache.commons.exec.environment | Apache Commons |
|
| EnvironmentUtils | Wrapper for environment variables. | Class | org.apache.commons.exec.environment | Apache Commons |
|
| ExecuteException | An exception indicating that the executing a subprocesses failed. | Class | org.apache.commons.exec | Apache Commons |
|
| ExecuteResultHandler | The callback handlers for the result of asynchronous process execution. | Interface | org.apache.commons.exec | Apache Commons |
|
| ExecuteStreamHandler | Used by Execute to handle input and output stream ofVersion:$Id: ExecuteStreamHandler. | Interface | org.apache.commons.exec | Apache Commons |
|
| ExecuteWatchdog | Destroys a process running for too long. | Class | org.apache.commons.exec | Apache Commons |
|
| Executor | The main abstraction to start an external process. | Interface | org.apache.commons.exec | Apache Commons |
|
| InputStreamPumper | Copies all data from an System. | Class | org.apache.commons.exec | Apache Commons |
|
| Java13CommandLauncher | A command launcher for JDK/JRE 1. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| LogOutputStream | Base class to connect a logging system to the output and/or error stream of then external process. | Class | org.apache.commons.exec | Apache Commons |
|
| MapUtils | Helper classes to manipulate maps to pass substition map to the CommandLine. | Class | org.apache.commons.exec.util | Apache Commons |
|
| OpenVmsProcessingEnvironment | Helper class to determine the environment variableVersion:$Id: OpenVmsProcessingEnvironment. | Class | org.apache.commons.exec.environment | Apache Commons |
|
| OS | Condition that tests the OS type. | Class | org.apache.commons.exec | Apache Commons |
|
| OS2CommandLauncher | A command launcher for OS/2 that uses 'cmd. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| ProcessDestroyer | Destroys all registered Process after a certain event, typically when the VM exits | Interface | org.apache.commons.exec | Apache Commons |
|
| PumpStreamHandler | Copies standard output and error of sub-processes to standard output and error of the parent process. | Class | org.apache.commons.exec | Apache Commons |
|
| ShutdownHookProcessDestroyer | Destroys all registered Processes when the VM exits. | Class | org.apache.commons.exec | Apache Commons |
|
| StreamPumper | Copies all data from an input stream to an output stream. | Class | org.apache.commons.exec | Apache Commons |
|
| StringUtils | Supplement of commons-lang, the stringSubstitution() was in a simpler implementation available in an older commons-lang implementation. | Class | org.apache.commons.exec.util | Apache Commons |
|
| TimeoutObserver | Interface for classes that want to be notified by Watchdog. | Interface | org.apache.commons.exec | Apache Commons |
|
| VmsCommandLauncher | A command launcher for VMS that writes the command to a temporary DCL script before launching commands. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| Watchdog | Generalization of ExecuteWatchdogVersion:$Id: Watchdog. | Class | org.apache.commons.exec | Apache Commons |
|
| WinNTCommandLauncher | A command launcher for Windows XP/2000/NT that uses 'cmd. | Class | org.apache.commons.exec.launcher | Apache Commons |
|
| Closeable | Interface of an object, which may be closed. | Interface | org.apache.commons.fileupload.util | Apache Commons |
|
| DefaultFileItem | The default implementation of the FileItem interface. | Class | org.apache.commons.fileupload | Apache Commons |
|
| DefaultFileItemFactory | The default FileItemFactory implementation. | Class | org.apache.commons.fileupload | Apache Commons |
|
| DiskFileItem | The default implementation of the FileItem interface. | Class | org.apache.commons.fileupload.disk | Apache Commons |
|
| DiskFileItemFactory | The default FileItemFactory implementation. | Class | org.apache.commons.fileupload.disk | Apache Commons |
|
| DiskFileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons |
|
| FileCleanerCleanup | A servlet context listener, which ensures that the FileCleaningTracker's reaper thread is terminated, | Class | org.apache.commons.fileupload.servlet | Apache Commons |
|
| FileItem | This class represents a file or form item that was received within a multipart/form-data POST request. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| FileItemFactory | A factory interface for creating FileItem instances. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| FileItemHeaders | This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST | Interface | org.apache.commons.fileupload | Apache Commons |
|
| FileItemHeadersImpl | Default implementation of the FileItemHeaders interface. | Class | org.apache.commons.fileupload.util | Apache Commons |
|
| FileItemHeadersSupport | Interface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| FileItemIterator | An iterator, as returned by FileUploadBase. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| FileItemStream | This interface provides access to a file or form item that was received within a multipart/form-data POST request. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| FileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons |
|
| FileUploadBase | High level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons |
|
| FileUploadException | Exception for errors encountered while processing the request. | Class | org.apache.commons.fileupload | Apache Commons |
|
| InvalidFileNameException | This exception is thrown in case of an invalid file name. | Class | org.apache.commons.fileupload | Apache Commons |
|
| LimitedInputStream | An input stream, which limits its data size. | Class | org.apache.commons.fileupload.util | Apache Commons |
|
| MimeUtility | Utility class to decode MIME texts. | Class | org.apache.commons.fileupload.util.mime | Apache Commons |
|
| MultipartStream | Low level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons |
|
| ParameterParser | A simple parser intended to parse sequences of name/value pairs. | Class | org.apache.commons.fileupload | Apache Commons |
|
| PortletFileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload.portlet | Apache Commons |
|
| PortletRequestContext | Provides access to the request information needed for a request made toSince:FileUpload 1. | Class | org.apache.commons.fileupload.portlet | Apache Commons |
|
| ProgressListener | The ProgressListener may be used to display a progress bar or do stuff like that. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| RequestContext | Abstracts access to the request information needed for file uploads. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| ServletFileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload.servlet | Apache Commons |
|
| ServletRequestContext | Provides access to the request information needed for a request made toSince:FileUpload 1. | Class | org.apache.commons.fileupload.servlet | Apache Commons |
|
| Streams | Utility class for working with streams. | Class | org.apache.commons.fileupload.util | Apache Commons |
|
| UploadContext | Enhanced access to the request information needed for file uploads, which fixes the Content Length data access in RequestContext. | Interface | org.apache.commons.fileupload | Apache Commons |
|
| AbstractListBackedAggregator | An aggregator which stores the data series in a List. | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| AbstractLoopNullaryProcedure | Abstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| AbstractNoStoreAggregator | An implementation of an aggregator which doesn't store the data series but instead it processes the data on the fly, as it arrives in | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| AbstractRange | | Class | org.apache.commons.functor.range | Apache Commons |
|
| AbstractTimedAggregator | An aggregator which automatically resets the aggregated data at regular intervals and sends a notification when it is about to do so, so listeners | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| Aggregator | Interface which offers a means of aggregating data. | Interface | org.apache.commons.functor.aggregator | Apache Commons |
|
| And | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ArrayListBackedAggregator | | Class | org.apache.commons.functor.aggregator | Apache Commons |
|
| BaseGenerator | Base class for generators. | Class | org.apache.commons.functor.generator | Apache Commons |
|
| BinaryAnd | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryCompositeBinaryFunction | A BinaryFunction composed of three binary functions, f, g and h, | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryFunction | A functor that takes two arguments and returns a value. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryFunctionBinaryPredicate | Adapts a Boolean-valued BinaryFunction to the BinaryPredicate interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryFunctionBinaryProcedure | Adapts a BinaryFunction to the BinaryProcedure | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryFunctionFunction | Adapts a BinaryFunction as a Function by sending the same argument to both sides of the BinaryFunction. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryFunctor | Marker interface for binary (two-argument) functors. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryNot | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryOr | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BinaryPredicate | A functor that takes two arguments and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryPredicateBinaryFunction | BinaryFunction interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryPredicatePredicate | Adapts a BinaryPredicate as a Predicate by sending the same argument to both sides of the BinaryPredicate. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryProcedure | A functor that takes two arguments and has no return value. | Interface | org.apache.commons.functor | Apache Commons |
|
| BinaryProcedureBinaryFunction | BinaryFunction interface by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinaryProcedureProcedure | Adapts a BinaryProcedure as a Procedure by sending the same argument to both sides of the BinaryProcedure. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BinarySequence | that runs an ordered sequence of BinaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| BoundNullaryFunction | NullaryFunction interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BoundNullaryPredicate | NullaryPredicate interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BoundNullaryProcedure | NullaryProcedure interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| BoundType | Determine the bound type of a range. | Class | org.apache.commons.functor.range | Apache Commons |
|
| CharacterRange | A generator for a range of characters. | Class | org.apache.commons.functor.range | Apache Commons |
|
| CollectionTransformer | Transforms a generator into a collection. | Class | org.apache.commons.functor.generator.util | Apache Commons |
|
| ComparatorFunction | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| Composite | Utility/fluent methods for creating composite functors. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeBinaryFunction | A BinaryFunction composed of one binary function, f, and two | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeBinaryPredicate | A BinaryPredicate composed of one binary predicate, p, and two | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeFunction | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositePredicate | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| CompositeProcedure | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Conditional | Utility methods for creating conditional functors. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalBinaryFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalBinaryPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalBinaryProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalNullaryFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalNullaryPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalNullaryProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| ConditionalProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Constant | Evaluates to constant value. | Class | org.apache.commons.functor.core | Apache Commons |
|
| DoubleMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoublePercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleRange | A generator for a range of doubles. | Class | org.apache.commons.functor.range | Apache Commons |
|
| DoubleSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoubleSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| DoUntil | Do-until algorithm (test after). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| DoWhile | Do-while algorithm (test after). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| DoWhileNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| EachElement | Generator factory for each element of a collection. | Class | org.apache.commons.functor.generator.util | Apache Commons |
|
| Endpoint | Represent an endpoint of a range. | Class | org.apache.commons.functor.range | Apache Commons |
|
| FilteredGenerator | Generator that filters another Generator by only passing through those elements that are matched by a specified Predicate. | Class | org.apache.commons.functor.generator | Apache Commons |
|
| FilteredIterable | Adds a fluent filtering API to any Iterable. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| FilteredIterator | Iterator that filters another Iterator by only passing through those elements that are matched by a specified Predicate. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| FindWithinGenerator | Return the first Object in a Generator matching a Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| FloatRange | A generator for a range of float. | Class | org.apache.commons.functor.range | Apache Commons |
|
| FoldLeft | Functional left-fold algorithm against the elements of a Generator. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| FoldRight | Functional right-fold algorithm against the elements of a Generator. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| FullyBoundNullaryFunction | NullaryFunction interface using constant arguments. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| FullyBoundNullaryPredicate | NullaryPredicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| FullyBoundNullaryProcedure | NullaryProcedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Function | A functor that takes one argument and returns an Object value. | Interface | org.apache.commons.functor | Apache Commons |
|
| FunctionPredicate | Adapts a Boolean-valuedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| FunctionProcedure | interface by ignoring the value returnedVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Functor | Functor marker interface. | Interface | org.apache.commons.functor | Apache Commons |
|
| GenerateUntil | Wrap another Generator such that run(Procedure) terminates once a condition has been satisfied (test after). | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| GenerateWhile | Wrap another Generator such that run(Procedure) continues as long as a condition is true (test after). | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| Generator | The Generator interface defines a number of useful actions applying Procedures to each in a series of argument Objects. | Interface | org.apache.commons.functor.generator | Apache Commons |
|
| GeneratorContains | Tests whether a Generator contains an element that matches a Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| Identity | Evaluates to its input argument. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IgnoreLeftFunction | BinaryFunction interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreLeftPredicate | BinaryPredicate interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreLeftProcedure | BinaryProcedure interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreRightFunction | BinaryFunction interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreRightPredicate | BinaryPredicate interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IgnoreRightProcedure | BinaryProcedure interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| IndexOfInGenerator | Return the index of the first Object in a LoopGenerator matching a Predicate, or -1 if not found. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| InPlaceTransform | | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| IntegerCountAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerPercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerRange | A range of integers. | Class | org.apache.commons.functor.range | Apache Commons |
|
| IntegerSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IntegerSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
|
| IsElementOf | A BinaryPredicate that checks to see if the specified object is an element of the specified | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| IsEmpty | A Predicate that checks to see if the specified object is empty. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| IsEqual | true iff its arguments are an equivalence relation on | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsEquivalent | A BinaryPredicate that tests true iff the left argument is equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsGreaterThan | A BinaryPredicate that tests true iff the left argument is greater than the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsGreaterThanOrEqual | A BinaryPredicate that tests true iff the left argument is greater than or equal | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsInstance | true iff its argument of some specified Class. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsLessThan | A BinaryPredicate that tests true iff the left argument is greater than the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsLessThanOrEqual | A BinaryPredicate that tests true iff the left argument is less than or equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsNotEqual | true iff its arguments are This relation is symmetric but irreflexive | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsNotEquivalent | A BinaryPredicate that tests true iff the left argument is not equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IsNotNull | false iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsNotSame | Tests the reference (!=) inequality of its arguments. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsNull | true iff its argumentVersion:$Revision: 1537906 $ $Date: 2013-11-01 12:47:33 +0100 (Fr, 01 Nov 2013) $ | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsSame | Tests the reference (==) equality of its arguments. | Class | org.apache.commons.functor.core | Apache Commons |
|
| IsWithinRange | A Predicate that tests whether a Comparable object is within a range. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| IteratorToGeneratorAdapter | Adapts an Iterator to the LoopGenerator interface. | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| LeftBoundFunction | using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| LeftBoundPredicate | Predicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| LeftBoundProcedure | Procedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| LeftIdentity | Holder class for a left-identity BinaryFunction (evaluates to the left argument) and a left-identity BinaryPredicate (tests whether left Boolean argument equals Boolean. | Class | org.apache.commons.functor.core | Apache Commons |
|
| Limit | A predicate that returns true the first n times it is invoked, and | Class | org.apache.commons.functor.core | Apache Commons |
|
| LongRange | | Class | org.apache.commons.functor.range | Apache Commons |
|
| LoopGenerator | Base class for generators that control execution flow, and may need to stop the generation. | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| Max | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| Min | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons |
|
| NoOp | A procedure that does nothing at all. | Class | org.apache.commons.functor.core | Apache Commons |
|
| Not | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryAnd | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryFunction | A functor that takes no arguments and returns a value. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryFunctionFunction | by ignoring the unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryFunctionNullaryPredicate | Adapts a Boolean-valued NullaryFunction to the | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryFunctionNullaryProcedure | Adapts a NullaryFunction to the NullaryProcedure | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryFunctor | Marker interface for nullary (zero-argument) functors. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryNot | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryOr | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NullaryPredicate | A functor that takes no arguments and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryPredicateNullaryFunction | NullaryFunction interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryPredicatePredicate | Predicate interface by ignoring the given argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryProcedure | A functor that takes no arguments and returns no value. | Interface | org.apache.commons.functor | Apache Commons |
|
| NullaryProcedureNullaryFunction | NullaryFunction interface by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullaryProcedureProcedure | Procedure interface by ignoring the arguments. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| NullarySequence | that runs an ordered sequence of NullaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| NumericRange | A base class for numeric ranges. | Class | org.apache.commons.functor.range | Apache Commons |
|
| Offset | A predicate that returns false the first n times it is invoked, and | Class | org.apache.commons.functor.core | Apache Commons |
|
| Or | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Predicate | A functor that takes one argument and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons |
|
| PredicateFunction | Function interface. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Procedure | A functor that takes one argument and returns no value. | Interface | org.apache.commons.functor | Apache Commons |
|
| ProcedureFunction | by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| Range | Represent an interval of elements that varies from the left limit to the right limit. | Interface | org.apache.commons.functor.range | Apache Commons |
|
| Ranges | | Class | org.apache.commons.functor.range | Apache Commons |
|
| RecursiveEvaluation | Tail recursion for functions. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| RemoveMatching | Remove elements from left Iterator that match right Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| RetainMatching | Retain elements in left Iterator that match right Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| RightBoundFunction | using a constant right-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| RightBoundPredicate | Predicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| RightBoundProcedure | Procedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons |
|
| RightIdentity | Holder class for a right-identity BinaryFunction (evaluates to the right argument) and a right-identity BinaryPredicate (tests whether right Boolean argument equals Boolean. | Class | org.apache.commons.functor.core | Apache Commons |
|
| Sequence | that runs an ordered sequence of Procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| Size | Returns the size of the specified Collection, or the length of the specified array or String. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| TimedAggregatorListener | Listener to be used with instances of AbstractTimedAggregator to receive notifications when the timer kicks in. | Interface | org.apache.commons.functor.aggregator | Apache Commons |
|
| TransformedBinaryFunction | A BinaryFunction whose result is then run through a Function. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransformedBinaryProcedure | A BinaryProcedure composed of a BinaryFunction whose result is then run through a Procedure. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransformedGenerator | Generator that transforms the elements of another Generator. | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| TransformedIterator | Iterator that transforms another Iterator by applying a Function to each returned element. | Class | org.apache.commons.functor.core.collection | Apache Commons |
|
| TransformedNullaryFunction | A NullaryFunction whose result is then run through a Function. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransformedNullaryProcedure | A NullaryProcedure composed of a NullaryFunction whose result is then run through a Procedure. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransposedFunction | Transposes (swaps) the arguments to some other For example, given a function f | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransposedPredicate | Transposes (swaps) the arguments to some other For example, given a predicate p | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| TransposedProcedure | Transposes (swaps) the arguments to some other For example, given a procedure p | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| UnaryFunctor | Marker interface for unary (single-argument) functors. | Interface | org.apache.commons.functor | Apache Commons |
|
| UntilDo | Until-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| UntilGenerate | Wrap another Generator such that run(Procedure) terminates once a condition has been satisfied. | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| WhileDo | While-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons |
|
| WhileDoNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons |
|
| WhileGenerate | Wrap another Generator such that run(Procedure) continues as long as a condition is true (test before). | Class | org.apache.commons.functor.generator.loop | Apache Commons |
|
| AbstractFileFilter | An abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| AgeFileFilter | Filters files based on a cutoff time, can filter either newer files or files equal to or older. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| AndFileFilter | A FileFilter providing conditional AND logic across a list of file filters. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| AutoCloseInputStream | Proxy stream that closes and discards the underlying stream as soon as the end of input has been reached or when the stream is explicitly closed. | Class | org.apache.commons.io.input | Apache Commons |
|
| BOMInputStream | This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes. | Class | org.apache.commons.io.input | Apache Commons |
|
| BoundedInputStream | This is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop. | Class | org.apache.commons.io.input | Apache Commons |
|
| BrokenInputStream | Broken input stream. | Class | org.apache.commons.io.input | Apache Commons |
|
| BrokenOutputStream | Broken output stream. | Class | org.apache.commons.io.output | Apache Commons |
|
| ByteArrayOutputStream | This class implements an output stream in which the data is written into a byte array. | Class | org.apache.commons.io.output | Apache Commons |
|
| ByteOrderMark | Byte Order Mark (BOM) representation - see BOMInputStream. | Class | org.apache.commons.io | Apache Commons |
|
| CanReadFileFilter | This filter accepts Files that can be read. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| CanWriteFileFilter | This filter accepts Files that can be written to. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| CharSequenceInputStream | InputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. | Class | org.apache.commons.io.input | Apache Commons |
|
| CharSequenceReader | Reader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. | Class | org.apache.commons.io.input | Apache Commons |
|
| Charsets | Charsets required of every implementation of the Java platform. | Class | org.apache.commons.io | Apache Commons |
|
| ChunkedOutputStream | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons |
|
| ChunkedWriter | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons |
|
| ClassLoaderObjectInputStream | A special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default. | Class | org.apache.commons.io.input | Apache Commons |
|
| ClosedInputStream | Closed input stream. | Class | org.apache.commons.io.input | Apache Commons |
|
| ClosedOutputStream | Closed output stream. | Class | org.apache.commons.io.output | Apache Commons |
|
| CloseShieldInputStream | Proxy stream that prevents the underlying input stream from being closed. | Class | org.apache.commons.io.input | Apache Commons |
|
| CloseShieldOutputStream | Proxy stream that prevents the underlying output stream from being closed. | Class | org.apache.commons.io.output | Apache Commons |
|
| CompositeFileComparator | Compare two files using a set of delegate file Comparator. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| ConditionalFileFilter | Defines operations for conditional file filters. | Interface | org.apache.commons.io.filefilter | Apache Commons |
|
| CopyUtils | This class provides static utility methods for buffered copying between sources (InputStream, Reader, | Class | org.apache.commons.io | Apache Commons |
|
| CountingInputStream | A decorating input stream that counts the number of bytes that have passed through the stream so far. | Class | org.apache.commons.io.input | Apache Commons |
|
| CountingOutputStream | A decorating output stream that counts the number of bytes that have passed through the stream so far. | Class | org.apache.commons.io.output | Apache Commons |
|
| DefaultFileComparator | Compare two files using the default File. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| DeferredFileOutputStream | An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk. | Class | org.apache.commons.io.output | Apache Commons |
|
| DelegateFileFilter | This class turns a Java FileFilter or FilenameFilter into an IO FileFilter. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| DemuxInputStream | Data written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxInputStream. | Class | org.apache.commons.io.input | Apache Commons |
|
| DemuxOutputStream | Data written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxOutputStream. | Class | org.apache.commons.io.output | Apache Commons |
|
| DirectoryFileComparator | Compare two files using the File. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| DirectoryFileFilter | This filter accepts Files that are directories. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| DirectoryWalker | Abstract class that walks through a directory hierarchy and provides subclasses with convenient hooks to add specific behaviour. | Class | org.apache.commons.io | Apache Commons |
|
| EmptyFileFilter | This filter accepts files or directories that are empty. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| EndianUtils | Utility code for dealing with different endian systems. | Class | org.apache.commons.io | Apache Commons |
|
| ExtensionFileComparator | Compare the file name extensions for order (see FilenameUtils. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| FalseFileFilter | A file filter that always returns false. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| FileAlterationListener | A listener that receives events of file system modifications. | Interface | org.apache.commons.io.monitor | Apache Commons |
|
| FileAlterationListenerAdaptor | Convenience FileAlterationListener implementation that does nothing. | Class | org.apache.commons.io.monitor | Apache Commons |
|
| FileAlterationMonitor | A runnable that spawns a monitoring thread triggering any registered FileAlterationObserver at a specified interval. | Class | org.apache.commons.io.monitor | Apache Commons |
|
| FileAlterationObserver | FileAlterationObserver represents the state of files below a root directory, checking the filesystem and notifying listeners of create, change or | Class | org.apache.commons.io.monitor | Apache Commons |
|
| FileCleaner | Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector. | Class | org.apache.commons.io | Apache Commons |
|
| FileCleaningTracker | Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector. | Class | org.apache.commons.io | Apache Commons |
|
| FileDeleteStrategy | Strategy for deleting files. | Class | org.apache.commons.io | Apache Commons |
|
| FileEntry | The state of a file or directory, capturing the following File attributes at a point in time. | Class | org.apache.commons.io.monitor | Apache Commons |
|
| FileExistsException | Indicates that a file already exists. | Class | org.apache.commons.io | Apache Commons |
|
| FileFileFilter | This filter accepts Files that are files (not directories). | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| FileFilterUtils | Useful utilities for working with file filters. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| FilenameUtils | General filename and filepath manipulation utilities. | Class | org.apache.commons.io | Apache Commons |
|
| FileSystemUtils | General File System utilities. | Class | org.apache.commons.io | Apache Commons |
|
| FileUtils | General file manipulation utilities. | Class | org.apache.commons.io | Apache Commons |
|
| FileWriterWithEncoding | Writer of files that allows the encoding to be set. | Class | org.apache.commons.io.output | Apache Commons |
|
| HexDump | Dumps data in hexadecimal format. | Class | org.apache.commons.io | Apache Commons |
|
| HiddenFileFilter | This filter accepts Files that are hidden. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| IOCase | Enumeration of IO case sensitivity. | Class | org.apache.commons.io | Apache Commons |
|
| IOExceptionWithCause | Subclasses IOException with the Throwable constructors missing before Java 6. | Class | org.apache.commons.io | Apache Commons |
|
| IOFileFilter | An interface which brings the FileFilter and FilenameFilter interfaces together. | Interface | org.apache.commons.io.filefilter | Apache Commons |
|
| IOUtils | General IO stream manipulation utilities. | Class | org.apache.commons.io | Apache Commons |
|
| LastModifiedFileComparator | Compare the last modified date/time of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| LineIterator | An Iterator over the lines in a Reader. | Class | org.apache.commons.io | Apache Commons |
|
| LockableFileWriter | FileWriter that will create and honor lock files to allow simple cross thread file lock handling. | Class | org.apache.commons.io.output | Apache Commons |
|
| MagicNumberFileFilter | File filter for matching files containing a magic number. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| NameFileComparator | Compare the names of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| NameFileFilter | Filters filenames for a certain name. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| NotFileFilter | This filter produces a logical NOT of the filters specified. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| NullInputStream | A functional, light weight InputStream that emulates a stream of a specified size. | Class | org.apache.commons.io.input | Apache Commons |
|
| NullOutputStream | This OutputStream writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons |
|
| NullReader | A functional, light weight Reader that emulates a reader of a specified size. | Class | org.apache.commons.io.input | Apache Commons |
|
| NullWriter | This Writer writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons |
|
| OrFileFilter | A FileFilter providing conditional OR logic across a list of file filters. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| PathFileComparator | Compare the path of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| PrefixFileFilter | Filters filenames for a certain prefix. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| ProxyInputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.input | Apache Commons |
|
| ProxyOutputStream | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.output | Apache Commons |
|
| ProxyReader | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.input | Apache Commons |
|
| ProxyWriter | A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are | Class | org.apache.commons.io.output | Apache Commons |
|
| ReaderInputStream | InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding. | Class | org.apache.commons.io.input | Apache Commons |
|
| RegexFileFilter | Filters files using supplied regular expression(s). | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| ReversedLinesFileReader | Reads lines in a file reversely (similar to a BufferedReader, but starting at the last line). | Class | org.apache.commons.io.input | Apache Commons |
|
| SizeFileComparator | Compare the length/size of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons |
|
| SizeFileFilter | Filters files based on size, can filter either smaller files or files equal to or larger than a given threshold. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| StringBuilderWriter | Writer implementation that outputs to a StringBuilder. | Class | org.apache.commons.io.output | Apache Commons |
|
| SuffixFileFilter | Filters files based on the suffix (what the filename ends with). | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| SwappedDataInputStream | DataInput for systems relying on little endian data formats. | Class | org.apache.commons.io.input | Apache Commons |
|
| TaggedInputStream | An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. | Class | org.apache.commons.io.input | Apache Commons |
|
| TaggedIOException | An IOException decorator that adds a serializable tag to the wrapped exception. | Class | org.apache.commons.io | Apache Commons |
|
| TaggedOutputStream | An output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. | Class | org.apache.commons.io.output | Apache Commons |
|
| Tailer | Simple implementation of the unix tail -f functionality. | Class | org.apache.commons.io.input | Apache Commons |
|
| TailerListener | Listener for events from a Tailer. | Interface | org.apache.commons.io.input | Apache Commons |
|
| TailerListenerAdapter | TailerListener Adapter. | Class | org.apache.commons.io.input | Apache Commons |
|
| TeeInputStream | InputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream. | Class | org.apache.commons.io.input | Apache Commons |
|
| TeeOutputStream | Classic splitter of OutputStream. | Class | org.apache.commons.io.output | Apache Commons |
|
| ThresholdingOutputStream | An output stream which triggers an event when a specified number of bytes of data have been written to it. | Class | org.apache.commons.io.output | Apache Commons |
|
| TrueFileFilter | A file filter that always returns true. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| WildcardFileFilter | Filters files using the supplied wildcards. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| WildcardFilter | Filters files using the supplied wildcards. | Class | org.apache.commons.io.filefilter | Apache Commons |
|
| WriterOutputStream | OutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting | Class | org.apache.commons.io.output | Apache Commons |
|
| XmlStreamReader | Character stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream. | Class | org.apache.commons.io.input | Apache Commons |
|
| XmlStreamReaderException | The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1. | Class | org.apache.commons.io.input | Apache Commons |
|
| XmlStreamWriter | Character stream that handles all the necessary Voodo to figure out the charset encoding of the XML document written to the stream. | Class | org.apache.commons.io.output | Apache Commons |
|
| AbstractFilesystemAlterationListener | AbstractFilesystemAlterationListener provides some convenience methods helping to implement a FilesystemAlterationListener. | Class | org.apache.commons.jci.listeners | Apache Commons |
|
| AbstractJavaCompiler | Base class for compiler implementations. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| CommandlineCompiler | A simple front end to jci mimicking the javac command lineConstructor SummaryCommandlineCompiler() | Class | org.apache.commons.jci.examples.commandline | Apache Commons |
|
| CompilationProblem | | Interface | org.apache.commons.jci.problems | Apache Commons |
|
| CompilationProblemHandler | A CompilationProblemHandler gets access to a problem as soon as the problem is available while the | Interface | org.apache.commons.jci.problems | Apache Commons |
|
| CompilationResult | A CompilationResult represents the result of a compilation. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| CompilingListener | A CompilingListener is an improved version of the ReloadingListener. | Class | org.apache.commons.jci.listeners | Apache Commons |
|
| Configurable | | Interface | org.apache.commons.jci.examples.configuration | Apache Commons |
|
| ConfigurationException | See Also:Serialized FormConstructor SummaryConfigurationException() | Class | org.apache.commons.jci.examples.configuration | Apache Commons |
|
| ConfigurationReloading | | Class | org.apache.commons.jci.examples.configuration | Apache Commons |
|
| ConversionUtils | Mainly common path manipultation helper methods NOT FOR USE OUTSIDE OF JCI | Class | org.apache.commons.jci.utils | Apache Commons |
|
| EclipseCompilationProblem | Wrapping an Eclipse compiler problemConstructor SummaryEclipseCompilationProblem(org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| EclipseJavaCompiler | Eclipse compiler implemenationFields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| EclipseJavaCompilerSettings | Native Eclipse compiler settingsConstructor SummaryEclipseJavaCompilerSettings() | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| FileChangeListener | The most simple implemenation of an FilesystemAlterationListener. | Class | org.apache.commons.jci.listeners | Apache Commons |
|
| FileResourceReader | | Class | org.apache.commons.jci.readers | Apache Commons |
|
| FileResourceStore | | Class | org.apache.commons.jci.stores | Apache Commons |
|
| FilesystemAlterationListener | A listener that receives events of filesystem modifications. | Interface | org.apache.commons.jci.monitor | Apache Commons |
|
| FilesystemAlterationMonitor | It's a runnable that spawns of a monitoring thread triggering the the observers and managing the their listeners. | Class | org.apache.commons.jci.monitor | Apache Commons |
|
| FilesystemAlterationObserver | FilesystemAlterationObserver represents the state of files below a certain root directory. | Interface | org.apache.commons.jci.monitor | Apache Commons |
|
| FilesystemAlterationObserverImpl | | Class | org.apache.commons.jci.monitor | Apache Commons |
|
| GroovyCompilationProblem | Groovy version of a CompilationProblemConstructor SummaryGroovyCompilationProblem(org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| GroovyJavaCompiler | Groovy implementation of the JavaCompiler interfaceFields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| GroovyJavaCompilerSettings | Native configuration for the Groovy compilerConstructor SummaryGroovyJavaCompilerSettings(org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| JaninoCompilationProblem | Janino version of a CompilationProblemConstructor SummaryJaninoCompilationProblem(org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| JaninoJavaCompiler | Fields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| JaninoJavaCompilerSettings | | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| JavaCompiler | The general compiler interface. | Interface | org.apache.commons.jci.compilers | Apache Commons |
|
| JavaCompilerFactory | Creates JavaCompilers TODO use META-INF discovery mechanism | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| JavaCompilerSettings | Most common denominator for JavaCompiler settings. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| JspGenerator | | Class | org.apache.commons.jci.examples.serverpages | Apache Commons |
|
| JspReader | | Class | org.apache.commons.jci.examples.serverpages | Apache Commons |
|
| MemoryResourceReader | A memory based reader to compile from memoryConstructor SummaryMemoryResourceReader() | Class | org.apache.commons.jci.readers | Apache Commons |
|
| MemoryResourceStore | Store just in memoryConstructor SummaryMemoryResourceStore() | Class | org.apache.commons.jci.stores | Apache Commons |
|
| ReloadingClassLoader | The ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded. | Class | org.apache.commons.jci | Apache Commons |
|
| ReloadingListener | This Listener waits for FAM events to trigger a reload of classesFields inherited from class org. | Class | org.apache.commons.jci.listeners | Apache Commons |
|
| ReloadNotificationListener | | Interface | org.apache.commons.jci.listeners | Apache Commons |
|
| ResourceReader | A ResourceReader provide acces to resource like e. | Interface | org.apache.commons.jci.readers | Apache Commons |
|
| ResourceStore | | Interface | org.apache.commons.jci.stores | Apache Commons |
|
| ResourceStoreClassLoader | | Class | org.apache.commons.jci.stores | Apache Commons |
|
| RhinoCompilationProblem | | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| RhinoJavaCompiler | Fields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| RhinoJavaCompilerSettings | Constructor SummaryRhinoJavaCompilerSettings()Methods inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons |
|
| ServerPageServlet | A mini JSP servlet that monitors a certain directory and recompiles and then instantiates the JSP pages as soon as | Class | org.apache.commons.jci.examples.serverpages | Apache Commons |
|
| Something | | Class | org.apache.commons.jci.examples.configuration | Apache Commons |
|
| Transactional | | Interface | org.apache.commons.jci.stores | Apache Commons |
|
| TransactionalResourceStore | A TransactionalResourceStore get signals of the compilation process as a whole. | Class | org.apache.commons.jci.stores | Apache Commons |
|
| ArgTag | An argument to a NewTag or InvokeTag. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| ArgTagParent | Interface for classes that support ArgTag children. | Interface | org.apache.commons.jelly.tags.core | Apache Commons |
|
| Attribute | Represents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| BaseClassLoaderTag | Abstract base tag providing ClassLoader support. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| BaseJellyTest | | Class | org.apache.commons.jelly.test | Apache Commons |
|
| BeanSource | A tag which is associated with a JavaBean, such as a DynamicBeanTagVersion:$Revision: 155420 $Author:James Strachan | Interface | org.apache.commons.jelly.impl | Apache Commons |
|
| BreakException | BreakException is used to terminate loops such as and tags. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| BreakTag | | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| CaseTag | A tag which conditionally evaluates its body if my value attribute equals my ancestor | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| CatchTag | A tag which catches exceptions thrown by its body. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| ChooseTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| ClassLoaderUtils | A class to centralize the class loader management code. | Class | org.apache.commons.jelly.util | Apache Commons |
|
| CollectionTag | A tag which is capable of consuming objects, such as a tag such that nested objects will be added to the parent tag. | Interface | org.apache.commons.jelly.impl | Apache Commons |
|
| CommandLineParser | Utility class to parse command line options using CLI. | Class | org.apache.commons.jelly.util | Apache Commons |
|
| CompilableTag | Compilable represents a Tag that is compilable. | Interface | org.apache.commons.jelly | Apache Commons |
|
| CompositeExpression | CompositeExpression is a Composite expression made up of several Expression objects which are concatenated into a single String. | Class | org.apache.commons.jelly.expression | Apache Commons |
|
| CompositeTextScriptBlock | CompositeTextScriptBlock represents a text body of a a tag which contains expressions, so that whitespace trimming | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| ConstantExpression | ConstantExpression represents a constant expression. | Class | org.apache.commons.jelly.expression | Apache Commons |
|
| CoreTagLibrary | This is the core tag library for jelly and contains commonly This class could be generated by XDoclet | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| DefaultNamespaceFilter | XMLFilter that can provide a default namespace when one has not been declared by the XML document. | Class | org.apache.commons.jelly.parser | Apache Commons |
|
| DefaultTag | A tag which conditionally evaluates its body if none of its preceeding sibling | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| DefaultTagFactory | DefaultTagFactory a default implementation of TagFactory which creates new instances of a given class. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| DefaultTagLibraryResolver | DefaultTagLibraryResolver is a default implemenation which attempts to interpret the URI as a String called 'jelly:className' | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| DynaBeanTagSupport | DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in. | Class | org.apache.commons.jelly | Apache Commons |
|
| DynaTag | DynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure. | Interface | org.apache.commons.jelly | Apache Commons |
|
| DynaTagSupport | DynaTagSupport is an abstract base class for any DynaTag implementation to derive from. | Class | org.apache.commons.jelly | Apache Commons |
|
| DynamicBeanTag | This tag is bound onto a Java Bean class. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| DynamicDynaBeanTag | This tag is bound onto a DynaClass instance. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| DynamicTag | DynamicTag is a tag that is created from inside a Jelly script as a Jelly template and will invoke a | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| DynamicTagLibrary | DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| Embedded | | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| ExprTag | A tag which evaluates an expressionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| Expression | Expression represents an arbitrary expression using some pluggable expression language. | Interface | org.apache.commons.jelly.expression | Apache Commons |
|
| ExpressionFactory | ExpressionFactory is a factory of Expression objects. | Interface | org.apache.commons.jelly.expression | Apache Commons |
|
| ExpressionScript | ExpressionScript outputs the value of an expression as text. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| ExpressionSupport | an abstract base class for Expression implementations which provides default implementations of some of the | Class | org.apache.commons.jelly.expression | Apache Commons |
|
| FileTag | A tag that pipes its body to a file denoted by the name attribute or to an in memory String which is then output to a variable denoted by the var variable. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| ForEachTag | Iterates over a collection, iterator or an array of objects. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| GetStaticTag | A tag which can retrieve the value of a static field of a given class. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| IfTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| ImportTag | Imports another script. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| IncludeTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| InvokeStaticTag | A Tag which can invoke a static method on a class, without an instance of the class being needed. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| InvokeTag | A tag which calls a method in an object instantied by core:newVersion:$Revision: 155420 $Author:Rodney Waldhoff | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| Jelly | Jelly is a helper class which is capable of running a Jelly script. | Class | org.apache.commons.jelly | Apache Commons |
|
| JellyContext | JellyContext represents the Jelly context. | Class | org.apache.commons.jelly | Apache Commons |
|
| JellyException | JellyException is the root of all Jelly exceptions. | Class | org.apache.commons.jelly | Apache Commons |
|
| JellyServlet | Servlet for handling display of Jelly-fied XML files. | Class | org.apache.commons.jelly.servlet | Apache Commons |
|
| JellyServletContext | | Class | org.apache.commons.jelly.servlet | Apache Commons |
|
| JellyTag | The root Jelly tag which should be evaluated firstVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| JellyTagException | A JellyTagException is an exception generated by a TagVersion:$Revision: 155420 $Author:Morgan DelagrangeSee Also:Serialized Form | Class | org.apache.commons.jelly | Apache Commons |
|
| JexlExpression | expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation. | Class | org.apache.commons.jelly.expression.jexl | Apache Commons |
|
| JexlExpressionFactory | Represents a factory of Jexl expression which fully supports the Expression Language in JSTL and JSP. | Class | org.apache.commons.jelly.expression.jexl | Apache Commons |
|
| LocationAware | LocationAware represents a Tag or Exception which is location aware. | Interface | org.apache.commons.jelly | Apache Commons |
|
| MapTagSupport | MapTag is a DynaTag implementation which uses a Map to store its attribute values in. | Class | org.apache.commons.jelly | Apache Commons |
|
| MissingAttributeException | JellyException is the root of all Jelly exceptions. | Class | org.apache.commons.jelly | Apache Commons |
|
| MuteTag | A tag which executes its body but passing no output. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| NamespaceAwareTag | NamespaceAwareTag represents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used. | Interface | org.apache.commons.jelly | Apache Commons |
|
| NestedRuntimeException | A RuntimeException which is nested to preserve stack traces. | Class | org.apache.commons.jelly.util | Apache Commons |
|
| NewTag | A tag which creates a new object of the given typeVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| OtherwiseTag | The otherwise block of a choose/when/otherwise group of tagsVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| ParseTag | Parses the output of this tags body or of a given String as a Jelly script then either outputting the Script as a variable or executing the script. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| RemoveTag | A tag which removes the variable of the given name from the current variable scope. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| Resources | Provides locale-neutral access to string resources. | Class | org.apache.commons.jelly.tags | Apache Commons |
|
| SafeContentHandler | Ensures that only one start and end document event is passed onto the underlying ContentHandler. | Class | org.apache.commons.jelly.util | Apache Commons |
|
| ScopeTag | A tag which creates a new child variable scope for its body. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| Script | Script represents a Jelly script. | Interface | org.apache.commons.jelly | Apache Commons |
|
| ScriptBlock | ScriptBlock a block of scripts. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| SetPropertiesTag | A tag which sets the bean properties on the given bean. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| SetTag | A tag which sets a variable from the result of an expressionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| StaticTag | StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| StaticTagScript | StaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| SwitchTag | Executes the child tag whose value equals my on attribute. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| Tag | Tag represents a Jelly custom tag. | Interface | org.apache.commons.jelly | Apache Commons |
|
| TagFactory | TagFactory represents a Factory of Tag instances. | Interface | org.apache.commons.jelly.impl | Apache Commons |
|
| TagLibrary | Taglib represents the metadata for a Jelly custom tag library. | Class | org.apache.commons.jelly | Apache Commons |
|
| TagLibraryResolver | TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance. | Interface | org.apache.commons.jelly.impl | Apache Commons |
|
| TagScript | TagScript is a Script that evaluates a custom tag. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| TagSupport | TagSupport an abstract base class which is useful to inherit from if developing your own tag. | Class | org.apache.commons.jelly | Apache Commons |
|
| TagUtils | Contains static methods to help tag developers. | Class | org.apache.commons.jelly.util | Apache Commons |
|
| TextScript | TextScript outputs some static text. | Class | org.apache.commons.jelly.impl | Apache Commons |
|
| ThreadTag | A tag that spawns the contained script in a separate threadAuthor:Vinay Chandran | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| UseBeanTag | A tag which instantiates an instance of the given class and then sets the properties on the bean. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| UseListTag | A tag which creates a List implementation and optionally adds all of the elements identified by the items attribute. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| WhenTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| WhileTag | A tag which performs an iteration while the result of an expression is true. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| WhitespaceTag | A simple tag used to preserve whitespace inside its bodyVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
|
| XMLOutput | XMLOutput is used to output XML events in a SAX-like manner. | Class | org.apache.commons.jelly | Apache Commons |
|
| XMLParser | XMLParser parses the XML Jelly format. | Class | org.apache.commons.jelly.parser | Apache Commons |
|
| XPathComparator | Compares xml nodes by extracting the value at xpath andVersion:$Id: XPathComparator. | Class | org.apache.commons.jelly.xpath | Apache Commons |
|
| XPathExpression | An expression which returns an XPath object. | Class | org.apache.commons.jelly.expression.xpath | Apache Commons |
|
| XPathSource | A tag which is capable of producing a source of XPath context objects such as | Interface | org.apache.commons.jelly.xpath | Apache Commons |
|
| XPathTagSupport | An abstract base class useful for implementation inheritenceVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.xpath | Apache Commons |
|
| JexlArithmetic | Perform arithmetic, implements JexlOperator methods. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| JexlBuilder | Configure and builds a JexlEngine. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| JexlContext | Manages variables which can be referenced in a JEXL expression. | Interface | org.apache.commons.jexl3 | Apache Commons |
|
| JexlEngine | Creates and evaluates JexlExpression and JexlScript objects. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| JexlException | Wraps any error that might occur during interpretation of a script or expression. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| JexlExpression | Represents a single JEXL expression. | Interface | org.apache.commons.jexl3 | Apache Commons |
|
| JexlInfo | Helper class to carry information such as a url/file name, line and column for debugging information reporting. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| JexlMethod | Interface used for regular method invocation. | Interface | org.apache.commons.jexl3.introspection | Apache Commons |
|
| JexlOperator | These are the operators that are executed by JexlArithmetic methods. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| JexlPropertyGet | Interface for getting values that appear to be properties. | Interface | org.apache.commons.jexl3.introspection | Apache Commons |
|
| JexlPropertySet | Interface used for setting values that appear to be properties. | Interface | org.apache.commons.jexl3.introspection | Apache Commons |
|
| JexlSandbox | A sandbox describes permissions on a class by explicitly allowing or forbidding access to methods and properties through whitelists and blacklists. | Class | org.apache.commons.jexl3.introspection | Apache Commons |
|
| JexlScript | A script is some valid JEXL syntax to be executed with a given set of JexlContext variables. | Interface | org.apache.commons.jexl3 | Apache Commons |
|
| JexlScriptEngine | This implementation gives access to both ENGINE_SCOPE and GLOBAL_SCOPE bindings. | Class | org.apache.commons.jexl3.scripting | Apache Commons |
|
| JexlScriptEngineFactory | Supports the following: Language short names: JEXL, Jexl, jexl, JEXL2, Jexl2, jexl2, JEXL3, Jexl3, jexl3 | Class | org.apache.commons.jexl3.scripting | Apache Commons |
|
| JexlUberspect | 'Federated' introspection/reflection interface to allow JEXL introspection behavior to be customized. | Interface | org.apache.commons.jexl3.introspection | Apache Commons |
|
| JxltEngine | A simple JeXL Template engine. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| Main | Test application for JexlScriptEngine (JSR-223 implementation). | Class | org.apache.commons.jexl3.scripting | Apache Commons |
|
| MapContext | Wraps a map in a context. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| NoJexl | Indicates JEXL Introspection should not see this element. | Class | org.apache.commons.jexl3.annotations | Apache Commons |
|
| ObjectContext | Wraps an Object as a JEXL context and NamespaceResolver. | Class | org.apache.commons.jexl3 | Apache Commons |
|
| AbstractFactory | The JXPathContext. | Class | org.apache.commons.jxpath | Apache Commons |
|
| AncestorContext | EvalContext that walks the ancestor:: and ancestor-or-self:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| AttributeContext | EvalContext that walks the attribute:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| BasicNodeSet | A simple implementation of NodeSet that behaves as a collectionVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath | Apache Commons |
|
| BasicTypeConverter | The default implementation of TypeConverter. | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| BasicVariables | A basic implementation of the Variables interface that uses a HashMap. | Class | org.apache.commons.jxpath | Apache Commons |
|
| BeanAttributeIterator | An iterator of attributes of a JavaBean. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| BeanPointer | A Pointer that points to a JavaBean or a collection. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| BeanPointerFactory | | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| BeanPropertyPointer | Pointer pointing to a property of a JavaBean. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| ChildContext | EvalContext that can walk the child::, following-sibling:: and preceding-sibling:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| ClassFunctions | Extension functions provided by a Java class. | Class | org.apache.commons.jxpath | Apache Commons |
|
| ClassLoaderUtil | Port of class loading methods from org. | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| CollectionAttributeNodeIterator | Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| CollectionChildNodeIterator | Combines child node iterators of all elements of a collection into one aggregate child node iterator. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| CollectionNodeIterator | Combines node iterators of all elements of a collection into one aggregate node iterator. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| CollectionPointer | Transparent pointer to a collection (array or Collection). | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| CollectionPointerFactory | | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| CompiledExpression | Represents a compiled XPath. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| Compiler | The Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs. | Interface | org.apache.commons.jxpath.ri | Apache Commons |
|
| Constant | A compile tree element containing a constant number or string. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| Constants | String constants for this package. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| ConstructorFunction | An extension function that creates an instance using a constructor. | Class | org.apache.commons.jxpath.functions | Apache Commons |
|
| Container | A Container is an object implementing an indirection mechanism transparent to JXPath. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| ContainerPointer | Transparent pointer to a Container. | Class | org.apache.commons.jxpath.ri.model.container | Apache Commons |
|
| ContainerPointerFactory | | Class | org.apache.commons.jxpath.ri.model.container | Apache Commons |
|
| CoreFunction | An element of the compile tree representing one of built-in functions like position() or number(). | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperation | The common subclass for tree elements representing core operations like +,Version:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationAdd | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationAnd | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationCompare | Common superclass for the implementations of Expression for the operationsVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationDivide | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationGreaterThan | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationGreaterThanOrEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationLessThan | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationLessThanOrEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationMod | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationMultiply | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationNegate | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationNotEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationOr | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationRelationalExpression | Base implementation of Expression for the operations >, >=, <, <=. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationSubtract | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| CoreOperationUnion | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| DescendantContext | An EvalContext that walks the descendant:: and descendant-or-self::Version:$Revision: 670727 $ $Date: 2008-06-23 22:10:38 +0200 (Mo, 23 Jun 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| DocumentContainer | An XML document container reads and parses XML only when it is accessed. | Class | org.apache.commons.jxpath.xml | Apache Commons |
|
| DOMAttributeIterator | An iterator of attributes of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| DOMAttributePointer | A Pointer that points to a DOM node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| DOMNamespaceIterator | An iterator of namespaces of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| DOMNodeIterator | An iterator of children of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| DOMNodePointer | A Pointer that points to a DOM node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| DOMParser | An implementation of the XMLParser interface that produces a DOM Document. | Class | org.apache.commons.jxpath.xml | Apache Commons |
|
| DOMPointerFactory | | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| DynaBeanPointer | A Pointer that points to a DynaBean. | Class | org.apache.commons.jxpath.ri.model.dynabeans | Apache Commons |
|
| DynaBeanPointerFactory | Apache Commons BeanUtilsVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.model.dynabeans | Apache Commons |
|
| DynaBeanPropertyPointer | Pointer pointing to a property of a DynaBean. | Class | org.apache.commons.jxpath.ri.model.dynabeans | Apache Commons |
|
| DynamicAttributeIterator | DynamicAttributeIterator is different from a regular BeanAttributeIterator in that given a property name it | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons |
|
| DynamicPointer | A Pointer that points to an object with Dynamic Properties. | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons |
|
| DynamicPointerFactory | | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons |
|
| DynamicPropertyHandler | A generic mechanism for accessing collections of name/value pairs. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| DynamicPropertyIterator | | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons |
|
| DynamicPropertyPointer | Pointer pointing to a property of an object with dynamic properties. | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons |
|
| EvalContext | An XPath evaluation context. | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| ExceptionHandler | Exception handler interface. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| Expression | Common superclass for several types of nodes in the parse tree. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| ExpressionContext | If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| ExpressionPath | An element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call: getFoo(. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| ExtendedKeyManager | More complete implementation for the XPath key() function. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| ExtensionFunction | Represents an element of the parse tree representing an extension functionVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| Function | Extension function interface. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| FunctionLibrary | An object that aggregates Functions objects into a group Functions object. | Class | org.apache.commons.jxpath | Apache Commons |
|
| Functions | A group of Function objects sharing a common namespace or a set of common namespaces. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| HttpSessionAndServletContext | Just a structure to hold a ServletRequest and ServletContext together. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| HttpSessionHandler | interface that provides access to attributes of a @{link HttpSession}. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| IdentityManager | A delegate of JXPathContext that implements the XPath id() function. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| InfoSetUtil | Type conversions, XPath style. | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| InitialContext | A single-set EvalContext that provides access to the current node of the parent context and nothing else. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| JDOMAttributeIterator | An iterator of attributes of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JDOMAttributePointer | A Pointer that points to a DOM node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JDOMNamespaceIterator | An iterator of namespaces of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JDOMNamespacePointer | Represents a namespace node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JDOMNodeIterator | An iterator of children of a JDOM Node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JDOMNodePointer | A Pointer that points to a DOM node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JDOMParser | An implementation of the XMLParser interface that produces a JDOM Document. | Class | org.apache.commons.jxpath.xml | Apache Commons |
|
| JDOMPointerFactory | | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons |
|
| JXPath11CompatibleTypeConverter | TypeConverter implementation to circumvent automagic NodeSet decoding. | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| JXPathAbstractFactoryException | Thrown when an AbstractFactory cannot generate an object for the requested path. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathBasicBeanInfo | An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathBeanInfo | JXPathBeanInfo is similar to BeanInfo in that it describes properties of a JavaBean class. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| JXPathCompiledExpression | RI of CompiledExpression. | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| JXPathContext | JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathContextFactory | Defines a factory API that enables applications to obtain a JXPathContext instance. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathContextFactoryConfigurationError | Thrown when a problem with configuration with the JXPathContextFactories exists. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathContextFactoryReferenceImpl | Default implementation of JXPathContextFactory. | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| JXPathContextReferenceImpl | The reference implementation of JXPathContext. | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| JXPathException | Thrown in various situations by JXPath; may contain a nested exception. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathFunctionNotFoundException | Thrown when JXPath encounters an unknown extension function. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathIntrospector | JXPathIntrospector maintains a registry of JXPathBeanInfo objects for Java classes. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathInvalidAccessException | Similary to InvocationTargetException in that it is thrown when JXPath cannot access properties, collection etc on the | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathInvalidSyntaxException | Thrown when JXPath cannot parse a supplied XPath. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathNotFoundException | Thrown when JXPath cannot find a requested path. | Class | org.apache.commons.jxpath | Apache Commons |
|
| JXPathServletContexts | Static methods that allocate and cache JXPathContexts bound to PageContext, ServletRequest, HttpSession | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| JXPathTypeConversionException | Thrown when JXPath cannot convert supplied value to the required type. | Class | org.apache.commons.jxpath | Apache Commons |
|
| KeyManager | A delegate of JXPathContext that implements the XPath key()Version:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Interface | org.apache.commons.jxpath | Apache Commons |
|
| KeyManagerUtils | | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| KeywordVariables | to a single object using a reserved name (keyword). | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| LangAttributePointer | A Pointer that points to the lang attribute of a JavaBean. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| LocationPath | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| MapDynamicPropertyHandler | | Class | org.apache.commons.jxpath | Apache Commons |
|
| MethodFunction | An XPath extension function implemented as an individual Java method. | Class | org.apache.commons.jxpath.functions | Apache Commons |
|
| MethodLookupUtils | Method lookup utilities, which find static and non-static methods as well as constructors based on a name and list of parameters. | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| NameAttributeTest | Captures the foo[@name=expr] expression. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| NamespaceContext | EvalContext that walks the namespace:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| NamespacePointer | Represents a namespace node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons |
|
| NamespaceResolver | Namespace resolver for JXPathContextReferenceImpl. | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| NodeIterator | Definition for an iterator for all kinds of Nodes. | Interface | org.apache.commons.jxpath.ri.model | Apache Commons |
|
| NodeNameTest | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| NodePointer | Common superclass for Pointers of all kinds. | Class | org.apache.commons.jxpath.ri.model | Apache Commons |
|
| NodePointerFactory | Creates NodePointers for objects of a certain type. | Interface | org.apache.commons.jxpath.ri.model | Apache Commons |
|
| NodeSet | NodeSet interface can be used as the type of an argument of an extension function. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| NodeSetContext | A simple context that is based on a NodeSet. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| NodeTest | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| NodeTypeTest | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| NullElementPointer | Used when there is a need to construct a Pointer for a collection element that does not exist. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| NullPointer | Pointer whose value is null. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| NullPropertyPointer | | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| Operation | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| PackageFunctions | Extension functions provided by Java classes. | Class | org.apache.commons.jxpath | Apache Commons |
|
| PageContextHandler | access to attributes of a PageContext in all scopes. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| PageScopeContext | A lightweight wrapper for PageContext that restricts access to attributes of the page scope. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| PageScopeContextHandler | access to attributes of a PageScopeContext. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| ParentContext | EvalContext that walks the parent:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| Parser | | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| Path | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| Pointer | Pointers represent locations of objects and their properties in Java object graphs. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| PrecedingOrFollowingContext | EvalContext that walks the preceding:: and following:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| PredicateContext | EvalContext that checks predicates. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| ProcessingInstructionTest | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| PropertyIterator | Iterates property values of an object pointed at with a PropertyOwnerPointer. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| PropertyOwnerPointer | A pointer describing a node that has properties, each of which could beVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri PlotnikovSee Also:Serialized Form | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| PropertyPointer | A pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons |
|
| QName | A qualified name: a combination of an optional namespace prefixVersion:$Revision: 652925 $ $Date: 2008-05-03 00:05:41 +0200 (Sa, 03 Mai 2008) $Author:Dmitri PlotnikovSee Also:Serialized Form | Class | org.apache.commons.jxpath.ri | Apache Commons |
|
| ReverseComparator | | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| RootContext | EvalContext that is used to hold the root node for the path traversal. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| SelfContext | EvalContext that returns the current node from the parent context if theVersion:$Revision: 1523199 $ $Date: 2013-09-14 11:45:47 +0200 (Sa, 14 Sep 2013) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| ServletContextHandler | access to attributes of a ServletContext. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| ServletRequestAndContext | Just a structure to hold a ServletRequest and ServletContextVersion:$Revision: 652845 $ $Date: 2008-05-02 19:46:46 +0200 (Fr, 02 Mai 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| ServletRequestHandler | interface that provides access to attributes and parameters of a ServletRequest. | Class | org.apache.commons.jxpath.servlet | Apache Commons |
|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). | Class | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| SimplePathInterpreter | An evaluation mechanism for simple XPaths, which is much faster than the usual process. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| Step | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| StrictLazyDynaBeanPointerFactory | NodePointerFactory that returns a special type of NodePointer for LazyDynaBeans. | Class | org.apache.commons.jxpath.ri.model.dynabeans | Apache Commons |
|
| Token | Describes the input token stream. | Class | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| TokenMgrError | | Class | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| TreeCompiler | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| TypeConverter | A type converter can be installed on TypeUtils to introduce additional type conversions for JXPath. | Interface | org.apache.commons.jxpath.util | Apache Commons |
|
| TypeUtils | Global type conversion utilities. | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| UnionContext | EvalContext that represents a union between other contexts - result of a union operation like (a b) | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
|
| ValueUtils | Collection and property access utilities. | Class | org.apache.commons.jxpath.util | Apache Commons |
|
| VariablePointer | Pointer to a context variable. | Class | org.apache.commons.jxpath.ri.model | Apache Commons |
|
| VariablePointerFactory | NodePointerFactory to create VariablePointers. | Class | org.apache.commons.jxpath.ri.model | Apache Commons |
|
| VariableReference | An element of the compile tree holding a variable reference. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons |
|
| Variables | Variables provide access to a global set of values accessible via XPath. | Interface | org.apache.commons.jxpath | Apache Commons |
|
| XMLDocumentContainer | An XML document container reads and parses XML only when it is accessed. | Class | org.apache.commons.jxpath | Apache Commons |
|
| XMLParser | Common interface for XML parsers. | Interface | org.apache.commons.jxpath.xml | Apache Commons |
|
| XMLParser2 | The abstract superclass of XML parsers that produce DOM Documents. | Class | org.apache.commons.jxpath.xml | Apache Commons |
|
| XPathParser | | Class | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| XPathParserConstants | | Interface | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| XPathParserTokenManager | | Class | org.apache.commons.jxpath.ri.parser | Apache Commons |
|
| ArgumentSet | A class that represents a set of nested elements. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| ChildMain | A wrapper class that invokes another class' main(String[]). | Class | org.apache.commons.launcher | Apache Commons |
|
| ConditionalArgument | A class that represents nested or elements. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| ConditionalArgumentSet | A class that represents a set of nested elements of ConditionalArgument objects. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| ConditionalVariable | A class that represents nested or elements. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| ConditionalVariableSet | A class that represents a set of nested elements of ConditionalVariable objects. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| ExitOnErrorThreadGroup | A class that subclasses the ThreadGroup class. | Class | org.apache.commons.launcher | Apache Commons |
|
| JVMArgumentSet | A class that represents a set of nested elements. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| LaunchCommand | A class that represents the holds the various argument types that are used in a Java command. | Class | org.apache.commons.launcher | Apache Commons |
|
| Launcher | A class that is used to launch a Java process. | Class | org.apache.commons.launcher | Apache Commons |
|
| LauncherBootstrap | This class is used as a wrapper for loading the org. | Class | | Apache Commons |
|
| LaunchFilter | An interface that provides a means for application developers to perform dynamic configuration and error checking of the attributes and nested | Interface | org.apache.commons.launcher | Apache Commons |
|
| LaunchTask | A class that eliminates the need for a batch or shell script to launch a Java class. | Class | org.apache.commons.launcher | Apache Commons |
|
| ParentListener | | Class | org.apache.commons.launcher | Apache Commons |
|
| StreamConnector | A class for connecting an OutputStream to an InputStream. | Class | org.apache.commons.launcher | Apache Commons |
|
| SysPropertySet | A class that represents a set of nested elements. | Class | org.apache.commons.launcher.types | Apache Commons |
|
| Abs | Absolute value function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| AbstractConvergenceChecker | Base class for all convergence checker implementations. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| AbstractConvergenceChecker | Base class for all convergence checker implementations. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| AbstractCurveFitter | Base class that contains common code for fitting parametric univariate real functions y = f(pi;x), where x is | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| AbstractDifferentiableOptimizer | Base class for implementing optimizers for multivariate scalar differentiable functions. | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| AbstractDifferentiableUnivariateSolver | | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractEvaluation | An implementation of LeastSquaresProblem. | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| AbstractFieldIntegrator | Base class managing common boilerplate for all integrators. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| AbstractFieldMatrix | Basic implementation of FieldMatrix methods regardless of the underlying storage. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| AbstractFieldStepInterpolator | This abstract class represents an interpolator over the last step during an ODE integration. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| AbstractFormat | Common part shared by both FractionFormat and BigFractionFormat. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| AbstractIntegerDistribution | Base class for integer-valued discrete distributions. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| AbstractIntegrator | Base class managing common boilerplate for all integrators. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| AbstractLeastSquaresOptimizer | Base class for implementing least-squares optimizers. | Class | org.apache.commons.math3.optim.nonlinear.vector.jacobian | Apache Commons |
|
| AbstractLeastSquaresOptimizer | Base class for implementing least squares optimizers. | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| AbstractLinearOptimizer | Base class for implementing linear optimizers. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| AbstractListChromosome | Chromosome represented by an immutable list of a fixed length. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| AbstractMultipleLinearRegression | Abstract base class for implementations of MultipleLinearRegression. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| AbstractMultivariateRealDistribution | Base class for multivariate probability distributions. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| AbstractOptimizationProblem | Base class for implementing optimization problems. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| AbstractParameterizable | This abstract class provides boilerplate parameters list. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| AbstractPolynomialSolver | Base class for solvers. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractRandomGenerator | Abstract class implementing the RandomGenerator interface. | Class | org.apache.commons.math3.random | Apache Commons |
|
| AbstractRealDistribution | Base class for probability distributions on the reals. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| AbstractRealMatrix | Basic implementation of RealMatrix methods regardless of the underlying storage. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| AbstractRegion | Abstract class for all regions, independently of geometry type or dimension. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| AbstractScalarDifferentiableOptimizer | Base class for implementing optimizers for multivariate scalar differentiable functions. | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| AbstractSimplex | This class implements the simplex concept. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| AbstractSimplex | This class implements the simplex concept. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| AbstractStepInterpolator | This abstract class represents an interpolator over the last step during an ODE integration. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| AbstractStorelessUnivariateStatistic | Abstract implementation of the StorelessUnivariateStatistic interface. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| AbstractSubHyperplane | This class implements the dimension-independent parts of SubHyperplane. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| AbstractUnivariateDifferentiableSolver | | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractUnivariateSolver | Base class for solvers. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractUnivariateStatistic | Abstract base class for all implementations of the UnivariateStatistic interface. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| AbstractWell | | Class | org.apache.commons.math3.random | Apache Commons |
|
| Acos | Arc-cosine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Acosh | Hyperbolic arc-cosine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Action | Enumerate for actions to be performed when an event occurs during ODE integration. | Class | org.apache.commons.math3.ode.events | Apache Commons |
|
| AdamsBashforthFieldIntegrator | This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsBashforthIntegrator | This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsFieldIntegrator | Base class for Adams-Bashforth and Adams-Moulton integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsIntegrator | Base class for Adams-Bashforth and Adams-Moulton integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsMoultonFieldIntegrator | This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsMoultonIntegrator | This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsNordsieckFieldTransformer | Transformer to Nordsieck vectors for Adams integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdamsNordsieckTransformer | Transformer to Nordsieck vectors for Adams integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdaptiveStepsizeFieldIntegrator | This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| AdaptiveStepsizeIntegrator | This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| Add | Add the two operands. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| AggregateSummaryStatistics | An aggregator for SummaryStatistics from several data sets or data set partitions. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| AgrestiCoullInterval | | Class | org.apache.commons.math3.stat.interval | Apache Commons |
|
| AkimaSplineInterpolator | Computes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| AklToussaintHeuristic | A simple heuristic to improve the performance of convex hull algorithms. | Class | org.apache.commons.math3.geometry.euclidean.twod.hull | Apache Commons |
|
| AllowedSolution | enum AllowedSolutionThe kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AlternativeHypothesis | enum AlternativeHypothesisRepresents an alternative hypothesis for a hypothesis test. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| AnyMatrix | Interface defining very basic matrix operations. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| Arc | This class represents an arc on a circle. | Class | org.apache.commons.math3.geometry.spherical.oned | Apache Commons |
|
| ArcsSet | This class represents a region of a circle: a set of arcs. | Class | org.apache.commons.math3.geometry.spherical.oned | Apache Commons |
|
| ArgUtils | Utility class for transforming the list of arguments passed to constructors of exceptions. | Class | org.apache.commons.math3.exception.util | Apache Commons |
|
| ArithmeticUtils | | Class | org.apache.commons.math3.util | Apache Commons |
|
| Array2DRowFieldMatrix | As specified in the FieldMatrix interface, matrix element indexing is 0-based -- e. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Array2DRowRealMatrix | | Class | org.apache.commons.math3.linear | Apache Commons |
|
| ArrayFieldVector | This class implements the FieldVector interface with a FieldElement array. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| ArrayRealVector | This class implements the RealVector interface with a double array. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Asin | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Asinh | Hyperbolic arc-sine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Atan | Arc-tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Atan2 | Arc-tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Atanh | Hyperbolic arc-tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| AVLTree | This class implements AVL trees. | Class | org.apache.commons.math3.geometry.partitioning.utilities | Apache Commons |
|
| BaseAbstractMultivariateOptimizer | Base class for implementing optimizers for multivariate scalar functions. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| BaseAbstractMultivariateSimpleBoundsOptimizer | Base class for implementing optimizers for multivariate scalar functions, subject to simple bounds: The valid range of the parameters is an interval. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| BaseAbstractMultivariateVectorOptimizer | Base class for implementing optimizers for multivariate scalar functions. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| BaseAbstractUnivariateIntegrator | Provide a default implementation for several generic functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| BaseAbstractUnivariateOptimizer | | Class | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| BaseAbstractUnivariateSolver | Provide a default implementation for several functions useful to generic The default values for relative and function tolerances are 1e-14 | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BaseMultiStartMultivariateOptimizer | Base class multi-start optimizer for a multivariate function. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| BaseMultivariateMultiStartOptimizer | Base class for all implementations of a multi-start optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| BaseMultivariateOptimizer | Base class for implementing optimizers for multivariate functions. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| BaseMultivariateOptimizer | This interface is mainly intended to enforce the internal coherence of Commons-FastMath. | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| BaseMultivariateSimpleBoundsOptimizer | This interface is mainly intended to enforce the internal coherence of Commons-FastMath. | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| BaseMultivariateVectorMultiStartOptimizer | Base class for all implementations of a multi-start optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| BaseMultivariateVectorOptimizer | This interface is mainly intended to enforce the internal coherence of Commons-Math. | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| BaseOptimizer | Base class for implementing optimizers. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| BaseOptimizer | This interface is mainly intended to enforce the internal coherence of Commons-Math. | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| BaseRuleFactory | Base class for rules that determines the integration nodes and their Subclasses must implement the computeRule method. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| BaseSecantSolver | Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BaseUnivariateOptimizer | This interface is mainly intended to enforce the internal coherence of Commons-Math. | Interface | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| BaseUnivariateSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BesselJ | This class provides computation methods related to Bessel functions of the first kind. | Class | org.apache.commons.math3.special | Apache Commons |
|
| Beta | This is a utility class that provides computation methods related to the Beta family of functions. | Class | org.apache.commons.math3.special | Apache Commons |
|
| BetaDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| BicubicInterpolatingFunction | Function that implements the bicubic spline interpolation. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BicubicInterpolator | Generates a bicubic interpolating Caveat: Because the interpolation scheme requires that derivatives be | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BicubicSplineInterpolatingFunction | Function that implements the bicubic spline interpolation. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BicubicSplineInterpolator | Generates a bicubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BigFraction | Representation of a rational number without any overflow. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| BigFractionField | Representation of the fractional numbers without any overflow field. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| BigFractionFormat | Formats a BigFraction number in proper format or improper format. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| BigReal | Arbitrary precision decimal number. | Class | org.apache.commons.math3.util | Apache Commons |
|
| BigRealField | Representation of real numbers with arbitrary precision field. | Class | org.apache.commons.math3.util | Apache Commons |
|
| BinaryChromosome | Chromosome represented by a vector of 0s and 1s. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| BinaryMutation | Mutation for BinaryChromosomes. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| BinomialConfidenceInterval | Interface to generate confidence intervals for a binomial proportion. | Interface | org.apache.commons.math3.stat.interval | Apache Commons |
|
| BinomialDistribution | See Also:Binomial distribution (Wikipedia), Binomial Distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| BinomialTest | Exact test for the statistical significance of deviations from a theoretically expected distribution of observations into two categories. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| BisectionSolver | bisection algorithm for finding zeros of univariate real functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BitsStreamGenerator | Base class for random number generators that generates bits streams. | Class | org.apache.commons.math3.random | Apache Commons |
|
| BivariateFunction | An interface representing a bivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| BivariateGridInterpolator | Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BlockFieldMatrix | Cache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| BlockRealMatrix | Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| BOBYQAOptimizer | Powell's BOBYQA algorithm. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| BOBYQAOptimizer | Powell's BOBYQA algorithm. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| BoundaryAttribute | Class holding boundary attributes. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| BoundaryProjection | Class holding the result of point projection on region boundary. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| BracketedRealFieldUnivariateSolver | Interface for (univariate real) root-finding algorithms that maintain a bracketed solution. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BracketedUnivariateSolver | Interface for (univariate real) root-finding algorithms that maintain a bracketed solution. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BracketFinder | Provide an interval that brackets a local optimum of a function. | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| BracketFinder | Provide an interval that brackets a local optimum of a function. | Class | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| BracketingNthOrderBrentSolver | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BracketingNthOrderBrentSolverDFP | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.dfp | Apache Commons |
|
| BrentOptimizer | For a function defined on some interval (lo, hi), this class finds an approximation x to the point at which the function | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| BrentOptimizer | For a function defined on some interval (lo, hi), this class finds an approximation x to the point at which the function | Class | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| BrentSolver | This class implements the Brent algorithm for finding zeros of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BSPTree | This class represent a Binary Space Partition tree. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| BSPTreeVisitor | This interface is used to visit BSP tree nodes. | Interface | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| CanberraDistance | Calculates the Canberra distance between two points. | Class | org.apache.commons.math3.ml.distance | Apache Commons |
|
| CardanEulerSingularityException | This class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| CauchyDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| Cbrt | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Ceil | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| CentralPivotingStrategy | A mid point strategy based on the average of begin and end indices. | Class | org.apache.commons.math3.util | Apache Commons |
|
| CentroidCluster | A Cluster used by centroid-based clustering algorithms. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| ChebyshevDistance | | Class | org.apache.commons.math3.ml.distance | Apache Commons |
|
| ChiSquaredDistribution | See Also:Chi-squared distribution (Wikipedia), Chi-squared Distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| ChiSquareTest | This implementation handles both known and unknown distributions. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| CholeskyDecomposition | Calculates the Cholesky decomposition of a matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Chromosome | Individual in a population. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| ChromosomePair | A pair of Chromosome objects. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| Circle | This class represents an oriented great circle on the 2-sphere. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| ClassicalRungeKuttaFieldIntegrator | This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| ClassicalRungeKuttaIntegrator | This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| ClopperPearsonInterval | | Class | org.apache.commons.math3.stat.interval | Apache Commons |
|
| Cluster | Cluster holding a set of Clusterable points. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| Cluster | Cluster holding a set of Clusterable points. | Class | org.apache.commons.math3.stat.clustering | Apache Commons |
|
| Clusterable | Interface for n-dimensional points that can be clustered together. | Interface | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| Clusterable | Interface for points that can be clustered together. | Interface | org.apache.commons.math3.stat.clustering | Apache Commons |
|
| Clusterer | Base class for clustering algorithms. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| ClusterEvaluator | Base class for cluster evaluation methods. | Class | org.apache.commons.math3.ml.clustering.evaluation | Apache Commons |
|
| CMAESOptimizer | An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| CMAESOptimizer | An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| Combinations | | Class | org.apache.commons.math3.util | Apache Commons |
|
| CombinatoricsUtils | Combinatorial utilities. | Class | org.apache.commons.math3.util | Apache Commons |
|
| Complex | Representation of a Complex number, i. | Class | org.apache.commons.math3.complex | Apache Commons |
|
| ComplexField | Representation of the complex numbers field. | Class | org.apache.commons.math3.complex | Apache Commons |
|
| ComplexFormat | Formats a Complex number in cartesian format Re(c) + Im(c)i. | Class | org.apache.commons.math3.complex | Apache Commons |
|
| ComplexUtils | Static implementations of common Complex utilities functions. | Class | org.apache.commons.math3.complex | Apache Commons |
|
| CompositeFormat | Base class for formatters of composite objects (complex numbers, vectors . | Class | org.apache.commons.math3.util | Apache Commons |
|
| ConfidenceInterval | Represents an interval estimate of a population parameter. | Class | org.apache.commons.math3.stat.interval | Apache Commons |
|
| ConjugateGradient | This is an implementation of the conjugate gradient method for RealLinearOperator. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| ConjugateGradientFormula | | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| Constant | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| ConstantRealDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| ContinuedFraction | Provides a generic means to evaluate continued fractions. | Class | org.apache.commons.math3.util | Apache Commons |
|
| ContinuousOutputFieldModel | This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the | Class | org.apache.commons.math3.ode | Apache Commons |
|
| ContinuousOutputModel | This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the | Class | org.apache.commons.math3.ode | Apache Commons |
|
| ConvergenceChecker | This interface specifies how to check if an optimization algorithm has Deciding if convergence has been reached is a problem-dependent issue. | Interface | org.apache.commons.math3.optim | Apache Commons |
|
| ConvergenceChecker | This interface specifies how to check if an optimization algorithm has Deciding if convergence has been reached is a problem-dependent issue. | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| ConvergenceException | Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| ConvexHull | This class represents a convex hull. | Interface | org.apache.commons.math3.geometry.hull | Apache Commons |
|
| ConvexHull2D | This class represents a convex hull in an two-dimensional euclidean space. | Class | org.apache.commons.math3.geometry.euclidean.twod.hull | Apache Commons |
|
| ConvexHullGenerator | Interface for convex hull generators. | Interface | org.apache.commons.math3.geometry.hull | Apache Commons |
|
| ConvexHullGenerator2D | Interface for convex hull generators in the two-dimensional euclidean space. | Interface | org.apache.commons.math3.geometry.euclidean.twod.hull | Apache Commons |
|
| CorrelatedRandomVectorGenerator | A RandomVectorGenerator that generates vectors with with correlated components. | Class | org.apache.commons.math3.random | Apache Commons |
|
| Cos | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Cosh | Hyperbolic cosine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Covariance | Computes covariances for pairs of arrays or columns of a matrix. | Class | org.apache.commons.math3.stat.correlation | Apache Commons |
|
| CrossoverPolicy | Policy used to create a pair of new chromosomes by performing a crossover operation on a source pair of chromosomes. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| CurveFitter | Fitter for parametric univariate real functions y = f(x). | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| CurveFitter | Fitter for parametric univariate real functions y = f(x). | Class | org.apache.commons.math3.optimization.fitting | Apache Commons |
|
| CycleCrossover | Cycle Crossover [CX] builds offspring from ordered chromosomes by identifying cycles between two parent chromosomes. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| DBSCANClusterer | DBSCAN (density-based spatial clustering of applications with noise) algorithm. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| DBSCANClusterer | DBSCAN (density-based spatial clustering of applications with noise) algorithm. | Class | org.apache.commons.math3.stat.clustering | Apache Commons |
|
| DctNormalization | enum DctNormalizationThis enumeration defines the various types of normalizations that can be | Class | org.apache.commons.math3.transform | Apache Commons |
|
| Decimal64 | This class wraps a double value in an object. | Class | org.apache.commons.math3.util | Apache Commons |
|
| Decimal64Field | The field of double precision floating-point numbers. | Class | org.apache.commons.math3.util | Apache Commons |
|
| DecompositionSolver | | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| DefaultFieldMatrixChangingVisitor | Default implementation of the FieldMatrixChangingVisitor interface. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| DefaultFieldMatrixPreservingVisitor | Default implementation of the FieldMatrixPreservingVisitor interface. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| DefaultIterativeLinearSolverEvent | A default concrete implementation of the abstract class IterativeLinearSolverEvent. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| DefaultMeasurementModel | Default implementation of a MeasurementModel for the use with a KalmanFilter. | Class | org.apache.commons.math3.filter | Apache Commons |
|
| DefaultProcessModel | Default implementation of a ProcessModel for the use with a KalmanFilter. | Class | org.apache.commons.math3.filter | Apache Commons |
|
| DefaultRealMatrixChangingVisitor | Default implementation of the RealMatrixChangingVisitor interface. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| DefaultRealMatrixPreservingVisitor | Default implementation of the RealMatrixPreservingVisitor interface. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| DefaultTransformer | A Default NumberTransformer for java. | Class | org.apache.commons.math3.util | Apache Commons |
|
| DerivativeStructure | Class representing both the value and the differentials of a function. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| DescriptiveStatistics | Maintains a dataset of values of a single variable and computes descriptive statistics based on stored data. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| Dfp | Decimal floating point library for Java Another floating point class. | Class | org.apache.commons.math3.dfp | Apache Commons |
|
| DfpDec | Subclass of Dfp which hides the radix-10000 artifacts of the superclass. | Class | org.apache.commons.math3.dfp | Apache Commons |
|
| DfpField | Field for Decimal floating point instances. | Class | org.apache.commons.math3.dfp | Apache Commons |
|
| DfpMath | Mathematical routines for use with Dfp. | Class | org.apache.commons.math3.dfp | Apache Commons |
|
| DftNormalization | enum DftNormalizationThis enumeration defines the various types of normalizations that can be | Class | org.apache.commons.math3.transform | Apache Commons |
|
| DiagonalMatrix | | Class | org.apache.commons.math3.linear | Apache Commons |
|
| DifferentiableMultivariateFunction | Extension of MultivariateFunction representing a differentiable multivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableMultivariateMultiStartOptimizer | Special implementation of the DifferentiableMultivariateOptimizer interface adding multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| DifferentiableMultivariateOptimizer | This interface represents an optimization algorithm for scalar differentiable objective | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| DifferentiableMultivariateVectorFunction | Extension of MultivariateVectorFunction representing a differentiable multivariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableMultivariateVectorMultiStartOptimizer | Special implementation of the DifferentiableMultivariateVectorOptimizer interface addind multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| DifferentiableMultivariateVectorOptimizer | This interface represents an optimization algorithm for vectorial differentiable | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| DifferentiableUnivariateFunction | Extension of UnivariateFunction representing a differentiable univariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableUnivariateMatrixFunction | Extension of UnivariateMatrixFunction representing a differentiable univariate matrix function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableUnivariateSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| DifferentiableUnivariateVectorFunction | Extension of UnivariateVectorFunction representing a differentiable univariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DimensionMismatchException | Exception to be thrown when two dimensions differ. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| DiskGenerator | Class generating an enclosing ball from its support points. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| DistanceMeasure | Interface for distance measures of n-dimensional vectors. | Interface | org.apache.commons.math3.ml.distance | Apache Commons |
|
| Divide | Divide the first operand by the second. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| DividedDifferenceInterpolator | Divided Difference Algorithm for interpolation of real univariate functions. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| DormandPrince54FieldIntegrator | This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| DormandPrince54Integrator | This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| DormandPrince853FieldIntegrator | This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| DormandPrince853Integrator | This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| DoubleArray | Provides a standard interface for double arrays. | Interface | org.apache.commons.math3.util | Apache Commons |
|
| DoublePoint | A simple implementation of Clusterable for points with double coordinates. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| DSCompiler | Class holding compiled computation rules for derivative structures. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| DstNormalization | enum DstNormalizationThis enumeration defines the various types of normalizations that can be | Class | org.apache.commons.math3.transform | Apache Commons |
|
| DummyLocalizable | Dummy implementation of the Localizable interface, without localization. | Class | org.apache.commons.math3.exception.util | Apache Commons |
|
| DummyStepHandler | This class is a step handler that does nothing. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| EarthMoversDistance | Calculates the Earh Mover's distance (also known as Wasserstein metric) between two distributions. | Class | org.apache.commons.math3.ml.distance | Apache Commons |
|
| Edge | Spherical polygons boundary edge. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| EigenDecomposition | Calculates the eigen decomposition of a real matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| ElitisticListPopulation | Population of chromosomes which uses elitism (certain percentage of the best chromosomes is directly copied to the next generation). | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| EmbeddedRungeKuttaFieldIntegrator | This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| EmbeddedRungeKuttaIntegrator | This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| Embedding | This interface defines mappers between a space and one of its sub-spaces. | Interface | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| EmpiricalDistribution | empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form | Class | org.apache.commons.math3.random | Apache Commons |
|
| Encloser | Interface for algorithms computing enclosing balls. | Interface | org.apache.commons.math3.geometry.enclosing | Apache Commons |
|
| EnclosingBall | This class represents a ball enclosing some points. | Class | org.apache.commons.math3.geometry.enclosing | Apache Commons |
|
| EnumeratedDistribution | A generic implementation of a discrete probability distribution (Wikipedia) over a finite sample space, | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| EnumeratedIntegerDistribution | Values with zero-probability are allowed but they do not extend the Duplicate values are allowed. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| EnumeratedRealDistribution | Values with zero-probability are allowed but they do not extend the Duplicate values are allowed. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| EquationsMapper | Class mapping the part of a complete state or derivative that pertains to a specific differential equation. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| Erf | | Class | org.apache.commons.math3.special | Apache Commons |
|
| Euclidean1D | This class implements a one-dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| Euclidean2D | This class implements a two-dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| Euclidean3D | This class implements a three-dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| EuclideanDistance | Calculates the L2 (Euclidean) distance between two points. | Class | org.apache.commons.math3.ml.distance | Apache Commons |
|
| EuclideanDoublePoint | A simple implementation of Clusterable for points with double coordinates. | Class | org.apache.commons.math3.stat.clustering | Apache Commons |
|
| EuclideanIntegerPoint | A simple implementation of Clusterable for points with integer coordinates. | Class | org.apache.commons.math3.stat.clustering | Apache Commons |
|
| EulerFieldIntegrator | This class implements a simple Euler integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| EulerIntegrator | This class implements a simple Euler integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| EvaluationRmsChecker | Check if an optimization has converged based on the change in computed RMS. | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| EventFilter | Wrapper used to detect only increasing or decreasing events. | Class | org.apache.commons.math3.ode.events | Apache Commons |
|
| EventHandler | This interface represents a handler for discrete events triggered during ODE integration. | Interface | org.apache.commons.math3.ode.events | Apache Commons |
|
| EventState | This class handles the state for one event handler during integration steps. | Class | org.apache.commons.math3.ode.events | Apache Commons |
|
| ExceptionContext | Class that contains the actual implementation of the functionality mandated by the ExceptionContext interface. | Class | org.apache.commons.math3.exception.util | Apache Commons |
|
| ExceptionContextProvider | | Interface | org.apache.commons.math3.exception.util | Apache Commons |
|
| Exp | Exponential function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| ExpandableStatefulODE | This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary | Class | org.apache.commons.math3.ode | Apache Commons |
|
| Expm1 | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| ExponentialDecayFunction | Exponential decay function: a e-x / b, where x is the (integer) independent variable. | Class | org.apache.commons.math3.ml.neuralnet.sofm.util | Apache Commons |
|
| ExponentialDistribution | See Also:Exponential distribution (Wikipedia), Exponential distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| FastCosineTransformer | real data sets. | Class | org.apache.commons.math3.transform | Apache Commons |
|
| FastFourierTransformer | real or complex data sets. | Class | org.apache.commons.math3.transform | Apache Commons |
|
| FastHadamardTransformer | Transformation of an input vector x to the output vector y. | Class | org.apache.commons.math3.transform | Apache Commons |
|
| FastMath | Faster, more accurate, portable alternative to Math and StrictMath for large scale computation. | Class | org.apache.commons.math3.util | Apache Commons |
|
| FastSineTransformer | data sets. | Class | org.apache.commons.math3.transform | Apache Commons |
|
| FDistribution | See Also:F-distribution (Wikipedia), F-distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| FeatureInitializer | Defines how to assign the first value of a neuron's feature. | Interface | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| FeatureInitializerFactory | | Class | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| Field | Interface representing a field. | Class | org.apache.commons.math3 | Apache Commons |
|
| FieldBracketingNthOrderBrentSolver | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| FieldButcherArrayProvider | This interface represents an integrator based on Butcher arrays. | Interface | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| FieldDecompositionSolver | | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FieldElement | Interface representing field elements. | Interface | org.apache.commons.math3 | Apache Commons |
|
| FieldEquationsMapper | Class mapping the part of a complete state or derivative that pertains to a set of differential equations. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| FieldEventHandler | This interface represents a handler for discrete events triggered during ODE integration. | Interface | org.apache.commons.math3.ode.events | Apache Commons |
|
| FieldEventState | This class handles the state for one event handler during integration steps. | Class | org.apache.commons.math3.ode.events | Apache Commons |
|
| FieldExpandableODE | This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary | Class | org.apache.commons.math3.ode | Apache Commons |
|
| FieldFixedStepHandler | This interface represents a handler that should be called after each successful fixed step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| FieldHermiteInterpolator | Polynomial interpolator using both sample values and sample derivatives. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| FieldLUDecomposition | Calculates the LUP-decomposition of a square matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| FieldMatrix | Interface defining field-valued matrix with basic algebraic operations. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FieldMatrixChangingVisitor | Interface defining a visitor for matrix entries. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FieldMatrixPreservingVisitor | Interface defining a visitor for matrix entries. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FieldODEState | Container for time, main and secondary state vectors. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| FieldODEStateAndDerivative | Container for time, main and secondary state vectors as well as their derivatives. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| FieldRotation | This class is a re-implementation of Rotation using RealFieldElement. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| FieldSecondaryEquations | This interface allows users to add secondary differential equations to a primary set of differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| FieldStepHandler | This interface represents a handler that should be called after each successful step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| FieldStepInterpolator | This interface represents an interpolator over the last step during an ODE integration. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| FieldStepNormalizer | This class wraps an object implementing FieldFixedStepHandler into a FieldStepHandler. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| FieldVector | Interface defining a field-valued vector with basic algebraic operations. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FieldVector3D | This class is a re-implementation of Vector3D using RealFieldElement. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| FieldVectorChangingVisitor | This interface defines a visitor for the entries of a vector. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FieldVectorPreservingVisitor | This interface defines a visitor for the entries of a vector. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| FilterType | Enumerate for filtering events. | Class | org.apache.commons.math3.ode.events | Apache Commons |
|
| FiniteDifferencesDifferentiator | Univariate functions differentiator using finite differences. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| FirstOrderConverter | This class converts second order differential equations to first This class is a wrapper around a SecondOrderDifferentialEquations which allow to use a FirstOrderIntegrator to integrate it. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| FirstOrderDifferentialEquations | This interface represents a first order differential equations set. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| FirstOrderFieldDifferentialEquations | This interface represents a first order differential equations set. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| FirstOrderFieldIntegrator | This interface represents a first order integrator for differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| FirstOrderIntegrator | This interface represents a first order integrator for differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| Fitness | Fitness of a chromosome. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| FixedElapsedTime | Stops after a fixed amount of time has elapsed. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| FixedGenerationCount | Stops after a fixed number of generations. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| FixedStepHandler | This interface represents a handler that should be called after each successful fixed step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| Floor | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Fraction | Representation of a rational number. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| FractionConversionException | Error thrown when a double value cannot be converted to a fraction in the allowed number of iterations. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| FractionField | Representation of the fractional numbers field. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| FractionFormat | Formats a Fraction number in proper format or improper format. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| Frequency | Maintains a frequency distribution. | Class | org.apache.commons.math3.stat | Apache Commons |
|
| FunctionUtils | Utilities for manipulating function objects. | Class | org.apache.commons.math3.analysis | Apache Commons |
|
| FuzzyKMeansClusterer | Fuzzy K-Means clustering algorithm. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| Gamma | | Class | org.apache.commons.math3.special | Apache Commons |
|
| GammaDistribution | See Also:Gamma distribution (Wikipedia), Gamma distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| Gaussian | Gaussian function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| GaussianCurveFitter | Fits points to a Gaussian The initial guess values must be passed | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| GaussianFitter | Fits points to a Gaussian function. | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| GaussianFitter | Fits points to a Gaussian function. | Class | org.apache.commons.math3.optimization.fitting | Apache Commons |
|
| GaussianRandomGenerator | This class is a gaussian normalized random generator for scalars. | Class | org.apache.commons.math3.random | Apache Commons |
|
| GaussIntegrator | Class that implements the Gaussian rule for integrating a weighted | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| GaussIntegratorFactory | Class that provides different ways to compute the nodes and weights to be used by the Gaussian integration rule. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| GaussNewtonOptimizer | Gauss-Newton least-squares solver. | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| GaussNewtonOptimizer | Gauss-Newton least-squares solver. | Class | org.apache.commons.math3.optim.nonlinear.vector.jacobian | Apache Commons |
|
| GaussNewtonOptimizer | Gauss-Newton least-squares solver. | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| GeneticAlgorithm | of the algorithm can be configured for a specific problem. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| GeometricDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| GeometricMean | geometric mean of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| GillFieldIntegrator | This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations . | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| GillIntegrator | This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations . | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| GLSMultipleLinearRegression | The GLS implementation of multiple linear regression. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| GoalType | Goal type for an optimization problem (minimization or maximization ofEnum Constant Summary | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| GoalType | Goal type for an optimization problem. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| GradientFunction | Class representing the gradient of a multivariate function. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| GradientMultivariateOptimizer | Base class for implementing optimizers for multivariate scalar differentiable functions. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| GraggBulirschStoerIntegrator | This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| GTest | This is known in statistical genetics as the McDonald-Kreitman test. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| GumbelDistribution | This class implements the Gumbel distribution. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| HaltonSequenceGenerator | A Halton sequence is a low-discrepancy sequence generating points in the interval [0, 1] according to H(n) = d_0 / b + d_1 / b^2 . | Class | org.apache.commons.math3.random | Apache Commons |
|
| HarmonicCurveFitter | Fits points to a harmonic oscillator The initial guess values must be passed | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| HarmonicFitter | Class that implements a curve fitting specialized for sinusoids. | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| HarmonicFitter | Class that implements a curve fitting specialized for sinusoids. | Class | org.apache.commons.math3.optimization.fitting | Apache Commons |
|
| HarmonicOscillator | simple harmonic oscillator function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| HermiteInterpolator | Polynomial interpolator using both sample values and sample derivatives. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| HermiteRuleFactory | Factory that creates a Gauss-type quadrature rule using Hermite polynomials | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| HighamHall54FieldIntegrator | This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| HighamHall54Integrator | This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| HitHistogram | Computes the hit histogram. | Class | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| HypergeometricDistribution | See Also:Hypergeometric distribution (Wikipedia), Hypergeometric distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| Hyperplane | This interface represents an hyperplane of a space. | Interface | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| Identity | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| IllConditionedOperatorException | An exception to be thrown when the condition number of a RealLinearOperator is too high. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| IllinoisSolver | a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Incrementor | Utility that increments a counter until a maximum is reached, at which point, the instance will by default throw a | Class | org.apache.commons.math3.util | Apache Commons |
|
| InitialGuess | Starting point (first guess) of the optimization procedure. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| InitialGuess | Starting point (first guess) of the optimization procedure. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| InsufficientDataException | Exception to be thrown when there is insufficient data to perform a computation. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| IntegerDistribution | Interface for distributions on the integers. | Interface | org.apache.commons.math3.distribution | Apache Commons |
|
| IntegerSequence | Provides a sequence of integers. | Class | org.apache.commons.math3.util | Apache Commons |
|
| InterpolatingMicrosphere | Utility class for the MicrosphereProjectionInterpolator algorithm. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| InterpolatingMicrosphere2D | Utility class for the MicrosphereProjectionInterpolator algorithm. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Interval | This class represents a 1D interval. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| IntervalsSet | This class represents a 1D region: a set of intervals. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| IntervalUtils | Factory methods to generate confidence intervals for a binomial proportion. | Class | org.apache.commons.math3.stat.interval | Apache Commons |
|
| InvalidRepresentationException | Exception indicating that the representation of a chromosome is not valid. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| Inverse | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| ISAACRandom | ISAAC: a fast cryptographic pseudo-random number generator ISAAC (Indirection, Shift, Accumulate, Add, and Count) generates 32-bit | Class | org.apache.commons.math3.random | Apache Commons |
|
| IterationEvent | The root class from which all events occurring while running an IterationManager should be derived. | Class | org.apache.commons.math3.util | Apache Commons |
|
| IterationListener | | Interface | org.apache.commons.math3.util | Apache Commons |
|
| IterationManager | This abstract class provides a general framework for managing iterative algorithms. | Class | org.apache.commons.math3.util | Apache Commons |
|
| IterativeLegendreGaussIntegrator | This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| IterativeLinearSolver | | Class | org.apache.commons.math3.linear | Apache Commons |
|
| IterativeLinearSolverEvent | This is the base class for all events occurring during the iterations of a IterativeLinearSolver. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| JacobianFunction | Class representing the Jacobian of a multivariate vector function. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| JacobianMatrices | This class defines a set of secondary equations to compute the Jacobian matrices with respect to the initial state vector and, if | Class | org.apache.commons.math3.ode | Apache Commons |
|
| JacobianMultivariateVectorOptimizer | Base class for implementing optimizers for multivariate vector differentiable functions. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| JacobiPreconditioner | This class implements the standard Jacobi (diagonal) preconditioner. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| JDKRandomGenerator | Extension of java. | Class | org.apache.commons.math3.random | Apache Commons |
|
| KalmanFilter | of a discrete-time controlled process that is governed by the linear stochastic difference equation: | Class | org.apache.commons.math3.filter | Apache Commons |
|
| KendallsCorrelation | A pair of observations (x1, y1) and (x2, y2) are considered concordant if | Class | org.apache.commons.math3.stat.correlation | Apache Commons |
|
| KMeansPlusPlusClusterer | Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| KMeansPlusPlusClusterer | Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm. | Class | org.apache.commons.math3.stat.clustering | Apache Commons |
|
| KohonenTrainingTask | Trainer for Kohonen's Self-Organizing Map. | Class | org.apache.commons.math3.ml.neuralnet.sofm | Apache Commons |
|
| KohonenUpdateAction | Kohonen's Self-Organizing Map. | Class | org.apache.commons.math3.ml.neuralnet.sofm | Apache Commons |
|
| KolmogorovSmirnovDistribution | Treats the distribution of the two-sided P(D_n < d) where D_n = sup_x G(x) - G_n (x) for the theoretical cdf G and | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| KolmogorovSmirnovTest | Kolmogorov-Smirnov (K-S) test for equality of continuous distributions. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| KthSelector | A Simple Kth selector implementation to pick up the Kth ordered element from a work array containing the input | Class | org.apache.commons.math3.util | Apache Commons |
|
| Kurtosis | Computes the Kurtosis of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| LaguerreSolver | Laguerre's Method for root finding of real coefficient polynomials. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| LaplaceDistribution | This class implements the Laplace distribution. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| LearningFactorFunction | Provides the learning rate as a function of the number of calls already performed during the learning task. | Interface | org.apache.commons.math3.ml.neuralnet.sofm | Apache Commons |
|
| LearningFactorFunctionFactory | Factory for creating instances of LearningFactorFunction. | Class | org.apache.commons.math3.ml.neuralnet.sofm | Apache Commons |
|
| LeastSquaresAdapter | An adapter that delegates to another implementation of LeastSquaresProblem. | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| LeastSquaresBuilder | A mutable builder for LeastSquaresProblems. | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| LeastSquaresConverter | vectorial objective functions to scalar objective functions | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| LeastSquaresConverter | This class converts vectorial objective functions to scalar objective functions | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| LeastSquaresFactory | A Factory for creating LeastSquaresProblems. | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| LeastSquaresOptimizer | An algorithm that can be applied to a non-linear least squares problem. | Interface | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| LeastSquaresProblem | The data necessary to define a non-linear least squares problem. | Interface | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| LegendreGaussIntegrator | Legendre-Gauss quadrature formula. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| LegendreHighPrecisionRuleFactory | Factory that creates Gauss-type quadrature rule using Legendre polynomials. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| LegendreRuleFactory | Factory that creates Gauss-type quadrature rule using Legendre polynomials. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| LevenbergMarquardtOptimizer | This class solves a least-squares problem using the Levenberg-Marquardt This implementation should work even for over-determined systems | Class | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| LevenbergMarquardtOptimizer | This class solves a least-squares problem using the Levenberg-Marquardt Constraints are not supported: the call to | Class | org.apache.commons.math3.optim.nonlinear.vector.jacobian | Apache Commons |
|
| LevenbergMarquardtOptimizer | This class solves a least squares problem using the Levenberg-Marquardt algorithm. | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| LevyDistribution | This class implements the Since:3. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| LimitAngle | This class represents a 1D oriented hyperplane on the circle. | Class | org.apache.commons.math3.geometry.spherical.oned | Apache Commons |
|
| Line | The class represent lines in a three dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| Line | This class represents an oriented line in the 2D plane. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| LinearConstraint | A linear constraint for a linear optimization problem. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| LinearConstraint | A linear constraint for a linear optimization problem. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| LinearConstraintSet | Class that represents a set of linear constraints. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| LinearInterpolator | | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| LinearObjectiveFunction | An objective function for a linear optimization problem. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| LinearObjectiveFunction | An objective function for a linear optimization problem. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| LinearOptimizer | Base class for implementing linear optimizers. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| LinearOptimizer | This interface represents an optimization algorithm for linear problems. | Interface | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| LineSearch | | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| ListPopulation | Population of chromosomes represented by a List. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| Localizable | Interface for localizable strings. | Interface | org.apache.commons.math3.exception.util | Apache Commons |
|
| LocalizedFormats | enum LocalizedFormatsEnumeration for localized messages formats used in exceptions messages. | Class | org.apache.commons.math3.exception.util | Apache Commons |
|
| LocationFinder | Helper class to find the grid coordinates of a neuron. | Class | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| LoessInterpolator | Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Log | Natural logarithm function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Log10 | Base 10 logarithm function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Log1p | log(1 + p) function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Logistic | Generalised logistic function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| LogisticDistribution | This class implements the Logistic distribution. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| Logit | It is the inverse of the sigmoid function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| LogNormalDistribution | X is log-normally distributed if its natural logarithm log(X) is normally distributed. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| LUDecomposition | Calculates the LUP-decomposition of a square matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| LutherFieldIntegrator | This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| LutherIntegrator | This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| MainStateJacobianProvider | Interface expanding first order differential equations in order to compute exactly the main state jacobian | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| ManhattanDistance | Calculates the L1 (sum of abs) distance between two points. | Class | org.apache.commons.math3.ml.distance | Apache Commons |
|
| MannWhitneyUTest | An implementation of the Mann-Whitney U test (also called Wilcoxon rank-sum test). | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| MapDataVisualization | | Interface | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| MapUtils | Utilities for network maps. | Class | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| MapVisualization | Interface for algorithms that compute some property of a 2D-map. | Interface | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| MathArithmeticException | Base class for arithmetic exceptions. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathArrays | | Class | org.apache.commons.math3.util | Apache Commons |
|
| MathIllegalArgumentException | Base class for all preconditions violation exceptions. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathIllegalNumberException | Base class for exceptions raised by a wrong number. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathIllegalStateException | Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathInternalError | Exception triggered when something that shouldn't happen does happen. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathParseException | Class to signal parse failures. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathRuntimeException | As of release 4. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathUnsupportedOperationException | Base class for all unsupported features. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MathUtils | Miscellaneous utility functions. | Class | org.apache.commons.math3.util | Apache Commons |
|
| MatrixDimensionMismatchException | Exception to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| MatrixUtils | A collection of static methods that operate on or return matrices. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Max | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Max | Returns the maximum of the available values. | Class | org.apache.commons.math3.stat.descriptive.rank | Apache Commons |
|
| MaxCountExceededException | Exception to be thrown when some counter maximum value is exceeded. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MaxEval | Maximum number of evaluations of the function to be optimized. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| MaxIter | Maximum number of iterations performed by an (iterative) algorithm. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| Mean | Computes the arithmetic mean of a set of values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| MeasurementModel | Defines the measurement model for the use with a KalmanFilter. | Interface | org.apache.commons.math3.filter | Apache Commons |
|
| Median | Returns the median of the available values. | Class | org.apache.commons.math3.stat.descriptive.rank | Apache Commons |
|
| MedianOf3PivotingStrategy | Classic median of 3 strategy given begin and end indices. | Class | org.apache.commons.math3.util | Apache Commons |
|
| MersenneTwister | This class implements a powerful pseudo-random number generator developed by Makoto Matsumoto and Takuji Nishimura during | Class | org.apache.commons.math3.random | Apache Commons |
|
| MicrosphereInterpolatingFunction | Interpolating function that implements the Microsphere Projection. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MicrosphereInterpolator | | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MicrosphereProjectionInterpolator | | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MidpointFieldIntegrator | This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| MidPointIntegrator | Midpoint Rule for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| MidpointIntegrator | This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| MillerUpdatingRegression | This class is a concrete implementation of the UpdatingMultipleLinearRegression interface. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| Min | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Min | Returns the minimum of the available values. | Class | org.apache.commons.math3.stat.descriptive.rank | Apache Commons |
|
| Minus | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| MixtureMultivariateNormalDistribution | Multivariate normal mixture distribution. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| MixtureMultivariateRealDistribution | Class for representing mixture model distributions. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| ModelFunction | Model (vector) function to be optimized. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| ModelFunctionJacobian | Jacobian of the model (vector) function to be optimized. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| ModelSpecificationException | Exception thrown when a regression model is not correctly specified. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| MonotoneChain | points in the two-dimensional euclidean space. | Class | org.apache.commons.math3.geometry.euclidean.twod.hull | Apache Commons |
|
| MullerSolver | This class implements the Muller's Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| MullerSolver2 | This class implements the Muller's Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| MultidimensionalCounter | Converter between unidimensional storage structure and multidimensional conceptual structure. | Class | org.apache.commons.math3.util | Apache Commons |
|
| MultiDimensionMismatchException | Exception to be thrown when two sets of dimensions differ. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| MultiDirectionalSimplex | This class implements the multi-directional direct search method. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| MultiDirectionalSimplex | This class implements the multi-directional direct search method. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| MultiKMeansPlusPlusClusterer | A wrapper around a k-means++ clustering algorithm which performs multiple trials and returns the best solution. | Class | org.apache.commons.math3.ml.clustering | Apache Commons |
|
| MultipleLinearRegression | The multiple linear regression can be represented in matrix-notation. | Interface | org.apache.commons.math3.stat.regression | Apache Commons |
|
| Multiply | Multiply the two operands. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| MultiStartMultivariateOptimizer | Multi-start optimizer. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| MultiStartMultivariateVectorOptimizer | Multi-start optimizer for a (vector) model function. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| MultiStartUnivariateOptimizer | Special implementation of the UnivariateOptimizer interface adding multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| MultistepFieldIntegrator | This class is the base class for multistep integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| MultistepIntegrator | This class is the base class for multistep integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| MultivariateDifferentiableFunction | Extension of MultivariateFunction representing a multivariate differentiable real function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| MultivariateDifferentiableMultiStartOptimizer | Special implementation of the MultivariateDifferentiableOptimizer interface adding multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| MultivariateDifferentiableOptimizer | This interface represents an optimization algorithm for scalar differentiable objective | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| MultivariateDifferentiableVectorFunction | Extension of MultivariateVectorFunction representing a multivariate differentiable vectorial function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| MultivariateDifferentiableVectorMultiStartOptimizer | Special implementation of the MultivariateDifferentiableVectorOptimizer interface adding multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| MultivariateDifferentiableVectorOptimizer | This interface represents an optimization algorithm for differentiable vectorial | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| MultivariateFunction | An interface representing a multivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| MultivariateFunctionMappingAdapter | Adapter for mapping bounded MultivariateFunction to unbounded ones. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| MultivariateFunctionMappingAdapter | Adapter for mapping bounded MultivariateFunction to unbounded ones. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| MultivariateFunctionPenaltyAdapter | Adapter extending bounded MultivariateFunction to an unbouded domain using a penalty function. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| MultivariateFunctionPenaltyAdapter | Adapter extending bounded MultivariateFunction to an unbouded domain using a penalty function. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| MultivariateInterpolator | Interface representing a univariate real interpolating function. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MultivariateJacobianFunction | A interface for functions that compute a vector of values and can compute their derivatives (Jacobian). | Interface | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| MultivariateMatrixFunction | An interface representing a multivariate matrix function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| MultivariateMultiStartOptimizer | Special implementation of the MultivariateOptimizer interface adding multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| MultivariateNormalDistribution | Multivariate normal distribution (Wikipedia), Multivariate normal distribution (MathWorld) | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| MultivariateNormalMixtureExpectationMaximization | Expectation-Maximization algorithm for fitting the parameters of multivariate normal mixture model distributions. | Class | org.apache.commons.math3.distribution.fitting | Apache Commons |
|
| MultivariateOptimizer | Base class for a multivariate scalar function optimizer. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| MultivariateOptimizer | This interface represents an optimization algorithm for scalar objective functions. | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| MultivariateRealDistribution | Base interface for multivariate distributions on the reals. | Interface | org.apache.commons.math3.distribution | Apache Commons |
|
| MultivariateSummaryStatistics | Computes summary statistics for a stream of n-tuples added using the addValue method. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| MultivariateVectorFunction | An interface representing a multivariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| MultivariateVectorOptimizer | Base class for a multivariate vector function optimizer. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| MutationPolicy | Algorithm used to mutate a chromosome. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| NakagamiDistribution | This class implements the Nakagami distribution. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| NaNStrategy | Strategies for handling NaN values in rank transformations. | Class | org.apache.commons.math3.stat.ranking | Apache Commons |
|
| NaturalRanking | Ranking based on the natural ordering on doubles. | Class | org.apache.commons.math3.stat.ranking | Apache Commons |
|
| NeighbourhoodSizeFunction | Provides the network neighbourhood's size as a function of the number of calls already performed during the learning task. | Interface | org.apache.commons.math3.ml.neuralnet.sofm | Apache Commons |
|
| NeighbourhoodSizeFunctionFactory | Factory for creating instances of NeighbourhoodSizeFunction. | Class | org.apache.commons.math3.ml.neuralnet.sofm | Apache Commons |
|
| NelderMeadSimplex | This class implements the Nelder-Mead simplex algorithm. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| NelderMeadSimplex | This class implements the Nelder-Mead simplex algorithm. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| Network | Neural network, composed of Neuron instances and the links Although updating a neuron's state is thread-safe, modifying the | Class | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| Neuron | Describes a neuron element of a neural network. | Class | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| NeuronSquareMesh2D | Neural network with the topology of a two-dimensional surface. | Class | org.apache.commons.math3.ml.neuralnet.twod | Apache Commons |
|
| NeuronString | Neural network with the topology of a one-dimensional line. | Class | org.apache.commons.math3.ml.neuralnet.oned | Apache Commons |
|
| NevilleInterpolator | Neville's Algorithm for interpolation of real univariate functions. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| NewtonRaphsonSolver | | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| NewtonSolver | Newton's Method for finding zeros of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| NoBracketingException | Exception to be thrown when function values have the same sign at both ends of an interval. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NoDataException | Exception to be thrown when the required data is missing. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NodesSet | Set of BSP tree nodes. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| NoFeasibleSolutionException | This class represents exceptions thrown by optimizers when no solution fulfills the constraints. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| NoFeasibleSolutionException | This class represents exceptions thrown by optimizers when no solution fulfills the constraints. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| NonLinearConjugateGradientOptimizer | Non-linear conjugate gradient optimizer. | Class | org.apache.commons.math3.optim.nonlinear.scalar.gradient | Apache Commons |
|
| NonLinearConjugateGradientOptimizer | Non-linear conjugate gradient optimizer. | Class | org.apache.commons.math3.optimization.general | Apache Commons |
|
| NonMonotonicSequenceException | Exception to be thrown when the a sequence of values is not monotonically increasing or decreasing. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NonNegativeConstraint | A constraint for a linear optimization problem indicating whether all variables must be restricted to non-negative values. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| NonPositiveDefiniteMatrixException | Exception to be thrown when a positive definite matrix is expected. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| NonPositiveDefiniteOperatorException | Exception to be thrown when a symmetric, definite positive RealLinearOperator is expected. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| NonSelfAdjointOperatorException | Exception to be thrown when a self-adjoint RealLinearOperator Since the coefficients of the matrix are not accessible, the most | Class | org.apache.commons.math3.linear | Apache Commons |
|
| NonSquareMatrixException | Exception to be thrown when a square matrix is expected. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| NonSquareOperatorException | Exception to be thrown when a square linear operator is expected. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| NonSymmetricMatrixException | Exception to be thrown when a symmetric matrix is expected. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| NordsieckStepInterpolator | This class implements an interpolator for integrators using Nordsieck representation. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| NormalApproximationInterval | | Class | org.apache.commons.math3.stat.interval | Apache Commons |
|
| NormalDistribution | See Also:Normal distribution (Wikipedia), Normal distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| NormalizedRandomGenerator | This interface represent a normalized random generator for Normalized generator provide null mean and unit standard deviation scalars. | Interface | org.apache.commons.math3.random | Apache Commons |
|
| NotANumberException | Exception to be thrown when a number is not a number. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NotARotationMatrixException | This class represents exceptions thrown while building rotationsSince:1. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| NotFiniteNumberException | Exception to be thrown when a number is not finite. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NotPositiveException | Exception to be thrown when the argument is negative. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NotStrictlyPositiveException | Exception to be thrown when the argument is not greater than 0. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NPointCrossover | N-point crossover policy. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| NullArgumentException | All conditions checks that fail due to a null argument must throw This class is meant to signal a precondition violation (null is an illegal | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NumberIsTooLargeException | Exception to be thrown when a number is too large. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NumberIsTooSmallException | Exception to be thrown when a number is too small. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| NumberTransformer | Subclasses implementing this interface can transform Objects to doubles. | Interface | org.apache.commons.math3.util | Apache Commons |
|
| ObjectiveFunction | Scalar function to be optimized. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| ObjectiveFunctionGradient | Gradient of the scalar function to be optimized. | Class | org.apache.commons.math3.optim.nonlinear.scalar | Apache Commons |
|
| ODEIntegrator | This interface defines the common parts shared by integrators for first and second order differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| OLSMultipleLinearRegression | multiple linear regression model. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| OnePointCrossover | One point crossover policy. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| OneWayAnova | Tests for differences between two or more categories of univariate data (for example, the body mass index of accountants, lawyers, doctors and | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| OpenIntToDoubleHashMap | Open addressed map from int to double. | Class | org.apache.commons.math3.util | Apache Commons |
|
| OpenIntToFieldHashMap | Open addressed map from int to FieldElement. | Class | org.apache.commons.math3.util | Apache Commons |
|
| OpenMapRealMatrix | Sparse matrix implementation based on an open addressed map. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| OpenMapRealVector | This class implements the RealVector interface with a OpenIntToDoubleHashMap backing store. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| OptimizationData | Implementations will provide functionality (optional or required) needed by the optimizers, and those will need to check the actual type of the | Interface | org.apache.commons.math3.optim | Apache Commons |
|
| OptimizationData | Implementations will provide functionality (optional or required) needed by the optimizers, and those will need to check the actual type of the | Interface | org.apache.commons.math3.optimization | Apache Commons |
|
| OptimizationProblem | Common settings for all optimization problems. | Interface | org.apache.commons.math3.optim | Apache Commons |
|
| OrderedCrossover | Order 1 Crossover [OX1] builds offspring from ordered chromosomes by copying a consecutive slice from one parent, and filling up the remaining genes from the other | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| OrderedTuple | This class implements an ordering operation for T-uples. | Class | org.apache.commons.math3.geometry.partitioning.utilities | Apache Commons |
|
| OrientedPoint | This class represents a 1D oriented hyperplane. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| OutlineExtractor | Extractor for polyhedrons sets outlines. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| OutOfRangeException | Exception to be thrown when some argument is out of range. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| Pair | Although the instances of this class are immutable, it is impossible to ensure that the references passed to the constructor will not be | Class | org.apache.commons.math3.util | Apache Commons |
|
| Parameterizable | This interface enables to process any parameterizable object. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| ParameterizedODE | Interface to compute by finite difference Jacobian matrix for some parameter when computing partial derivatives equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| ParameterJacobianProvider | Interface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| ParameterValidator | Interface for validating a set of model parameters. | Interface | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| ParametricUnivariateFunction | An interface representing a real function that depends on one independent variable plus some extra parameters. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| ParetoDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| PascalDistribution | Implementation of the Pascal distribution. | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| PearsonsCorrelation | Computes Pearson's product-moment correlation coefficients for pairs of arrays or columns of a matrix. | Class | org.apache.commons.math3.stat.correlation | Apache Commons |
|
| PegasusSolver | a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Percentile | Provides percentile computation. | Class | org.apache.commons.math3.stat.descriptive.rank | Apache Commons |
|
| PermutationChromosome | Interface indicating that the chromosome represents a permutation of objects. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| PiecewiseBicubicSplineInterpolatingFunction | Function that implements the This implementation currently uses AkimaSplineInterpolator as the | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| PiecewiseBicubicSplineInterpolator | Generates a piecewise-bicubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| PivotingStrategyInterface | A strategy to pick a pivoting index of an array for doing partitioning. | Interface | org.apache.commons.math3.util | Apache Commons |
|
| PivotSelectionRule | enum PivotSelectionRulePivot selection rule to the use for a Simplex solver. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| Plane | The class represent planes in a three dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| Point | This interface represents a generic geometrical point. | Interface | org.apache.commons.math3.geometry | Apache Commons |
|
| PointValuePair | This class holds a point and the value of an objective function atSince:3. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| PointValuePair | This class holds a point and the value of an objective function atSince:3. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| PointVectorValuePair | This class holds a point and the vectorial value of an objective function atSince:3. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| PointVectorValuePair | This class holds a point and the vectorial value of an objective function atSince:3. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| PoissonDistribution | See Also:Poisson distribution (Wikipedia), Poisson distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| PolygonsSet | This class represents a 2D region: a set of polygons. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| PolyhedronsSet | This class represents a 3D region: a set of polyhedrons. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| PolynomialCurveFitter | Fits points to a polynomial The size of the initial guess array defines the | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| PolynomialFitter | Polynomial fitting is a very simple case of curve fitting. | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| PolynomialFitter | Polynomial fitting is a very simple case of curve fitting. | Class | org.apache.commons.math3.optimization.fitting | Apache Commons |
|
| PolynomialFunction | Immutable representation of a real polynomial function with real coefficients. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialFunctionLagrangeForm | Lagrange Form. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialFunctionNewtonForm | Newton Form. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialSolver | Interface for (polynomial) root-finding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| PolynomialSplineFunction | Represents a polynomial spline function. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialsUtils | A collection of static methods that operate on or return polynomials. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| Population | A collection of chromosomes that facilitates generational evolution. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| Pow | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| PowellOptimizer | This code is translated and adapted from the Python version of this algorithm (as implemented in module optimize. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| PowellOptimizer | This code is translated and adapted from the Python version of this algorithm (as implemented in module optimize. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| Power | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Precision | Utilities for comparing numbers. | Class | org.apache.commons.math3.util | Apache Commons |
|
| PreconditionedIterativeLinearSolver | This abstract class defines preconditioned iterative solvers. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Preconditioner | This interface represents a preconditioner for differentiable scalar objective function optimizers. | Interface | org.apache.commons.math3.optim.nonlinear.scalar.gradient | Apache Commons |
|
| Preconditioner | This interface represents a preconditioner for differentiable scalar objective function optimizers. | Interface | org.apache.commons.math3.optimization.general | Apache Commons |
|
| Primes | Methods related to prime numbers in the range of int: primality testprime number generationfactorization | Class | org.apache.commons.math3.primes | Apache Commons |
|
| ProcessModel | Defines the process dynamics model for the use with a KalmanFilter. | Interface | org.apache.commons.math3.filter | Apache Commons |
|
| Product | Returns the product of the available values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
|
| ProperBigFractionFormat | Formats a BigFraction number in proper format. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| ProperFractionFormat | Formats a Fraction number in proper format. | Class | org.apache.commons.math3.fraction | Apache Commons |
|
| PSquarePercentile | A StorelessUnivariateStatistic estimating percentiles using the Algorithm as explained by Raj | Class | org.apache.commons.math3.stat.descriptive.rank | Apache Commons |
|
| QRDecomposition | Calculates the QR-decomposition of a matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| QuantizationError | Computes the quantization error histogram. | Class | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| QuasiSigmoidDecayFunction | Decay function whose shape is similar to a sigmoid. | Class | org.apache.commons.math3.ml.neuralnet.sofm.util | Apache Commons |
|
| Quaternion | This class implements quaternions (Hamilton's hypercomplex numbers). | Class | org.apache.commons.math3.complex | Apache Commons |
|
| RandomAdaptor | Extension of java. | Class | org.apache.commons.math3.random | Apache Commons |
|
| RandomData | Random data generation utilities. | Interface | org.apache.commons.math3.random | Apache Commons |
|
| RandomDataGenerator | instance to generate non-secure data and a SecureRandom instance to provide data for the nextSecureXxx methods. | Class | org.apache.commons.math3.random | Apache Commons |
|
| RandomDataImpl | Generates random deviates and other random data using a RandomGenerator instance to generate non-secure data and a SecureRandom | Class | org.apache.commons.math3.random | Apache Commons |
|
| RandomGenerator | Interface extracted from java. | Interface | org.apache.commons.math3.random | Apache Commons |
|
| RandomGeneratorFactory | Utilities for creating RandomGenerator instances. | Class | org.apache.commons.math3.random | Apache Commons |
|
| RandomKey | Random Key chromosome is used for permutation representation. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| RandomKeyMutation | Mutation operator for RandomKeys. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| RandomPivotingStrategy | A strategy of selecting random index between begin and end indices. | Class | org.apache.commons.math3.util | Apache Commons |
|
| RandomVectorGenerator | This interface represents a random generator for whole vectors. | Interface | org.apache.commons.math3.random | Apache Commons |
|
| RankingAlgorithm | Interface representing a rank transformation. | Interface | org.apache.commons.math3.stat.ranking | Apache Commons |
|
| RealDistribution | Base interface for distributions on the reals. | Interface | org.apache.commons.math3.distribution | Apache Commons |
|
| RealFieldElement | Interface representing a realSince:3. | Interface | org.apache.commons.math3 | Apache Commons |
|
| RealFieldUnivariateFunction | An interface representing a univariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| RealLinearOperator | This class defines a linear operator operating on real (double) vector spaces. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| RealMatrix | Interface defining a real-valued matrix with basic algebraic operations. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| RealMatrixChangingVisitor | Interface defining a visitor for matrix entries. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| RealMatrixFormat | Formats a nxm matrix in components list format a11, . | Class | org.apache.commons.math3.linear | Apache Commons |
|
| RealMatrixPreservingVisitor | Interface defining a visitor for matrix entries. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| RealTransformer | Interface for one-dimensional data sets transformations producing real results. | Interface | org.apache.commons.math3.transform | Apache Commons |
|
| RealVector | Class defining a real-valued vector with basic algebraic operations. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| RealVectorChangingVisitor | This interface defines a visitor for the entries of a vector. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| RealVectorFormat | Formats a vector in components list format {v0; v1; . | Class | org.apache.commons.math3.linear | Apache Commons |
|
| RealVectorPreservingVisitor | This interface defines a visitor for the entries of a vector. | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| RectangularCholeskyDecomposition | Calculates the rectangular Cholesky decomposition of a matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Region | This interface represents a region of a space as a partition. | Interface | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| RegionFactory | This class is a factory for Region. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| RegressionResults | Results of a Multiple Linear Regression model fit. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| RegulaFalsiSolver | root-finding (approximating a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Relationship | Types of relationships between two cells in a Solver LinearConstraint. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| Relationship | Types of relationships between two cells in a Solver LinearConstraint. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| ResizableDoubleArray | A variable length DoubleArray implementation that automatically handles expanding and contracting its internal storage array as elements | Class | org.apache.commons.math3.util | Apache Commons |
|
| RiddersSolver | Ridders' Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Rint | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| RombergIntegrator | Romberg Algorithm for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| RootsOfUnity | A helper class for the computation and caching of the n-th roots ofSince:3. | Class | org.apache.commons.math3.complex | Apache Commons |
|
| Rotation | This class implements rotations in a three-dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| RotationConvention | enum RotationConventionThis enumerates is used to differentiate the semantics of a rotation. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| RotationOrder | This class is a utility representing a rotation order specification for Cardan or Euler angles specification. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| RRQRDecomposition | Calculates the rank-revealing QR-decomposition of a matrix, with column pivoting. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| RungeKuttaFieldIntegrator | This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| RungeKuttaIntegrator | This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| S1Point | This class represents a point on the 1-sphere. | Class | org.apache.commons.math3.geometry.spherical.oned | Apache Commons |
|
| S2Point | This class represents a point on the 2-sphere. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| SearchInterval | Search interval and (optional) start value. | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| SecantSolver | zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| SecondaryEquations | This interface allows users to add secondary differential equations to a primary set of differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| SecondMoment | Computes a statistic related to the Second Central Moment. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| SecondOrderDifferentialEquations | This interface represents a second order differential equations set. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| SecondOrderIntegrator | This interface represents a second order integrator for differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
|
| Segment | Simple container for a two-points segment. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| Segment | Simple container for a two-points segment. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| SelectionPolicy | Algorithm used to select a chromosome pair from a population. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| SemiVariance | Computes the semivariance of a set of values with respect to a given cutoff value. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| Side | Enumerate representing the location of an element with respect to an hyperplane of a space. | Class | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| Sigmoid | It is the inverse of the logit function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Signum | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| SimpleBounds | Simple optimization constraints: lower and upper bounds. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| SimpleBounds | Simple optimization constraints: lower and upper bounds. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| SimpleCurveFitter | Fits points to a user-defined function. | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| SimplePointChecker | Simple implementation of the ConvergenceChecker interface using only point coordinates. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| SimplePointChecker | Simple implementation of the ConvergenceChecker interface using only point coordinates. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| SimpleRegression | Estimates an ordinary least squares regression model with one independent variable. | Class | org.apache.commons.math3.stat.regression | Apache Commons |
|
| SimpleUnivariateValueChecker | Simple implementation of the ConvergenceChecker interface | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| SimpleUnivariateValueChecker | Simple implementation of the ConvergenceChecker interface | Class | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| SimpleValueChecker | Simple implementation of the ConvergenceChecker interface using only objective function values. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| SimpleValueChecker | Simple implementation of the ConvergenceChecker interface using only objective function values. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| SimpleVectorValueChecker | Simple implementation of the ConvergenceChecker interface using only objective function values. | Class | org.apache.commons.math3.optim | Apache Commons |
|
| SimpleVectorValueChecker | Simple implementation of the ConvergenceChecker interface using only objective function values. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| SimplexOptimizer | This class implements simplex-based direct search optimization. | Class | org.apache.commons.math3.optim.nonlinear.scalar.noderiv | Apache Commons |
|
| SimplexOptimizer | This class implements simplex-based direct search optimization. | Class | org.apache.commons.math3.optimization.direct | Apache Commons |
|
| SimplexSolver | Solves a linear problem using the Two-Phase Simplex method. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| SimplexSolver | Solves a linear problem using the Two-Phase Simplex Method. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| SimpsonIntegrator | Simpson's Rule for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| Sin | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Sinc | sinc(x) = 1 if x = 0, sin(x) / x otherwise. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| SingularMatrixException | Exception to be thrown when a non-singular matrix is expected. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| SingularOperatorException | Exception to be thrown when trying to invert a singular operator. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| SingularValueDecomposition | Calculates the compact Singular Value Decomposition of a matrix. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| Sinh | Hyperbolic sine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Skewness | Computes the skewness of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| SmoothedDataHistogram | Visualization of high-dimensional data projection on a 2D-map. | Class | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| SmoothingPolynomialBicubicSplineInterpolator | Generates a bicubic interpolation function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| SobolSequenceGenerator | A Sobol sequence is a low-discrepancy sequence with the property that for all values of N, its subsequence (x1, . | Class | org.apache.commons.math3.random | Apache Commons |
|
| SolutionCallback | A callback object that can be provided to a linear optimizer to keep track of the best solution found. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| Space | This interface represents a generic space, with affine and vectorial counterparts. | Interface | org.apache.commons.math3.geometry | Apache Commons |
|
| SparseFieldMatrix | Sparse matrix implementation based on an open addressed map. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| SparseFieldVector | This class implements the FieldVector interface with a OpenIntToFieldHashMap backing store. | Class | org.apache.commons.math3.linear | Apache Commons |
|
| SparseGradient | First derivative computation with large number of variables. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| SparseRealMatrix | Marker interface for RealMatrix implementations that require sparse backing storage Caveat: Implementation are allowed to assume that, for any x, | Interface | org.apache.commons.math3.linear | Apache Commons |
|
| SparseRealVector | Marker class for RealVectors that require sparse backing storage Caveat: Implementation are allowed to assume that, for any x, | Class | org.apache.commons.math3.linear | Apache Commons |
|
| SpearmansCorrelation | Spearman's rank correlation. | Class | org.apache.commons.math3.stat.correlation | Apache Commons |
|
| Sphere1D | This class implements a one-dimensional sphere (i. | Class | org.apache.commons.math3.geometry.spherical.oned | Apache Commons |
|
| Sphere2D | This class implements a two-dimensional sphere (i. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| SphereGenerator | Class generating an enclosing ball from its support points. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| SphericalCoordinates | This class provides conversions related to spherical coordinates. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| SphericalPolygonsSet | This class represents a region on the 2-sphere: a set of spherical polygons. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| SplineInterpolator | Computes a natural (also known as free, unclamped) cubic spline interpolation for the data set. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Sqrt | Square-root function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| SquareNeighbourhood | enum SquareNeighbourhoodDefines neighbourhood types. | Class | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| StableRandomGenerator | This class provides a stable normalized random generator. | Class | org.apache.commons.math3.random | Apache Commons |
|
| StandardDeviation | Computes the sample standard deviation. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| StatisticalMultivariateSummary | Reporting interface for basic multivariate statistics. | Interface | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| StatisticalSummary | Reporting interface for basic univariate statistics. | Interface | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| StatisticalSummaryValues | Value object representing the results of a univariate statistical summary. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| StatUtils | StatUtils provides static methods for computing statistics based on data stored in double[] arrays. | Class | org.apache.commons.math3.stat | Apache Commons |
|
| StepFunction | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| StepHandler | This interface represents a handler that should be called after each successful step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| StepInterpolator | This interface represents an interpolator over the last step during an ODE integration. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| StepNormalizer | This class wraps an object implementing FixedStepHandler into a StepHandler. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| StepNormalizerBounds | enum StepNormalizerBoundsStep normalizer bounds settings. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| StepNormalizerMode | enum StepNormalizerModeStep normalizer modes. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
|
| StoppingCondition | Algorithm used to determine when to stop evolution. | Interface | org.apache.commons.math3.genetics | Apache Commons |
|
| StorelessCovariance | Covariance implementation that does not require input data to be stored in memory. | Class | org.apache.commons.math3.stat.correlation | Apache Commons |
|
| StorelessUnivariateStatistic | increment(double) and incrementAll(double[]) methods for adding values and updating internal state. | Interface | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| SubCircle | This class represents a sub-hyperplane for Circle. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| SubHyperplane | This interface represents the remaining parts of an hyperplane after other parts have been chopped off. | Interface | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| SubLimitAngle | This class represents sub-hyperplane for LimitAngle. | Class | org.apache.commons.math3.geometry.spherical.oned | Apache Commons |
|
| SubLine | This class represents a subset of a Line. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| SubLine | This class represents a sub-hyperplane for Line. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| SubOrientedPoint | This class represents sub-hyperplane for OrientedPoint. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| SubPlane | This class represents a sub-hyperplane for Plane. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| Subtract | Subtract the second operand from the first. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Sum | Returns the sum of the available values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
|
| SummaryStatistics | Computes summary statistics for a stream of data values added using the addValue method. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| SumOfClusterVariances | Computes the sum of intra-cluster distance variances according to the formula: \( score = \sum\limits_{i=1}^n \sigma_i^2 \) | Class | org.apache.commons.math3.ml.clustering.evaluation | Apache Commons |
|
| SumOfLogs | Returns the sum of the natural logs for this collection of values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
|
| SumOfSquares | Returns the sum of the squares of the available values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
|
| SupportBallGenerator | Interface for generating balls based on support points. | Interface | org.apache.commons.math3.geometry.enclosing | Apache Commons |
|
| SymmetricGaussIntegrator | This class's implements integrate method assuming that the integral is symmetric about 0. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| SymmLQ | Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975). | Class | org.apache.commons.math3.linear | Apache Commons |
|
| SynchronizedDescriptiveStatistics | DescriptiveStatistics that is safe to use in a multithreaded environment. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| SynchronizedMultivariateSummaryStatistics | MultivariateSummaryStatistics that is safe to use in a multithreaded environment. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| SynchronizedRandomGenerator | Any RandomGenerator implementation can be thread-safe if it is used through an instance of this class. | Class | org.apache.commons.math3.random | Apache Commons |
|
| SynchronizedSummaryStatistics | SummaryStatistics that is safe to use in a multithreaded environment. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| Tan | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Tanh | Hyperbolic tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Target | Target of the optimization procedure. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| Target | Target of the optimization procedure. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| TDistribution | See Also:Student's t-distribution (Wikipedia), Student's t-distribution (MathWorld), | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| TestUtils | A collection of static methods to create inference test instances or to perform inference tests. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| ThreeEighthesFieldIntegrator | This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| ThreeEighthesIntegrator | This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
|
| TiesStrategy | Strategies for handling tied values in rank transformations. | Class | org.apache.commons.math3.stat.ranking | Apache Commons |
|
| TooManyEvaluationsException | Exception to be thrown when the maximal number of evaluations is exceeded. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| TooManyIterationsException | Exception to be thrown when the maximal number of iterations is exceeded. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| TopographicErrorHistogram | Computes the topographic error histogram. | Class | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| TournamentSelection | Tournament selection scheme. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| Transform | This interface represents an inversible affine transform in a space. | Interface | org.apache.commons.math3.geometry.partitioning | Apache Commons |
|
| TransformerMap | This TansformerMap automates the transformation of mixed object types. | Class | org.apache.commons.math3.util | Apache Commons |
|
| TransformType | This enumeration defines the type of transform which is to be computed. | Class | org.apache.commons.math3.transform | Apache Commons |
|
| TransformUtils | Useful functions for the implementation of various transforms. | Class | org.apache.commons.math3.transform | Apache Commons |
|
| TrapezoidIntegrator | Trapezoid Rule for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| TriangularDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| TricubicInterpolatingFunction | Function that implements the tricubic spline interpolation, as proposed in | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TricubicInterpolator | Generates a tricubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TricubicSplineInterpolatingFunction | Function that implements the tricubic spline interpolation, as proposed in | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TricubicSplineInterpolator | Generates a tricubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TrivariateFunction | An interface representing a trivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| TrivariateGridInterpolator | Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TTest | An implementation for Student's t-tests. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| Ulp | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| UnboundedSolutionException | This class represents exceptions thrown by optimizers when a solution escapes to infinity. | Class | org.apache.commons.math3.optim.linear | Apache Commons |
|
| UnboundedSolutionException | This class represents exceptions thrown by optimizers when a solution escapes to infinity. | Class | org.apache.commons.math3.optimization.linear | Apache Commons |
|
| UncorrelatedRandomVectorGenerator | A RandomVectorGenerator that generates vectors with uncorrelated components. | Class | org.apache.commons.math3.random | Apache Commons |
|
| UnifiedDistanceMatrix | visualization of high-dimensional data projection. | Class | org.apache.commons.math3.ml.neuralnet.twod.util | Apache Commons |
|
| UniformCrossover | Perform Uniform Crossover [UX] on the specified chromosomes. | Class | org.apache.commons.math3.genetics | Apache Commons |
|
| UniformIntegerDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| UniformRandomGenerator | This class implements a normalized uniform random generator. | Class | org.apache.commons.math3.random | Apache Commons |
|
| UniformRealDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| UnitSphereRandomVectorGenerator | Generate random vectors isotropically located on the surface of a sphere. | Class | org.apache.commons.math3.random | Apache Commons |
|
| UnivariateDfpFunction | An interface representing a univariate Dfp function. | Interface | org.apache.commons.math3.dfp | Apache Commons |
|
| UnivariateDifferentiableFunction | Interface for univariate functions derivatives. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateDifferentiableMatrixFunction | Extension of UnivariateMatrixFunction representing a univariate differentiable matrix function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateDifferentiableSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| UnivariateDifferentiableVectorFunction | Extension of UnivariateVectorFunction representing a univariate differentiable vectorial function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateFunction | An interface representing a univariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| UnivariateFunctionDifferentiator | Interface defining the function differentiation operation. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateIntegrator | Interface for univariate real integration algorithms. | Interface | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| UnivariateInterpolator | Interface representing a univariate real interpolating function. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| UnivariateMatrixFunction | An interface representing a univariate matrix function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| UnivariateMatrixFunctionDifferentiator | Interface defining the function differentiation operation. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateMultiStartOptimizer | Special implementation of the UnivariateOptimizer interface adding multi-start features to an existing optimizer. | Class | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| UnivariateObjectiveFunction | Scalar function to be optimized. | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| UnivariateOptimizer | Base class for a univariate scalar function optimizer. | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| UnivariateOptimizer | Interface for univariate optimization algorithms. | Interface | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| UnivariatePeriodicInterpolator | Adapter for classes implementing the UnivariateInterpolator The data to be interpolated is assumed to be periodic. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| UnivariatePointValuePair | This class holds a point and the value of an objective function at this This is a simple immutable container. | Class | org.apache.commons.math3.optim.univariate | Apache Commons |
|
| UnivariatePointValuePair | This class holds a point and the value of an objective function at this This is a simple immutable container. | Class | org.apache.commons.math3.optimization.univariate | Apache Commons |
|
| UnivariateSolver | Interface for (univariate real) root-finding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| UnivariateSolverUtils | Utility routines for UnivariateSolver objects. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| UnivariateStatistic | Base interface implemented by all statistics. | Interface | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| UnivariateVectorFunction | An interface representing a univariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| UnivariateVectorFunctionDifferentiator | Interface defining the function differentiation operation. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnknownParameterException | Exception to be thrown when a parameter is unknown. | Class | org.apache.commons.math3.ode | Apache Commons |
|
| UpdateAction | | Interface | org.apache.commons.math3.ml.neuralnet | Apache Commons |
|
| UpdatingMultipleLinearRegression | An interface for regression models allowing for dynamic updating of the data. | Interface | org.apache.commons.math3.stat.regression | Apache Commons |
|
| ValueAndJacobianFunction | A interface for functions that compute a vector of values and can compute their derivatives (Jacobian). | Interface | org.apache.commons.math3.fitting.leastsquares | Apache Commons |
|
| ValueServer | Generates values for use in simulation applications. | Class | org.apache.commons.math3.random | Apache Commons |
|
| Variance | Computes the variance of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| Vector | This interface represents a generic vector in a vectorial space or a point in an affine space. | Interface | org.apache.commons.math3.geometry | Apache Commons |
|
| Vector1D | This class represents a 1D vector. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| Vector1DFormat | Formats a 1D vector in components list format {x}. | Class | org.apache.commons.math3.geometry.euclidean.oned | Apache Commons |
|
| Vector2D | This class represents a 2D vector. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| Vector2DFormat | Formats a 2D vector in components list format {x; y}. | Class | org.apache.commons.math3.geometry.euclidean.twod | Apache Commons |
|
| Vector3D | This class implements vectors in a three-dimensional space. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| Vector3DFormat | Formats a 3D vector in components list format {x; y; z}. | Class | org.apache.commons.math3.geometry.euclidean.threed | Apache Commons |
|
| VectorFormat | Formats a vector in components list format {x; y; . | Class | org.apache.commons.math3.geometry | Apache Commons |
|
| VectorialCovariance | Returns the covariance matrix of the available vectors. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| VectorialMean | Returns the arithmetic mean of the available vectors. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
|
| Vertex | Spherical polygons boundary vertex. | Class | org.apache.commons.math3.geometry.spherical.twod | Apache Commons |
|
| WeibullDistribution | two parameter form of the distribution defined by Weibull Distribution, equations (1) and (2). | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| Weight | Weight matrix of the residuals between model and observations. | Class | org.apache.commons.math3.optim.nonlinear.vector | Apache Commons |
|
| Weight | Weight matrix of the residuals between model and observations. | Class | org.apache.commons.math3.optimization | Apache Commons |
|
| WeightedEvaluation | Weighted evaluation for statistics. | Interface | org.apache.commons.math3.stat.descriptive | Apache Commons |
|
| WeightedObservedPoint | This class is a simple container for weighted observed point in Instances of this class are guaranteed to be immutable. | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| WeightedObservedPoint | This class is a simple container for weighted observed point in Instances of this class are guaranteed to be immutable. | Class | org.apache.commons.math3.optimization.fitting | Apache Commons |
|
| WeightedObservedPoints | Simple container for weighted observed points used in curve fitting algorithms. | Class | org.apache.commons.math3.fitting | Apache Commons |
|
| Well1024a | | Class | org.apache.commons.math3.random | Apache Commons |
|
| Well19937a | | Class | org.apache.commons.math3.random | Apache Commons |
|
| Well19937c | | Class | org.apache.commons.math3.random | Apache Commons |
|
| Well44497a | | Class | org.apache.commons.math3.random | Apache Commons |
|
| Well44497b | | Class | org.apache.commons.math3.random | Apache Commons |
|
| Well512a | | Class | org.apache.commons.math3.random | Apache Commons |
|
| WelzlEncloser | Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time. | Class | org.apache.commons.math3.geometry.enclosing | Apache Commons |
|
| WilcoxonSignedRankTest | An implementation of the Wilcoxon signed-rank test. | Class | org.apache.commons.math3.stat.inference | Apache Commons |
|
| WilsonScoreInterval | | Class | org.apache.commons.math3.stat.interval | Apache Commons |
|
| ZeroException | Exception to be thrown when zero is provided where it is not allowed. | Class | org.apache.commons.math3.exception | Apache Commons |
|
| ZipfDistribution | For a random variable X whose values are distributed according to this distribution, the probability mass function is given by | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| Arg | | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| AttributeInfo | Internal configuration information for an AttributeVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R. | Class | org.apache.commons.modeler | Apache Commons |
|
| BaseAttributeFilter | notifications. | Class | org.apache.commons.modeler | Apache Commons |
|
| BaseModelMBean | Basic implementation of the ModelMBean interface, which supports the minimal requirements of the interface contract. | Class | org.apache.commons.modeler | Apache Commons |
|
| BaseNotification | Base JMX Notification. | Class | org.apache.commons.modeler | Apache Commons |
|
| BaseNotificationBroadcaster | change notifications. | Class | org.apache.commons.modeler | Apache Commons |
|
| ConstructorInfo | Internal configuration information for a ConstructorVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R. | Class | org.apache.commons.modeler | Apache Commons |
|
| DomUtil | Few simple utils to read DOMAuthor:Costin Manolache | Class | org.apache.commons.modeler.util | Apache Commons |
|
| FeatureInfo | Convenience base class for AttributeInfo, ConstructorInfo, and OperationInfo classes | Class | org.apache.commons.modeler | Apache Commons |
|
| FieldInfo | Simple JavaBean representing the contents of a element in an MBeans descriptor file. | Class | org.apache.commons.modeler | Apache Commons |
|
| FixedNotificationFilter | Special NotificationFilter that allows modeler to optimize its notifications. | Class | org.apache.commons.modeler | Apache Commons |
|
| IntrospectionUtils | Utils for introspection and reflection Source: jakarta-tomcat-connector/util | Class | org.apache.commons.modeler.util | Apache Commons |
|
| JmxInvoke | Set mbean properties. | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| JmxSet | Set mbean properties. | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| JndiJmx | Link between JNDI and JMX. | Class | org.apache.commons.modeler | Apache Commons |
|
| Main | Small main that loads mbeans. | Class | org.apache.commons.modeler | Apache Commons |
|
| ManagedBean | Internal configuration information for a managed bean (MBean)Version:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R. | Class | org.apache.commons.modeler | Apache Commons |
|
| MbeansDescriptorsDigesterSource | | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| MbeansDescriptorsDOMSource | | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| MbeansDescriptorsDynamicMBeanSource | Extract metadata from a dynamic mbean. | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| MbeansDescriptorsIntrospectionSource | | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| MbeansDescriptorsSerSource | | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| MbeansSource | This will create mbeans based on a config file. | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| MbeansSourceMBean | This mbean will load an extended mlet file ( similar in syntax with jboss ). | Interface | org.apache.commons.modeler.modules | Apache Commons |
|
| MLETTask | Load an MBean. | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| ModelerSource | Source for descriptor data. | Class | org.apache.commons.modeler.modules | Apache Commons |
|
| ModelerTask | Like MLETTask, but it wraps the bean in a BaseModelMBean. | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| NotificationInfo | Internal configuration information for a NotificationVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R. | Class | org.apache.commons.modeler | Apache Commons |
|
| OperationInfo | Internal configuration information for an OperationVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R. | Class | org.apache.commons.modeler | Apache Commons |
|
| ParameterInfo | Internal configuration information for a ParameterVersion:$Revision: 480402 $ $Date: 2006-11-29 04:43:23 +0000 (Wed, 29 Nov 2006) $Author:Craig R. | Class | org.apache.commons.modeler | Apache Commons |
|
| Registry | Registry for modeler MBeans. | Class | org.apache.commons.modeler | Apache Commons |
|
| RegistryMBean | Interface for modeler MBeans. | Interface | org.apache.commons.modeler | Apache Commons |
|
| RegistryTask | Load descriptors into registry. | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| ServiceTask | Group a set of mbeans in a service, and perform actions onFields inherited from class org. | Class | org.apache.commons.modeler.ant | Apache Commons |
|
| SimpleRemoteConnector | Proxy using a very simple HTTP based protocol. | Class | org.apache.commons.modeler.mbeans | Apache Commons |
|
| Article | This is a class that contains the basic state needed for message retrieval and threading. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| ArticleInfo | Class contains details about an article. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| ArticlePointer | This class is a structure used to return article number and unique id information extracted from an NNTP server reply. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| AuthenticatingIMAPClient | An IMAP Client class with authentication support. | Class | org.apache.commons.net.imap | Apache Commons |
|
| AuthenticatingSMTPClient | An SMTP Client class with authentication support (RFC4954). | Class | org.apache.commons.net.smtp | Apache Commons |
|
| Base64 | Provides Base64 encoding and decoding as defined by RFC 2045. | Class | org.apache.commons.net.util | Apache Commons |
|
| CharGenTCPClient | The CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864. | Class | org.apache.commons.net.chargen | Apache Commons |
|
| CharGenUDPClient | The CharGenUDPClient class is a UDP implementation of a client for the character generator protocol described in RFC 864. | Class | org.apache.commons.net.chargen | Apache Commons |
|
| Charsets | Helps dealing with Charsets. | Class | org.apache.commons.net.util | Apache Commons |
|
| CompositeFileEntryParser | This implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| Configurable | This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the | Interface | org.apache.commons.net.ftp | Apache Commons |
|
| ConfigurableFTPFileEntryParserImpl | This abstract class implements the common timestamp parsing algorithm for all the concrete parsers. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| CopyStreamAdapter | The CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called. | Class | org.apache.commons.net.io | Apache Commons |
|
| CopyStreamEvent | A CopyStreamEvent is triggered after every write performed by a stream copying operation. | Class | org.apache.commons.net.io | Apache Commons |
|
| CopyStreamException | The CopyStreamException class is thrown by the org. | Class | org.apache.commons.net.io | Apache Commons |
|
| CopyStreamListener | The CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation. | Interface | org.apache.commons.net.io | Apache Commons |
|
| CRLFLineReader | CRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line. | Class | org.apache.commons.net.io | Apache Commons |
|
| DatagramSocketClient | The DatagramSocketClient provides the basic operations that are required of client objects accessing datagram sockets. | Class | org.apache.commons.net | Apache Commons |
|
| DatagramSocketFactory | The DatagramSocketFactory interface provides a means for the programmer to control the creation of datagram sockets and | Interface | org.apache.commons.net | Apache Commons |
|
| DaytimeTCPClient | The DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867. | Class | org.apache.commons.net.daytime | Apache Commons |
|
| DaytimeUDPClient | The DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867. | Class | org.apache.commons.net.daytime | Apache Commons |
|
| DefaultDatagramSocketFactory | DefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java. | Class | org.apache.commons.net | Apache Commons |
|
| DefaultFTPFileEntryParserFactory | This is the default implementation of the FTPFileEntryParserFactory interface. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| DefaultSocketFactory | DefaultSocketFactory implements the SocketFactory interface by simply wrapping the java. | Class | org.apache.commons.net | Apache Commons |
|
| DiscardTCPClient | The DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863. | Class | org.apache.commons.net.discard | Apache Commons |
|
| DiscardUDPClient | The DiscardUDPClient class is a UDP implementation of a client for the Discard protocol described in RFC 863. | Class | org.apache.commons.net.discard | Apache Commons |
|
| DotTerminatedMessageReader | DotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons |
|
| DotTerminatedMessageWriter | DotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons |
|
| EchoOptionHandler | | Class | org.apache.commons.net.telnet | Apache Commons |
|
| EchoTCPClient | The EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862. | Class | org.apache.commons.net.echo | Apache Commons |
|
| EchoUDPClient | The EchoUDPClient class is a UDP implementation of a client for the Echo protocol described in RFC 862. | Class | org.apache.commons.net.echo | Apache Commons |
|
| EnterpriseUnixFTPEntryParser | Parser for the Connect Enterprise Unix FTP Server From Sterling Commerce. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| ExtendedPOP3Client | A POP3 Cilent class with protocol and authentication extensions support (RFC2449 and RFC2195). | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| FingerClient | The FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288. | Class | org.apache.commons.net.finger | Apache Commons |
|
| FromNetASCIIInputStream | This class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed), | Class | org.apache.commons.net.io | Apache Commons |
|
| FromNetASCIIOutputStream | This class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed), | Class | org.apache.commons.net.io | Apache Commons |
|
| FTP | FTP provides the basic the functionality necessary to implement your own FTP client. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPClient | FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPClientConfig | This class implements an alternate means of configuring the FTPClient object and | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPCmd | | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPCommand | FTPCommand stores a set of constants for FTP command codes. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPConnectionClosedException | FTPConnectionClosedException is used to indicate the premature or unexpected closing of an FTP connection resulting from a | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPFile | The FTPFile class is used to represent information about files storedSee Also:FTPFileEntryParser, | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPFileEntryParser | FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an | Interface | org.apache.commons.net.ftp | Apache Commons |
|
| FTPFileEntryParserFactory | The interface describes a factory for creating FTPFileEntryParsers. | Interface | org.apache.commons.net.ftp.parser | Apache Commons |
|
| FTPFileEntryParserImpl | This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPFileFilter | Perform filtering on FTPFile entries. | Interface | org.apache.commons.net.ftp | Apache Commons |
|
| FTPFileFilters | | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPHTTPClient | Experimental attempt at FTP client that tunnels over an HTTP proxy connection. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPListParseEngine | This class handles the entire process of parsing a listing of file entries from the server. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPReply | FTPReply stores a set of constants for FTP reply codes. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPSClient | FTP over SSL processing. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPSCommand | FTPS-specific commands. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPSServerSocketFactory | Server socket factory for FTPS connections. | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPSSocketFactory | | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPSTrustManager | | Class | org.apache.commons.net.ftp | Apache Commons |
|
| FTPTimestampParser | | Interface | org.apache.commons.net.ftp.parser | Apache Commons |
|
| FTPTimestampParserImpl | Default implementation of the FTPTimestampParser interface also implements the Configurable | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| IMAP | | Class | org.apache.commons.net.imap | Apache Commons |
|
| IMAPClient | | Class | org.apache.commons.net.imap | Apache Commons |
|
| IMAPCommand | IMAPCommand stores IMAP command codes. | Class | org.apache.commons.net.imap | Apache Commons |
|
| IMAPReply | IMAPReply stores IMAP reply code constants. | Class | org.apache.commons.net.imap | Apache Commons |
|
| IMAPSClient | The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient. | Class | org.apache.commons.net.imap | Apache Commons |
|
| InvalidTelnetOptionException | The InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaid | Class | org.apache.commons.net.telnet | Apache Commons |
|
| KeyManagerUtils | General KeyManager utilities How to use with a client certificate: | Class | org.apache.commons.net.util | Apache Commons |
|
| ListenerList | | Class | org.apache.commons.net.util | Apache Commons |
|
| MacOsPeterFTPEntryParser | | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| Main | Helper application for example classes. | Class | examples | Apache Commons |
|
| MalformedServerReplyException | This exception is used to indicate that the reply from a server could not be interpreted. | Class | org.apache.commons.net | Apache Commons |
|
| MLSxEntryParser | Parser class for MSLT and MLSD replies. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| MVSFTPEntryParser | | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| NetwareFTPEntryParser | extensions for Novell-specific operations are not supported. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| NewGroupsOrNewsQuery | The NewGroupsOrNewsQuery class. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NewsgroupInfo | NewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NNTP | The NNTP class is not meant to be used by itself and is provided only so that you may easily implement your own NNTP client if | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NNTPClient | NNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NNTPCommand | NNTPCommand stores a set of constants for NNTP command codes. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NNTPConnectionClosedException | NNTPConnectionClosedException is used to indicate the premature or unexpected closing of an NNTP connection resulting from a | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NNTPReply | NNTPReply stores a set of constants for NNTP reply codes. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| NTFTPEntryParser | | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| NTPUDPClient | The NTPUDPClient class is a UDP implementation of a client for the Network Time Protocol (NTP) described in RFC 1305 as well as the | Class | org.apache.commons.net.ntp | Apache Commons |
|
| NtpUtils | Common NtpUtils Helper class. | Class | org.apache.commons.net.ntp | Apache Commons |
|
| NtpV3Impl | the Network Time Protocol (NTP) data message header format described in RFC-1305. | Class | org.apache.commons.net.ntp | Apache Commons |
|
| NtpV3Packet | Interface for a NtpV3Packet with get/set methods corresponding to the fields in the NTP Data Message Header described in RFC 1305. | Interface | org.apache.commons.net.ntp | Apache Commons |
|
| OS2FTPEntryParser | | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| OS400FTPEntryParser | | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| ParserInitializationException | This class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating and | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| POP3 | The POP3 class is not meant to be used by itself and is provided only so that you may easily implement your own POP3 client if | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| POP3Client | The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939. | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| POP3Command | POP3Command stores POP3 command code constants. | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| POP3MessageInfo | POP3MessageInfo is used to return information about messages stored on a POP3 server. | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| POP3Reply | POP3Reply stores POP3 reply code constants. | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| POP3SClient | POP3 over SSL processing. | Class | org.apache.commons.net.pop3 | Apache Commons |
|
| PrintCommandListener | This is a support class for some of the example programs. | Class | org.apache.commons.net | Apache Commons |
|
| ProtocolCommandEvent | There exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving an | Class | org.apache.commons.net | Apache Commons |
|
| ProtocolCommandListener | There exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving an | Interface | org.apache.commons.net | Apache Commons |
|
| ProtocolCommandSupport | ProtocolCommandSupport is a convenience class for managing a list of ProtocolCommandListeners and firing ProtocolCommandEvents. | Class | org.apache.commons.net | Apache Commons |
|
| RCommandClient | RCommandClient is very similar to from which it is derived, and implements the rcmd() facility that | Class | org.apache.commons.net.bsd | Apache Commons |
|
| RegexFTPFileEntryParserImpl | This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| RelayPath | A class used to represent forward and reverse relay paths. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| RExecClient | RExecClient implements the rexec() facility that first appeared in 4. | Class | org.apache.commons.net.bsd | Apache Commons |
|
| RLoginClient | RLoginClient is very similar to from which it is derived, and uses the rcmd() facility implemented | Class | org.apache.commons.net.bsd | Apache Commons |
|
| SimpleNNTPHeader | This class is used to construct the bare minimum acceptable header for most news readers. | Class | org.apache.commons.net.nntp | Apache Commons |
|
| SimpleOptionHandler | Simple option handler that can be used for options that don't require subnegotiation. | Class | org.apache.commons.net.telnet | Apache Commons |
|
| SimpleSMTPHeader | This class is used to construct a bare minimum acceptable header for an email message. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SMTP | SMTP provides the basic the functionality necessary to implement your own SMTP client. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SMTPClient | SMTPClient encapsulates all the functionality necessary to send files through an SMTP server. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SMTPCommand | SMTPCommand stores a set of constants for SMTP command codes. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SMTPConnectionClosedException | SMTPConnectionClosedException is used to indicate the premature or unexpected closing of an SMTP connection resulting from a | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SMTPReply | SMTPReply stores a set of constants for SMTP reply codes. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SMTPSClient | SMTP over SSL processing. | Class | org.apache.commons.net.smtp | Apache Commons |
|
| SocketClient | The SocketClient provides the basic operations that are required of client objects accessing sockets. | Class | org.apache.commons.net | Apache Commons |
|
| SocketInputStream | This class wraps an input stream, storing a reference to its originating socket. | Class | org.apache.commons.net.io | Apache Commons |
|
| SocketOutputStream | This class wraps an output stream, storing a reference to its originating socket. | Class | org.apache.commons.net.io | Apache Commons |
|
| SSLContextUtils | General utilities for SSLContext. | Class | org.apache.commons.net.util | Apache Commons |
|
| SSLSocketUtils | General utilities for SSLSocket. | Class | org.apache.commons.net.util | Apache Commons |
|
| SubnetUtils | A class that performs some subnet calculations given a network address and a subnet mask. | Class | org.apache.commons.net.util | Apache Commons |
|
| SuppressGAOptionHandler | | Class | org.apache.commons.net.telnet | Apache Commons |
|
| TelnetClient | The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854. | Class | org.apache.commons.net.telnet | Apache Commons |
|
| TelnetCommand | The TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants. | Class | org.apache.commons.net.telnet | Apache Commons |
|
| TelnetInputListener | Listener interface used for notification that incoming data is available to be read. | Interface | org.apache.commons.net.telnet | Apache Commons |
|
| TelnetNotificationHandler | The TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnet | Interface | org.apache.commons.net.telnet | Apache Commons |
|
| TelnetOption | The TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants. | Class | org.apache.commons.net.telnet | Apache Commons |
|
| TelnetOptionHandler | The TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options. | Class | org.apache.commons.net.telnet | Apache Commons |
|
| TerminalTypeOptionHandler | | Class | org.apache.commons.net.telnet | Apache Commons |
|
| TFTP | The TFTP class exposes a set of methods to allow you to deal with the TFTP protocol directly, in case you want to write your own TFTP client or | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPAckPacket | A final class derived from TFTPPacket definiing the TFTP Acknowledgement Details regarding the TFTP protocol and the format of TFTP packets can | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPClient | The TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP. | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPDataPacket | A final class derived from TFTPPacket definiing the TFTP Data Details regarding the TFTP protocol and the format of TFTP packets can | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPErrorPacket | A final class derived from TFTPPacket definiing the TFTP Error Details regarding the TFTP protocol and the format of TFTP packets can | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPPacket | TFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets. | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPPacketException | A class used to signify the occurrence of an error in the creation of a TFTP packet. | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPReadRequestPacket | A class derived from TFTPRequestPacket definiing a TFTP read request Details regarding the TFTP protocol and the format of TFTP packets can | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPRequestPacket | An abstract class derived from TFTPPacket definiing a TFTP Request packet type. | Class | org.apache.commons.net.tftp | Apache Commons |
|
| TFTPWriteRequestPacket | A class derived from TFTPRequestPacket definiing a TFTP write request Details regarding the TFTP protocol and the format of TFTP packets can | Class | org.apache.commons.net.tftp | Apache Commons |
|
| Threadable | A placeholder interface for threadable message objects Author: Rory Winston (rwinston@checkfree. | Interface | org.apache.commons.net.nntp | Apache Commons |
|
| Threader | | Class | org.apache.commons.net.nntp | Apache Commons |
|
| TimeInfo | Wrapper class to network time packet messages (NTP, etc) that computes related timing info and stats. | Class | org.apache.commons.net.ntp | Apache Commons |
|
| TimeStamp | TimeStamp class represents the Network Time Protocol (NTP) timestamp as defined in RFC-1305 and SNTP (RFC-2030). | Class | org.apache.commons.net.ntp | Apache Commons |
|
| TimeTCPClient | The TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868. | Class | org.apache.commons.net.time | Apache Commons |
|
| TimeUDPClient | The TimeUDPClient class is a UDP implementation of a client for the Time protocol described in RFC 868. | Class | org.apache.commons.net.time | Apache Commons |
|
| ToNetASCIIInputStream | This class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage return | Class | org.apache.commons.net.io | Apache Commons |
|
| ToNetASCIIOutputStream | This class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage return | Class | org.apache.commons.net.io | Apache Commons |
|
| TrustManagerUtils | TrustManager utilities for generating TrustManagers. | Class | org.apache.commons.net.util | Apache Commons |
|
| UnixFTPEntryParser | This class is based on the logic of Daniel Savarese's DefaultFTPListParser, but adapted to use regular expressions and to fit the | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| Util | The Util class cannot be instantiated and stores short static convenience methods that are often quite useful. | Class | org.apache.commons.net.io | Apache Commons |
|
| VMSFTPEntryParser | This is a sample of VMS LIST output 1-JUN. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| VMSVersioningFTPEntryParser | Special implementation VMSFTPEntryParser with versioning turned on. | Class | org.apache.commons.net.ftp.parser | Apache Commons |
|
| WhoisClient | The WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954. | Class | org.apache.commons.net.whois | Apache Commons |
|
| WindowSizeOptionHandler | | Class | org.apache.commons.net.telnet | Apache Commons |
|
| ArrayElementsAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| ArrayPropertyAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTAnd | $Id: ASTAnd. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTChain | $Id: ASTChain. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTConst | $Id: ASTConst. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTCtor | $Id: ASTCtor. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTInstanceof | $Id: ASTInstanceof. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTList | $Id: ASTList. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTMethod | $Id: ASTMethod. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTOr | $Id: ASTOr. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTProperty | $Id: ASTProperty. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTRootVarRef | $Id: ASTRootVarRef. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTSequence | $Id: ASTSequence. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTStaticField | $Id: ASTStaticField. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTStaticMethod | $Id: ASTStaticMethod. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTThisVarRef | $Id: ASTThisVarRef. | Class | org.apache.commons.ognl | Apache Commons |
|
| ASTVarRef | $Id: ASTVarRef. | Class | org.apache.commons.ognl | Apache Commons |
|
| BooleanExpression | Base class for boolean expressions. | Class | org.apache.commons.ognl | Apache Commons |
|
| Cache | $Id: Cache. | Interface | org.apache.commons.ognl.internal | Apache Commons |
|
| CacheEntryFactory | | Interface | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| CacheException | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| CacheFactory | | Interface | org.apache.commons.ognl.internal | Apache Commons |
|
| ClassCache | This is a highly specialized map for storing values keyed by Class objects. | Interface | org.apache.commons.ognl.internal | Apache Commons |
|
| ClassCacheEntryFactory | Methods inherited from interface org. | Interface | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| ClassCacheHandler | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ClassCacheImpl | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ClassCacheInspector | Optional interface that may be registered with OgnlRuntime. | Interface | org.apache.commons.ognl | Apache Commons |
|
| ClassResolver | This interface defines an object that will resolve a class from a string and an ognl context table. | Interface | org.apache.commons.ognl | Apache Commons |
|
| CollectionElementsAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| ComparisonExpression | Base class for types that compare values. | Class | org.apache.commons.ognl | Apache Commons |
|
| ConcurrentHashMapCache | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ConcurrentHashMapCacheFactory | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ConcurrentHashMapClassCache | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ContextClassLoader | | Class | org.apache.commons.ognl.enhance | Apache Commons |
|
| DeclaredMethodCacheEntry | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| DeclaredMethodCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| DefaultClassResolver | Default class resolution. | Class | org.apache.commons.ognl | Apache Commons |
|
| DefaultMemberAccess | This class provides methods for setting up and restoring access in a Field. | Class | org.apache.commons.ognl | Apache Commons |
|
| DefaultTypeConverter | Default type conversion. | Class | org.apache.commons.ognl | Apache Commons |
|
| DynamicSubscript | This class has predefined instances that stand for OGNL's special dynamic subscripts for getting at the first, middle, or last elements of a list. | Class | org.apache.commons.ognl | Apache Commons |
|
| ElementsAccessor | This interface defines a method for getting the elements of an object, which means any objects that naturally would be considered to be contained by the object. | Interface | org.apache.commons.ognl | Apache Commons |
|
| EnhancedClassLoader | | Class | org.apache.commons.ognl.enhance | Apache Commons |
|
| EnumerationElementsAccessor | through to the target Enumeration. | Class | org.apache.commons.ognl | Apache Commons |
|
| EnumerationIterator | Object that implements Iterator from an EnumerationAuthor:Luke Blanshard (blanshlu@netscape. | Class | org.apache.commons.ognl | Apache Commons |
|
| EnumerationPropertyAccessor | hasMoreElements (also aliased to hasNext). | Class | org.apache.commons.ognl | Apache Commons |
|
| Evaluation | An Evaluation is and object that holds a node being evaluated and the source from which that node will take extract its value. | Class | org.apache.commons.ognl | Apache Commons |
|
| EvaluationPool | | Class | org.apache.commons.ognl | Apache Commons |
|
| ExpressionAccessor | Provides pure java expression paths to get/set values from an ognl expression. | Interface | org.apache.commons.ognl.enhance | Apache Commons |
|
| ExpressionCompiler | Responsible for managing/providing functionality related to compiling generated java source expressions via bytecode enhancements for a given ognl expression. | Class | org.apache.commons.ognl.enhance | Apache Commons |
|
| ExpressionNode | | Class | org.apache.commons.ognl | Apache Commons |
|
| ExpressionSyntaxException | Exception thrown if a malformed OGNL expression is encountered. | Class | org.apache.commons.ognl | Apache Commons |
|
| FieldCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| GenericMethodParameterTypeCacheEntry | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| GenericMethodParameterTypeFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| HashMapCache | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| HashMapCacheFactory | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| HashMapClassCache | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| InappropriateExpressionException | Exception thrown if an OGNL expression is evaluated in the wrong context; the usual case is when an expression that does not end in a property reference is passed to setValue. | Class | org.apache.commons.ognl | Apache Commons |
|
| IteratorElementsAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| IteratorEnumeration | Maps an Iterator to an EnumerationAuthor:Luke Blanshard (blanshlu@netscape. | Class | org.apache.commons.ognl | Apache Commons |
|
| IteratorPropertyAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). | Class | org.apache.commons.ognl | Apache Commons |
|
| JavaSource | Defines an object that can return a representation of itself and any objects it contains in the form of a String embedded with literal java statements. | Interface | org.apache.commons.ognl | Apache Commons |
|
| JJTOgnlParserState | $Id: JJTOgnlParserState. | Class | org.apache.commons.ognl | Apache Commons |
|
| ListPropertyAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| LocalReference | Container class for OgnlExpressionCompiler generated local method block references. | Interface | org.apache.commons.ognl.enhance | Apache Commons |
|
| LocalReferenceImpl | | Class | org.apache.commons.ognl.enhance | Apache Commons |
|
| MapElementsAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| MapPropertyAccessor | $Id: MapPropertyAccessor. | Class | org.apache.commons.ognl | Apache Commons |
|
| MemberAccess | This interface provides a hook for preparing for accessing members of objects. | Interface | org.apache.commons.ognl | Apache Commons |
|
| MethodAccessCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| MethodAccessEntryValue | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| MethodAccessor | This interface defines methods for calling methods in a target object. | Interface | org.apache.commons.ognl | Apache Commons |
|
| MethodCacheEntry | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| MethodCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| MethodFailedException | Exception thrown if a method or constructor call fails. | Class | org.apache.commons.ognl | Apache Commons |
|
| MethodPermCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| Node | JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue. | Interface | org.apache.commons.ognl | Apache Commons |
|
| NodeType | Used by some of the ognl. | Interface | org.apache.commons.ognl | Apache Commons |
|
| NodeVisitor | | Interface | org.apache.commons.ognl | Apache Commons |
|
| NoSuchPropertyException | Exception thrown if a property is attempted to be extracted from an object that does not have such a property. | Class | org.apache.commons.ognl | Apache Commons |
|
| NullHandler | Interface for handling null results from Chains. | Interface | org.apache.commons.ognl | Apache Commons |
|
| NumberElementsAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| NumericExpression | Base class for numeric expressions. | Class | org.apache.commons.ognl | Apache Commons |
|
| NumericTypes | This interface defines some useful constants for describing the various possible numeric types of OGNL. | Interface | org.apache.commons.ognl | Apache Commons |
|
| ObjectArrayPool | This class was previously intended to produce performance improvement. | Class | org.apache.commons.ognl | Apache Commons |
|
| ObjectElementsAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| ObjectIndexedPropertyDescriptor | PropertyDescriptor subclass that describes an indexed set of read/write methods to get a property. | Class | org.apache.commons.ognl | Apache Commons |
|
| ObjectMethodAccessor | set/get methods with the given property name. | Class | org.apache.commons.ognl | Apache Commons |
|
| ObjectNullHandler | | Class | org.apache.commons.ognl | Apache Commons |
|
| ObjectPropertyAccessor | set/get methods with the given property name. | Class | org.apache.commons.ognl | Apache Commons |
|
| Ognl | This class provides static methods for parsing and interpreting OGNL expressions. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlCache | This class takes care of all the internal caching for OGNL. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlContext | This class defines the execution context for an OGNL expressionAuthor:Luke Blanshard (blanshlu@netscape. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlException | Superclass for OGNL exceptions, incorporating an optional encapsulated exception. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlExpressionCompiler | Core interface implemented by expression compiler instances. | Interface | org.apache.commons.ognl.enhance | Apache Commons |
|
| OgnlInvokePermission | BasicPermission subclass that defines a permission token for invoking methods within OGNL. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlOps | This is an abstract class with static methods that define the operations of OGNL. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlParser | OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods. | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlParserConstants | Token literal values and constants. | Interface | org.apache.commons.ognl | Apache Commons |
|
| OgnlParserTokenManager | | Class | org.apache.commons.ognl | Apache Commons |
|
| OgnlParserTreeConstants | $Id: OgnlParserTreeConstants. | Interface | org.apache.commons.ognl | Apache Commons |
|
| OgnlRuntime | Utility class used by internal OGNL API to do various things like: Handles majority of reflection logic / caching. | Class | org.apache.commons.ognl | Apache Commons |
|
| OrderedReturn | Marks an ognl expression Node as needing to have the return portion of a getter method happen in a specific | Interface | org.apache.commons.ognl.enhance | Apache Commons |
|
| ParametrizedCacheEntryFactory | | Interface | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.commons.ognl | Apache Commons |
|
| PermissionCacheEntry | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| PermissionCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| PropertyAccessor | This interface defines methods for setting and getting a property from a target object. | Interface | org.apache.commons.ognl | Apache Commons |
|
| PropertyDescriptorCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| ReentrantReadWriteLockCache | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ReentrantReadWriteLockCacheFactory | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| ReentrantReadWriteLockClassCache | | Class | org.apache.commons.ognl.internal | Apache Commons |
|
| SetPropertyAccessor | | Class | org.apache.commons.ognl | Apache Commons |
|
| SimpleNode | | Class | org.apache.commons.ognl | Apache Commons |
|
| Token | Describes the input token stream. | Class | org.apache.commons.ognl | Apache Commons |
|
| TokenMgrError | Token Manager Error. | Class | org.apache.commons.ognl | Apache Commons |
|
| ToStringVisitor | A NodeVisitor implementation which will build a String representation of the AST tree. | Class | org.apache.commons.ognl | Apache Commons |
|
| TypeConverter | Interface for accessing the type conversion facilities within a context. | Interface | org.apache.commons.ognl | Apache Commons |
|
| UnsupportedCompilationException | Thrown during bytecode enhancement conversions of ognl expressions to indicate that a certain expression isn't currently supported as a pure java bytecode enhanced version. | Class | org.apache.commons.ognl.enhance | Apache Commons |
|
| AbandonedConfig | Configuration settings for abandoned object removal. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| BaseGenericObjectPool | Base class that provides common functionality for GenericObjectPool and GenericKeyedObjectPool. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| BaseKeyedPooledObjectFactory | A base implementation of KeyedPooledObjectFactory. | Class | org.apache.commons.pool2 | Apache Commons |
|
| BaseObjectPool | A simple base implementation of ObjectPool. | Class | org.apache.commons.pool2 | Apache Commons |
|
| BaseObjectPoolConfig | Provides the implementation for the common attributes shared by the sub-classes. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| BasePooledObjectFactory | A base implementation of PoolableObjectFactory. | Class | org.apache.commons.pool2 | Apache Commons |
|
| CglibProxySource | Provides proxy objects using CGLib. | Class | org.apache.commons.pool2.proxy | Apache Commons |
|
| DefaultEvictionPolicy | Provides the default implementation of EvictionPolicy used by the pools. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| DefaultPooledObject | This wrapper is used to track the additional information, such as state, for the pooled objects. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| DefaultPooledObjectInfo | | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| DefaultPooledObjectInfoMBean | The interface that defines the information about pooled objects that will be NOTE: This interface exists only to define those attributes and methods that | Interface | org.apache.commons.pool2.impl | Apache Commons |
|
| EvictionConfig | This class is used by pool implementations to pass configuration information to EvictionPolicy instances. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| EvictionPolicy | To provide a custom eviction policy (i. | Interface | org.apache.commons.pool2.impl | Apache Commons |
|
| GenericKeyedObjectPool | A configurable KeyedObjectPool implementation. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| GenericKeyedObjectPoolConfig | A simple struct encapsulating the configuration for a GenericKeyedObjectPool. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| GenericKeyedObjectPoolMXBean | Defines the methods that will be made available via JMX. | Interface | org.apache.commons.pool2.impl | Apache Commons |
|
| GenericObjectPool | A configurable ObjectPool implementation. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| GenericObjectPoolConfig | A simple struct encapsulating the configuration for a This class is not thread-safe; it is only intended to be used to provide | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| GenericObjectPoolMXBean | Defines the methods that will be made available via JMX. | Interface | org.apache.commons.pool2.impl | Apache Commons |
|
| JdkProxySource | Provides proxy objects using Java reflection. | Class | org.apache.commons.pool2.proxy | Apache Commons |
|
| KeyedObjectPool | A keyed pooling interface. | Interface | org.apache.commons.pool2 | Apache Commons |
|
| KeyedPooledObjectFactory | An interface defining life-cycle methods for instances to be served by a KeyedObjectPool. | Interface | org.apache.commons.pool2 | Apache Commons |
|
| ObjectPool | A pooling simple interface. | Interface | org.apache.commons.pool2 | Apache Commons |
|
| PooledObject | Defines the wrapper that is used to track the additional information, such as state, for the pooled objects. | Interface | org.apache.commons.pool2 | Apache Commons |
|
| PooledObjectFactory | An interface defining life-cycle methods for instances to be served by an By contract, when an ObjectPool delegates to a | Interface | org.apache.commons.pool2 | Apache Commons |
|
| PooledObjectState | enum PooledObjectStateProvides the possible states that a PooledObject may be in. | Class | org.apache.commons.pool2 | Apache Commons |
|
| PooledSoftReference | Extension of DefaultPooledObject to wrap pooled soft references. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| PoolUtils | This class consists exclusively of static methods that operate on or return ObjectPool or KeyedObjectPool related interfaces. | Class | org.apache.commons.pool2 | Apache Commons |
|
| ProxiedKeyedObjectPool | Create a new keyed object pool where the pooled objects are wrapped in proxies allowing better control of pooled objects and in particular the | Class | org.apache.commons.pool2.proxy | Apache Commons |
|
| ProxiedObjectPool | Create a new object pool where the pooled objects are wrapped in proxies allowing better control of pooled objects and in particular the prevention | Class | org.apache.commons.pool2.proxy | Apache Commons |
|
| SoftReferenceObjectPool | A SoftReference based ObjectPool. | Class | org.apache.commons.pool2.impl | Apache Commons |
|
| SwallowedExceptionListener | Pools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens. | Interface | org.apache.commons.pool2 | Apache Commons |
|
| TrackedUse | This interface allows pooled objects to make information available about when and how they were used available to the object pool. | Interface | org.apache.commons.pool2 | Apache Commons |
|
| UsageTracking | This interface may be implemented by an object pool to enable clients (primarily those clients that wrap pools to provide pools with extended | Interface | org.apache.commons.pool2 | Apache Commons |
|
| AbstractBooleanCollection | Abstract base class for BooleanCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractByteCollection | Abstract base class for ByteCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractCharCollection | Abstract base class for CharCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractDoubleCollection | Abstract base class for DoubleCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractFloatCollection | Abstract base class for FloatCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractIntCollection | Abstract base class for IntCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractLongCollection | Abstract base class for LongCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| AbstractShortCollection | Abstract base class for ShortCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| Adapt | Convenience methods for constructing adapters. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ArrayBooleanList | An BooleanList backed by an array of booleans. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayByteList | An ByteList backed by an array of bytes. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayCharList | An CharList backed by an array of chars. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayDoubleList | An DoubleList backed by an array of doubles. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayFloatList | An FloatList backed by an array of floats. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayIntList | An IntList backed by an array of ints. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayLongList | An LongList backed by an array of longs. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayShortList | An ShortList backed by an array of shorts. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayUnsignedByteList | A ShortList backed by an array of unsigned This list stores short values | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayUnsignedIntList | An IntList backed by an array of unsigned This list stores int values | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ArrayUnsignedShortList | An IntList backed by an array of unsigned This list stores int values | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| BooleanCollection | A collection of boolean values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| BooleanCollectionCollection | Adapts an BooleanCollection to the Collection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| BooleanIterator | An iterator over boolean values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| BooleanIteratorIterator | Adapts an BooleanIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| BooleanList | An ordered collection of byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| BooleanListIterator | A bi-directional iterator over boolean values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| BooleanListIteratorListIterator | Adapts an BooleanListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| BooleanListList | Adapts an BooleanList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| BooleanStack | A primitive boolean based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ByteCollection | A collection of byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ByteCollectionCollection | Adapts an ByteCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ByteCollections | This class consists exclusively of static methods that operate on or return ByteCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ByteIterator | An iterator over byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ByteIteratorInputStream | Adapts an ByteIterator to the InputStream interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
|
| ByteIteratorIterator | Adapts an ByteIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ByteList | An ordered collection of byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ByteListIterator | A bi-directional iterator over byte values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ByteListIteratorListIterator | Adapts an ByteListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ByteListList | Adapts an ByteList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ByteStack | A primitive byte based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| CharCollection | A collection of char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| CharCollectionCollection | Adapts an CharCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CharCollections | This class consists exclusively of static methods that operate on or return CharCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| CharIterator | An iterator over char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| CharIteratorIterator | Adapts an CharIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CharIteratorReader | Adapts a CharIterator to the Reader interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
|
| CharList | An ordered collection of char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| CharListIterator | A bi-directional iterator over char values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| CharListIteratorListIterator | Adapts an CharListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CharListList | Adapts an CharList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CharStack | A primitive char based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| CollectionBooleanCollection | Adapts a Boolean-valued Collection to the BooleanCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionByteCollection | Adapts a Number-valued ByteCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionCharCollection | Adapts a Number-valued CharCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionDoubleCollection | Adapts a Number-valued DoubleCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionFloatCollection | Adapts a Number-valued FloatCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionIntCollection | Adapts a Number-valued IntCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionLongCollection | Adapts a Number-valued LongCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| CollectionShortCollection | Adapts a Number-valued ShortCollection interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| DoubleCollection | A collection of double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| DoubleCollectionCollection | Adapts an DoubleCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| DoubleCollections | This class consists exclusively of static methods that operate on or return DoubleCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| DoubleIterator | An iterator over double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| DoubleIteratorIterator | Adapts an DoubleIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| DoubleList | An ordered collection of double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| DoubleListIterator | A bi-directional iterator over double values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| DoubleListIteratorListIterator | Adapts an DoubleListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| DoubleListList | Adapts an DoubleList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| DoubleStack | A primitive double based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| FloatCollection | A collection of float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| FloatCollectionCollection | Adapts an FloatCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| FloatCollections | This class consists exclusively of static methods that operate on or return FloatCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| FloatIterator | An iterator over float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| FloatIteratorIterator | Adapts an FloatIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| FloatList | An ordered collection of float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| FloatListIterator | A bi-directional iterator over float values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| FloatListIteratorListIterator | Adapts an FloatListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| FloatListList | Adapts an FloatList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| FloatStack | A primitive float based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| InputStreamByteIterator | Adapts an InputStream to the ByteIterator interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
|
| IntCollection | A collection of int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| IntCollectionCollection | Adapts an IntCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IntCollections | This class consists exclusively of static methods that operate on or return IntCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| IntIterator | An iterator over int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| IntIteratorIterator | Adapts an IntIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IntList | An ordered collection of int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| IntListIterator | A bi-directional iterator over int values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| IntListIteratorListIterator | Adapts an IntListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IntListList | Adapts an IntList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IntStack | A primitive int based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| IteratorBooleanIterator | Adapts a Boolean-valued Iterator to the BooleanIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorByteIterator | Adapts a Number-valued to the ByteIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorCharIterator | Adapts a Number-valued to the CharIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorDoubleIterator | Adapts a Number-valued to the DoubleIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorFloatIterator | Adapts a Number-valued to the FloatIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorIntIterator | Adapts a Number-valued to the IntIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorLongIterator | Adapts a Number-valued to the LongIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| IteratorShortIterator | Adapts a Number-valued to the ShortIterator | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListBooleanList | Adapts a Number-valued List to the BooleanList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListByteList | Adapts a Number-valued List to the ByteList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListCharList | Adapts a Number-valued List to the CharList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListDoubleList | Adapts a Number-valued List to the DoubleList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListFloatList | Adapts a Number-valued List to the FloatList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIntList | Adapts a Number-valued List to the IntList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorBooleanListIterator | Adapts a Number-valued ListIterator to the BooleanListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorByteListIterator | Adapts a Number-valued ListIterator to the ByteListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorCharListIterator | Adapts a Number-valued ListIterator to the CharListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorDoubleListIterator | Adapts a Number-valued ListIterator to the DoubleListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorFloatListIterator | Adapts a Number-valued ListIterator to the FloatListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorIntListIterator | Adapts a Number-valued ListIterator to the IntListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorLongListIterator | Adapts a Number-valued ListIterator to the LongListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListIteratorShortListIterator | Adapts a Number-valued ListIterator to the ShortListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListLongList | Adapts a Number-valued List to the LongList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ListShortList | Adapts a Number-valued List to the ShortList interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| LongCollection | A collection of long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| LongCollectionCollection | Adapts an LongCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| LongCollections | This class consists exclusively of static methods that operate on or return LongCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| LongIterator | An iterator over long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| LongIteratorIterator | Adapts an LongIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| LongList | An ordered collection of long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| LongListIterator | A bi-directional iterator over long values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| LongListIteratorListIterator | Adapts an LongListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| LongListList | Adapts an LongList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| LongStack | A primitive long based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessBooleanList | Abstract base class for BooleanLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessByteList | Abstract base class for ByteLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessCharList | Abstract base class for CharLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessDoubleList | Abstract base class for DoubleLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessFloatList | Abstract base class for FloatLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessIntList | Abstract base class for IntLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessLongList | Abstract base class for LongLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| RandomAccessShortList | Abstract base class for ShortLists backed by random access structures like arrays. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ReaderCharIterator | Adapts a Reader to the CharIterator interface. | Class | org.apache.commons.collections.primitives.adapters.io | Apache Commons |
|
| ShortCollection | A collection of short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ShortCollectionCollection | Adapts an ShortCollection This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ShortCollections | This class consists exclusively of static methods that operate on or return ShortCollections. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| ShortIterator | An iterator over short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ShortIteratorIterator | Adapts an ShortIterator to the Iterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ShortList | An ordered collection of short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ShortListIterator | A bi-directional iterator over short values. | Interface | org.apache.commons.collections.primitives | Apache Commons |
|
| ShortListIteratorListIterator | Adapts an ShortListIterator to the ListIterator interface. | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ShortListList | Adapts an ShortList to the This implementation delegates most methods | Class | org.apache.commons.collections.primitives.adapters | Apache Commons |
|
| ShortStack | A primitive short based Stack. | Class | org.apache.commons.collections.primitives | Apache Commons |
|
| UnmodifiableByteIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableByteList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableByteListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableCharIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableCharList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableCharListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableDoubleIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableDoubleList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableDoubleListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableFloatIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableFloatList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableFloatListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableIntIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableIntList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableIntListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableLongIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableLongList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableLongListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableShortIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableShortList | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| UnmodifiableShortListIterator | | Class | org.apache.commons.collections.primitives.decorators | Apache Commons |
|
| AbstractProxyClassGenerator | A useful superclass for ProxyClassGenerator implementations. | Class | org.apache.commons.proxy2.impl | Apache Commons |
|
| AbstractProxyFactory | Base abstract ProxyFactory implementation, primarily providing implementations of the interface methods that are typically convenience constructs over the other methods. | Class | org.apache.commons.proxy2.impl | Apache Commons |
|
| AbstractSubclassingProxyFactory | Parent AbstractProxyFactory for implementations that permit the generation of proxies with a specific inheritance hierarchy. | Class | org.apache.commons.proxy2.impl | Apache Commons |
|
| AnnotationBuilder | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| AnnotationInvoker | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| AnnotationTrainer | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| ArgumentMatcherUtils | | Class | org.apache.commons.proxy2.interceptor.matcher.argument | Apache Commons |
|
| ASMProxyFactory | | Class | org.apache.commons.proxy2.asm | Apache Commons |
|
| BaseAnnotationTrainer | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| BaseTrainer | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| BeanProvider | Uses Class. | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| CglibProxyFactory | Cglib-based ProxyFactory implementation. | Class | org.apache.commons.proxy2.cglib | Apache Commons |
|
| CloningProvider | Merely calls clone() (reflectively) on the given Cloneable object. | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| ConstantProvider | Always returns the same object. | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| DeclaredByMatcher | InvocationMatcher based on declaring class of the method invoked. | Class | org.apache.commons.proxy2.interceptor.matcher.invocation | Apache Commons |
|
| DelegatingInvoker | Delegates a method invocation to the object provided by an ObjectProvider. | Class | org.apache.commons.proxy2.invoker | Apache Commons |
|
| DuckTypingInvoker | An invoker which supports duck typing, meaning that it finds a matching method on the object returned from the target provider and invokes it. | Class | org.apache.commons.proxy2.invoker | Apache Commons |
|
| Interceptor | Intercepts a method invocation. | Interface | org.apache.commons.proxy2 | Apache Commons |
|
| InterceptorUtils | | Class | org.apache.commons.proxy2.interceptor | Apache Commons |
|
| Invocation | Method invocation for use by an Interceptor. | Interface | org.apache.commons.proxy2 | Apache Commons |
|
| InvocationHandlerAdapter | An adapter class to adapt the JDK's InvocationHandler interface to Commons Proxy's Invoker interface. | Class | org.apache.commons.proxy2.invoker | Apache Commons |
|
| InvocationMatcher | An InvocationMatcher is used to conditionally match Invocation objects based on some criteria such as method name, parameter values, etc. | Interface | org.apache.commons.proxy2.interceptor.matcher | Apache Commons |
|
| InvocationRecorder | An InvocationRecorder records method invocations against its generated proxies. | Class | org.apache.commons.proxy2.invoker.recorder | Apache Commons |
|
| Invoker | An invoker is responsible for handling a method invocation. | Interface | org.apache.commons.proxy2 | Apache Commons |
|
| InvokerException | To be used by an Invoker when they encounter an error. | Class | org.apache.commons.proxy2.exception | Apache Commons |
|
| InvokerInterceptor | Adapts an Invoker to the Interceptor interface. | Class | org.apache.commons.proxy2.interceptor | Apache Commons |
|
| JavassistInvocation | A Javassist-based Invocation implementation. | Class | org.apache.commons.proxy2.javassist | Apache Commons |
|
| JavassistProxyFactory | | Class | org.apache.commons.proxy2.javassist | Apache Commons |
|
| JdkProxyFactory | ProxyFactory implementation that uses Proxy proxies. | Class | org.apache.commons.proxy2.jdk | Apache Commons |
|
| MethodNameMatcher | A MethodNameMatcher simply checks to see that the method name of the invocation matches the target method name given in the constructor. | Class | org.apache.commons.proxy2.interceptor.matcher.invocation | Apache Commons |
|
| MethodSignature | A class for capturing the signature of a method (its name and parameter types). | Class | org.apache.commons.proxy2.impl | Apache Commons |
|
| NullInvoker | An Invoker implementation which merely returns null for all method invocations. | Class | org.apache.commons.proxy2.invoker | Apache Commons |
|
| NullProvider | Always returns null. | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| ObjectProvider | Provides an object to a delegating proxy. | Interface | org.apache.commons.proxy2 | Apache Commons |
|
| ObjectProviderException | ObjectProvider implementations should throw this exception type to indicate that there was a problem creating/finding the object. | Class | org.apache.commons.proxy2.exception | Apache Commons |
|
| ObjectProviderInterceptor | A ObjectProviderInterceptor merely returns the value returned from ObjectProvider. | Class | org.apache.commons.proxy2.interceptor | Apache Commons |
|
| ObjectProviderUtils | | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| ProviderDecorator | Returns the result of the inner provider. | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| ProxyClassCache | A cache for storing implementation classes for proxies based on a specific type of ProxyClassGenerator. | Class | org.apache.commons.proxy2.impl | Apache Commons |
|
| ProxyClassGenerator | A proxy class generator generates Class instances for a given combination of interfaces in a given classloader. | Interface | org.apache.commons.proxy2.impl | Apache Commons |
|
| ProxyFactory | ProxyFactory interface. | Interface | org.apache.commons.proxy2 | Apache Commons |
|
| ProxyFactoryException | A runtime exception type to be used by proxy factories when a problemSince:1. | Class | org.apache.commons.proxy2.exception | Apache Commons |
|
| ProxyUtils | Provides some helpful proxy utility methods. | Class | org.apache.commons.proxy2 | Apache Commons |
|
| ReadResolve | Defines a contract around the Object readResolve() method used by Java deserialization. | Interface | org.apache.commons.proxy2.serialization | Apache Commons |
|
| RecordedInvocation | Detached representation of a method invocation. | Class | org.apache.commons.proxy2.invoker | Apache Commons |
|
| ReturnTypeMatcher | | Class | org.apache.commons.proxy2.interceptor.matcher.invocation | Apache Commons |
|
| SingletonProvider | Wraps another object provider, making sure to only call it once, returning the value returned from the wrapped provider on all subsequent invocations. | Class | org.apache.commons.proxy2.provider | Apache Commons |
|
| StubBuilder | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| StubInterceptorBuilder | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| SwitchInterceptor | A SwitchInterceptor maintains a list of InvocationMatcher/Interceptor pairs. | Class | org.apache.commons.proxy2.interceptor | Apache Commons |
|
| ThrowingInterceptor | | Class | org.apache.commons.proxy2.interceptor | Apache Commons |
|
| Trainer | | Class | org.apache.commons.proxy2.stub | Apache Commons |
|
| WriteReplace | Defines a contract around the Object writeReplace() method used by Java deserialization. | Interface | org.apache.commons.proxy2.serialization | Apache Commons |
|
| AbstractSCXMLListener | An abstract adapter class for the SXCMLListener interface. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| AbstractStateMachine | This class demonstrates one approach for providing the base functionality needed by classes representing stateful entities, | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| Action | An abstract base class for executable elements in SCXML, such as , etc. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ActionExecutionContext | ActionExecutionContext providing restricted access to the SCXML model, instance and services needed for the execution of Action instances | Class | org.apache.commons.scxml2 | Apache Commons |
|
| ActionsContainer | An ActionsContainer is an entity that holds a list of Action elements. | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Assign | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| BodyContainer | A BodyContainer is an entity that retains the element body text from the document. | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Builtin | | Class | org.apache.commons.scxml2 | Apache Commons |
|
| Cancel | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Content | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ContentContainer | A ContentContainer represents an element in the SCXML document that may have a (single) child element | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Context | A Context or scope for storing variables; usually tied to a SCXML root or State object. | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| ContextVariables | JXPath Variables mapping for SCXML ContextSee Also:Serialized Form | Class | org.apache.commons.scxml2.env.xpath | Apache Commons |
|
| CustomAction | A custom action is simply a tuple consisting of a namespace URI, the local name for the custom action and the corresponding | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Data | The class in this SCXML object model that corresponds to the SCXML child element of the element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Datamodel | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| DocumentOrder | DocumentOrder is implemented by EnterableState and Transition elements in the SCXML document representing their document order, | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| EffectiveContextMap | A map that will back the effective Context for an Evaluator execution. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| Else | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ElseIf | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| EnterableState | An abstract base class for state elements in SCXML that can be entered, such as State, Parallel or Final. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ErrorConstants | Errors reported by the default SCXMLSemantics implementation. | Class | org.apache.commons.scxml2.semantics | Apache Commons |
|
| ErrorReporter | An interface for reporting SCXML errors to the host environment, containing the definition of commonly occuring errors while executing | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| Evaluator | Interface for a component that may be used by the SCXML engines to evaluate the expressions within the SCXML document. | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| EvaluatorFactory | A static singleton factory for EvaluatorProviders by supported SCXML datamodel type. | Class | org.apache.commons.scxml2 | Apache Commons |
|
| EvaluatorProvider | An EvaluatorProvider provides an Evaluator instance for a specific SCXML datamodel type. | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| EventDispatcher | The event controller interface used to send messages containing events or other information directly to another SCXML Interpreter, | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| EventVariable | Event system variable holding a structure containing the current event's name and any data contained in the eventSee Also:Serialized Form | Class | org.apache.commons.scxml2.system | Apache Commons |
|
| Executable | An abstract base class for containers of executable elements in SCXML, such as and . | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ExternalContent | An ExternalContent implementation represents an element in the SCXML document that may contain body | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Final | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Finalize | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Foreach | The class in this SCXML object model that corresponds to the SCXML element, which allows an SCXML application to iterate through a collection in the data model | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| GroovyContext | Groovy Context implementation for Commons SCXML. | Class | org.apache.commons.scxml2.env.groovy | Apache Commons |
|
| GroovyContextBinding | Delegating Groovy Binding class which delegates all variables access to its GroovyContextSee Also:Serialized Form | Class | org.apache.commons.scxml2.env.groovy | Apache Commons |
|
| GroovyEvaluator | Evaluator implementation enabling use of Groovy expressions in SCXML documents. | Class | org.apache.commons.scxml2.env.groovy | Apache Commons |
|
| GroovyExtendableScriptCache | GroovyExtendableScriptCache is a general purpose and Serializable Groovy Script cache. | Class | org.apache.commons.scxml2.env.groovy | Apache Commons |
|
| GroovySCXMLScript | Groovy Script base class for SCXML, providing the standard 'builtin' functions In(String), Data(String) and Location(String), as well as JEXL like convenience functions | Class | org.apache.commons.scxml2.env.groovy | Apache Commons |
|
| History | The class in this SCXML object model that corresponds to the SCXML pseudo state element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| If | The class in this SCXML object model that corresponds to the SCXML element, which serves as a container for conditionally | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Initial | The class in this SCXML object model that corresponds to the SCXML pseudo state element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Invoke | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Invoker | The Invoker interface is used to define the possible interactions between the parent state machine (executor) and the types of invocable | Interface | org.apache.commons.scxml2.invoke | Apache Commons |
|
| InvokerException | Exception thrown when a process specified by an cannot be initiated. | Class | org.apache.commons.scxml2.invoke | Apache Commons |
|
| JexlBuiltin | Global JEXL namespace functor, providing the standard SCXML In() operator and the Commons SCXML extensions for Data() and Location() to support XPath datamodel access. | Class | org.apache.commons.scxml2.env.jexl | Apache Commons |
|
| JexlContext | JEXL Context implementation for Commons SCXML. | Class | org.apache.commons.scxml2.env.jexl | Apache Commons |
|
| JexlEvaluator | Evaluator implementation enabling use of JEXL expressions in This implementation itself is thread-safe, so you can keep singleton | Class | org.apache.commons.scxml2.env.jexl | Apache Commons |
|
| JSBindings | Wrapper class for the JDK Javascript engine Bindings class that extends the wrapped Bindings to search the SCXML context for variables and predefined | Class | org.apache.commons.scxml2.env.javascript | Apache Commons |
|
| JSContext | SCXML Context for use by the JSEvaluator. | Class | org.apache.commons.scxml2.env.javascript | Apache Commons |
|
| JSEvaluator | Embedded JavaScript expression evaluator for SCXML expressions. | Class | org.apache.commons.scxml2.env.javascript | Apache Commons |
|
| JSFunctions | Custom Javascript engine function providing the SCXML In() predicate and the Commons SCXML extensions for Data() and Location() to support XPath datamodel access. | Class | org.apache.commons.scxml2.env.javascript | Apache Commons |
|
| Log | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| LogUtils | Helper methods for Commons SCXML logging. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| MinimalContext | MinimalContext implementation for the SCXML Null Data Model. | Class | org.apache.commons.scxml2.env.minimal | Apache Commons |
|
| MinimalEvaluator | Minimal Evaluator implementing and providing support for the SCXML Null Data Model. | Class | org.apache.commons.scxml2.env.minimal | Apache Commons |
|
| ModelException | Exception that is thrown when the SCXML model supplied to the executor has a fatal flaw that prevents the executor from | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| NamelistHolder | A NamelistHolder represents an element in the SCXML document that may have a namelist attribute to | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| NamespacePrefixesHolder | A NamespacePrefixesHolder is an entity that retains namespace prefix information from the document for deferred XPath | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| NotificationRegistry | The registry where SCXML listeners are recorded for nodes of interest such as the SCXML root, | Class | org.apache.commons.scxml2 | Apache Commons |
|
| Observable | Interface for elements of the SCXML object model whose progress can be observed using the NotificationRegistry. | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| OnEntry | The class in this SCXML object model that corresponds to the SCXML element, which is an optional property | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| OnExit | The class in this SCXML object model that corresponds to the SCXML element, which is an optional property | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Parallel | The class in this SCXML object model that corresponds to the SCXML element, which is a wrapper element to | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Param | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ParamsContainer | A ParamsContainer represents an element in the SCXML document that may have one or more children which are used to | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| PathResolver | Interface for a component that may be used by the SCXML engines to resolve context sensitive paths. | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| PathResolverHolder | | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| PayloadProvider | A PayloadProvider is an element in the SCXML document that can provide payload data for an event or an external process. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Raise | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| SCInstance | The SCInstance performs book-keeping functions for a particular execution of a state chart represented by a | Class | org.apache.commons.scxml2 | Apache Commons |
|
| SCXML | The class in this SCXML object model that corresponds to the root element, and serves as the document | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| SCXMLExecutionContext | SCXMLExecutionContext provides all the services and internal data used during the interpretation of an SCXML statemachine across micro and macro steps | Class | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLExecutor | The SCXML engine that executes SCXML documents. | Class | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLExpressionException | Exception thrown when a malformed expression is encountered during evaluation of an expression in a SCXML document. | Class | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLIOProcessor | The SCXML I/O Processor provides the interface for either an internal process or an external system or invoked child SCXML process (Invoker) to send events into the SCXML processor queue. | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLListener | Listener interface for observable entities in the SCXML model. | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLReader | The SCXMLReader provides the ability to read a SCXML document into the Java object model provided in the model package. | Class | org.apache.commons.scxml2.io | Apache Commons |
|
| SCXMLSemantics | The purpose of this interface is to separate the the W3C SCXML Algorithm for SCXML Interpretation | Interface | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLSemanticsImpl | This class encapsulate and implements the W3C SCXML Algorithm for SCXML Interpretation | Class | org.apache.commons.scxml2.semantics | Apache Commons |
|
| SCXMLSystemContext | The SCXMLSystemContext is used as a read only Context wrapper and provides the SCXML (read only) system variables which are injected via the unwrapped getContext(). | Class | org.apache.commons.scxml2 | Apache Commons |
|
| SCXMLWriter | Utility class for serializing the Commons SCXML Java object model. | Class | org.apache.commons.scxml2.io | Apache Commons |
|
| Send | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| SimpleContext | Simple Context wrapping a map of variables. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| SimpleDispatcher | EventDispatcher implementation that can schedule delayed events for the scxml type | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| SimpleErrorHandler | Custom error handler that logs the parsing errors in theSee Also:Serialized Form | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| SimpleErrorReporter | Custom error reporter that log execution errors. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| SimpleSCXMLInvoker | A simple Invoker for SCXML documents. | Class | org.apache.commons.scxml2.invoke | Apache Commons |
|
| SimpleSCXMLListener | Simple SCXML Listener that logs execution. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| SimpleTransition | The class in this SCXML object model that corresponds to the simple SCXML element, without Transition rules for events or | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| SimpleXMLReporter | Custom XMLReporter that logs the StAX parsing warnings in theSince:1. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| StandaloneJexlExpressions | Standalone SCXML interpreter, useful for command-line testing and debugging, where expressions are JEXL expressions. | Class | org.apache.commons.scxml2.test | Apache Commons |
|
| StandaloneUtils | Utility methods used by command line SCXML execution, useful for The following expression languages are supported in SCXML documents: | Class | org.apache.commons.scxml2.test | Apache Commons |
|
| State | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| StateConfiguration | The current active states of a state machineSee Also:Serialized Form | Class | org.apache.commons.scxml2 | Apache Commons |
|
| Status | The immutable encapsulation of the current state of a state machine. | Class | org.apache.commons.scxml2 | Apache Commons |
|
| Step | A logical unit of progression in the execution of a SCXML model. | Class | org.apache.commons.scxml2.semantics | Apache Commons |
|
| Tracer | A simple tracer connected to Apache Commons Logging. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| Transition | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TransitionalState | An abstract base class for state elements in SCXML that can be transitioned out from, such as State or Parallel. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TransitionTarget | An abstract base class for elements in SCXML that can serve as a for a , such as State or Parallel. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TransitionType | Defines the allowable Transition type attribute values, The Transition type determines whether the source state is exited in transitions | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TriggerEvent | A class representing an event. | Class | org.apache.commons.scxml2 | Apache Commons |
|
| URLResolver | A PathResolver implementation that resolves against a base URL. | Class | org.apache.commons.scxml2.env | Apache Commons |
|
| Var | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| XPathBuiltin | for non-XPath languages. | Class | org.apache.commons.scxml2 | Apache Commons |
|
| XPathContext | A Context implementation for JXPath environments. | Class | org.apache.commons.scxml2.env.xpath | Apache Commons |
|
| XPathEvaluator | An Evaluator implementation for XPath environments. | Class | org.apache.commons.scxml2.env.xpath | Apache Commons |
|
| XPathFunctions | | Class | org.apache.commons.scxml2.env.xpath | Apache Commons |
|
| CommonsLoggingLogger | | Class | org.apache.commons.transaction.util | Apache Commons |
|
| ConflictException | Exception displaying a conflict between two optimistic transactions. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| FileHelper | Helper methods for file manipulation. | Class | org.apache.commons.transaction.util | Apache Commons |
|
| FileResourceManager | A resource manager for streamable objects stored in a file system. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| FileSequence | Fail-Safe sequence store implementation using the file system. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| GenericLock | A generic implementain of a simple multi level lock. | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| GenericLockManager | Manager for GenericLocks on resources. | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| HashMapFactory | Default map factory implementation creating HashMaps. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| HashSetFactory | Default set factory implementation creating HashSets. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| LockException | Exception displaying a lock problem. | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| LockException | Exception displaying a lock problem in pessimistic transactions. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| LockManager | A manager for multi level locks on resources. | Interface | org.apache.commons.transaction.locking | Apache Commons |
|
| LockManager2 | used as a delegate for all locking requests. | Interface | org.apache.commons.transaction.locking | Apache Commons |
|
| Log4jLogger | Default logger implementation. | Class | org.apache.commons.transaction.util | Apache Commons |
|
| LoggerFacade | Facade for all kinds of logging engines. | Interface | org.apache.commons.transaction.util | Apache Commons |
|
| MapFactory | | Interface | org.apache.commons.transaction.memory | Apache Commons |
|
| MultiLevelLock | A multi level lock. | Interface | org.apache.commons.transaction.locking | Apache Commons |
|
| MultiLevelLock2 | locking including preference and more compatibility modes. | Interface | org.apache.commons.transaction.locking | Apache Commons |
|
| NoOpTransactionIdToPathMapper | Default implementation of TransactionIdToPathMapper, which expects transaction ids being strings and using them as path. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| OptimisticMapWrapper | Wrapper that adds transactional control to all kinds of maps that implement the Map interface. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| PessimisticMapWrapper | Wrapper that adds transactional control to all kinds of maps that implement the Map interface. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| PrintWriterLogger | Logger implementation that logs into a pring writer like the oneVersion:$Id: PrintWriterLogger. | Class | org.apache.commons.transaction.util | Apache Commons |
|
| ReadWriteLock | Convenience implementation of a read/write lock based on GenericLock. | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| ReadWriteLockManager | Manager for ReadWriteLocks on resources. | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| ReadWriteUpgradeLock | Convenience implementation of a read/write lock with an option for upgrade based on ReadWriteUpgradeLock. | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| ReadWriteUpgradeLockManager | ReadWriteUpgradeLocks on The idea (as explained by Jim LoVerde) is that only one owner can hold an | Class | org.apache.commons.transaction.locking | Apache Commons |
|
| RendezvousBarrier | Simple barrier that blocks until all parties have either called or have arrived at the meeting point. | Class | org.apache.commons.transaction.util | Apache Commons |
|
| ResourceIdToPathMapper | Mapper from a resourceId to a path string. | Interface | org.apache.commons.transaction.file | Apache Commons |
|
| ResourceManager | Interface for resource managers. | Interface | org.apache.commons.transaction.file | Apache Commons |
|
| ResourceManagerErrorCodes | Error codes for resource managers. | Interface | org.apache.commons.transaction.file | Apache Commons |
|
| ResourceManagerException | Signals any kind of error or failure state in a ResourceManager. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| ResourceManagerSystemException | Signals an internal system error in a ResourceManager. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| SetFactory | | Interface | org.apache.commons.transaction.memory | Apache Commons |
|
| TransactionalMapWrapper | Wrapper that adds transactional control to all kinds of maps that implement the Map interface. | Class | org.apache.commons.transaction.memory | Apache Commons |
|
| TransactionIdToPathMapper | Maps transaction ids to paths and back. | Interface | org.apache.commons.transaction.file | Apache Commons |
|
| TurnBarrier | Simple turn based barrier to make a sequence of calls from different threads deterministic. | Class | org.apache.commons.transaction.util | Apache Commons |
|
| URLEncodeIdMapper | URL encodes a resource. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| VirtualAdminCommandsFileResourceManager | A resource manager for streamable objects stored in a file system that features additional administration commands. | Class | org.apache.commons.transaction.file | Apache Commons |
|
| ABANumberCheckDigit | Modulus 10 ABA Number (or Routing Transit Number (RTN)) Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| AbstractCalendarValidator | Abstract class for Date/Time/Calendar validation. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| AbstractFormatValidator | Abstract class for Format based Validation. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| AbstractNumberValidator | Abstract class for Number Validation. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| Arg | A default argument or an argument for a specific validator definition (ex: required) | Class | org.apache.commons.validator | Apache Commons |
|
| BigDecimalValidator | BigDecimal Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| BigIntegerValidator | BigInteger Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| ByteValidator | Byte Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| CalendarValidator | Calendar Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| CheckDigit | Check Digit calculation and validation. | Interface | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| CheckDigitException | Check Digit calculation/validation error. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| CodeValidator | Generic Code Validation providing format, minimum/maximum length and CheckDigit validations. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| CreditCardValidator | Perform credit card validations. | Class | org.apache.commons.validator | Apache Commons |
|
| CreditCardValidator | Perform credit card validations. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| CurrencyValidator | Currency Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| CUSIPCheckDigit | Modulus 10 CUSIP (North American Securities) Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| DateValidator | Perform date validations. | Class | org.apache.commons.validator | Apache Commons |
|
| DateValidator | Date Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| DomainValidator | Domain name validation routines. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| DoubleValidator | Double Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| EAN13CheckDigit | Modulus 10 EAN-13 / UPC / ISBN-13 Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| EmailValidator | Perform email validations. | Class | org.apache.commons.validator | Apache Commons |
|
| EmailValidator | Perform email validations. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| Field | This contains the list of pluggable validators to run on a field and any message information and variables to perform the validations and generate | Class | org.apache.commons.validator | Apache Commons |
|
| Flags | Represents a collection of 64 boolean (on/off) flags. | Class | org.apache.commons.validator.util | Apache Commons |
|
| FloatValidator | Float Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| Form | This contains a set of validation rules for a form/JavaBean. | Class | org.apache.commons.validator | Apache Commons |
|
| FormSet | Holds a set of Forms stored associated with a Locale based on the country, language, and variant specified. | Class | org.apache.commons.validator | Apache Commons |
|
| FormSetFactory | Factory class used by Digester to create FormSet's. | Class | org.apache.commons.validator | Apache Commons |
|
| GenericTypeValidator | This class contains basic methods for performing validations that return the correctly typed class based on the validation performed. | Class | org.apache.commons.validator | Apache Commons |
|
| GenericValidator | This class contains basic methods for performing validations. | Class | org.apache.commons.validator | Apache Commons |
|
| IBANCheckDigit | IBAN (International Bank Account Number) Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| IBANValidator | | Class | org.apache.commons.validator.routines | Apache Commons |
|
| InetAddressValidator | InetAddress validation and conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| IntegerValidator | Integer Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| ISBN10CheckDigit | Modulus 11 ISBN-10 Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| ISBNCheckDigit | Combined ISBN-10 / ISBN-13 Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| ISBNValidator | A class for validating 10 digit ISBN codes. | Class | org.apache.commons.validator | Apache Commons |
|
| ISBNValidator | ISBN-10 and ISBN-13 Code Validation. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| ISINCheckDigit | Modulus 10 ISIN (International Securities Identifying Number) Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| ISSNCheckDigit | International Standard Serial Number (ISSN) is an eight-digit serial number used to | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| ISSNValidator | International Standard Serial Number (ISSN) is an eight-digit serial number used to | Class | org.apache.commons.validator.routines | Apache Commons |
|
| LongValidator | Long Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| LuhnCheckDigit | Modulus 10 Luhn Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| ModulusCheckDigit | Abstract Modulus Check digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| Msg | An alternative message can be associated with a Field and a pluggable validator instead of using the default message | Class | org.apache.commons.validator | Apache Commons |
|
| PercentValidator | Percentage Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| RegexValidator | Regular Expression validation (using JDK 1. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| SedolCheckDigit | Modulus 10 SEDOL (UK Securities) Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| ShortValidator | Short Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| TimeValidator | Time Validation and Conversion routines (java. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| UrlValidator | URL Validation routines. | Class | org.apache.commons.validator.routines | Apache Commons |
|
| UrlValidator | Behavour of validation is modified by passing in options: ALLOW_2_SLASHES - [FALSE] Allows double '/' characters in the path | Class | org.apache.commons.validator | Apache Commons |
|
| Validator | Validations are processed by the validate method. | Class | org.apache.commons.validator | Apache Commons |
|
| ValidatorAction | Contains the information to dynamically create and run a validation method. | Class | org.apache.commons.validator | Apache Commons |
|
| ValidatorException | The base exception for the Validator Framework. | Class | org.apache.commons.validator | Apache Commons |
|
| ValidatorResources | General purpose class for storing FormSet objects based on their associated Locale. | Class | org.apache.commons.validator | Apache Commons |
|
| ValidatorResult | This contains the results of a set of validation rules processedVersion:$Revision: 1652498 $See Also:Serialized Form | Class | org.apache.commons.validator | Apache Commons |
|
| ValidatorResults | This contains the results of a set of validation rules processedVersion:$Revision: 1652498 $See Also:Serialized Form | Class | org.apache.commons.validator | Apache Commons |
|
| ValidatorUtils | Basic utility methods. | Class | org.apache.commons.validator.util | Apache Commons |
|
| Var | A variable that can be associated with a Field for passing in information to a pluggable validator. | Class | org.apache.commons.validator | Apache Commons |
|
| VerhoeffCheckDigit | Verhoeff (Dihedral) Check Digit calculation/validation. | Class | org.apache.commons.validator.routines.checkdigit | Apache Commons |
|
| AbstractFileChangeEvent | A change event that knows how to notify a listener. | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| AbstractFileName | A default file name implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFileNameParser | Provides methods to parse a filename into a FileName. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFileObject | A partial file object implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFileOperation | | Class | org.apache.commons.vfs2.operations | Apache Commons |
|
| AbstractFileOperationProvider | | Class | org.apache.commons.vfs2.operations | Apache Commons |
|
| AbstractFileProvider | A partial FileProvider implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractFilesCache | | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| AbstractFileSystem | A partial FileSystem implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractLayeredFileProvider | A FileProvider that is layered on top of another, such as the contents of a zip or tar file. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractOriginatingFileProvider | A FileProvider that handles physical files, such as the files in a local fs, or on an FTP server. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractRandomAccessContent | UnsupportedOperationException when one of these methods are called. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractRandomAccessStreamContent | | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractSyncTask | An abstract file synchronization task. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| AbstractVfsComponent | A partial VfsComponent implementation. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AbstractVfsContainer | A VfsComponent that contains a set of sub-components. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| AllFileSelector | A FileSelector that selects everything. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| Bzip2FileObject | | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons |
|
| Bzip2FileProvider | Provides access to the content of bzip2 compressed files. | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons |
|
| Bzip2FileSystem | Filesytem to handle compressed files using the bzip2 method. | Class | org.apache.commons.vfs2.provider.bzip2 | Apache Commons |
|
| CacheStrategy | An enumerated type to deal with the various cache strategies. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| Capability | An enumerated type representing the capabilities of files and file systems. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| ChangedEvent | | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| ChangeLastModificationTime | Simply changed the last modification time of the given file. | Class | org.apache.commons.vfs2.example | Apache Commons |
|
| CombinedResources | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| CompositeFileProvider | | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| CompressedFileFileObject | | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons |
|
| CompressedFileFileProvider | A file system provider for compressed files. | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons |
|
| CompressedFileFileSystem | A read-only file system for compressed files. | Class | org.apache.commons.vfs2.provider.compressed | Apache Commons |
|
| CopyTask | An Ant task that copies matching files. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| CreateEvent | File creation event. | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| Cryptor | | Interface | org.apache.commons.vfs2.util | Apache Commons |
|
| CryptorFactory | Factory to create an instance of a Cryptor. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| DecoratedFileObject | Base class to build a fileObject decoration. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultCryptor | Allows passwords to be encrypted and decrypted. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| DefaultFileContent | The content of a file. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DefaultFileContentInfo | The default file content information. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFileMonitor | A polling FileMonitor implementation. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFileOperations | | Class | org.apache.commons.vfs2.operations | Apache Commons |
|
| DefaultFileReplicator | A simple file replicator and temporary file store. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFilesCache | A FilesCache implementation. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| DefaultFileSystemConfigBuilder | Default options usable for all file systems. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultFileSystemManager | The default file system manager implementation. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultLocalFileProvider | A file system provider, which uses direct file access. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| DefaultProviderConfiguration | Same as ProviderConfiguration but for the default provider. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| DefaultURLConnection | A default URL connection that will work for most file systems. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DefaultURLStreamHandler | A default URL stream handler that will work for most file systems. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DelegateFileObject | A file backed by another file. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| DelegatingFileSystemOptionsBuilder | This class use reflection to set a configuration value using the fileSystemConfigBuilder associated the a scheme. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| DeleteEvent | File deletion event. | Class | org.apache.commons.vfs2.events | Apache Commons |
|
| DeleteTask | An Ant task that deletes matching files. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| EncryptUtil | Allows passwords to be encrypted and decrypted. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| ExceptionConverter | ExceptionConverter converts WebDAV exceptions into FileSystemExceptions. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| FileChangeEvent | An event fired when a file is changed. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileContent | Represents the data content of a file. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileContentInfo | Informs on the content of a file with content type and encoding. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileContentInfoFactory | Creates FileContentInfo instances to determine the content-info for given file contents. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileContentInfoFilenameFactory | The FileContentInfoFilenameFactory. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| FileDepthSelector | A FileSelector that selects all files in a particular depth range. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileExtensionSelector | A FileSelector that selects based on file extensions. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileFilter | This interface is used to select files when traversing the direct children of the base. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileFilterSelector | A FileSelector that selects all children of the given fileObject. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileListener | Listens for changes to a file. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileMonitor | FileMonitor interface. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileName | Represents a file name. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileNameParser | Provides methods to parse a filename into a FileName. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| FileNotFolderException | Delivers a file-not-folder exception which happens when trying to issue FileObject. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileNotFoundException | delivers a file-not-found exception. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileObject | Represents a file, and is used to access the content and structure of the file. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileObjectUtils | Stuff to get some strange things from an FileObject. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| FileOperation | A FileOperation is an object that brings an extra function to a FileObject. | Interface | org.apache.commons.vfs2.operations | Apache Commons |
|
| FileOperationProvider | FileOperationProvider is responsible for dealing with FileOperation's. | Interface | org.apache.commons.vfs2.operations | Apache Commons |
|
| FileOperations | FileOperations interface provides API to work with operations. | Interface | org.apache.commons.vfs2.operations | Apache Commons |
|
| FileProvider | A file provider. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| FileReplicator | Responsible for making local replicas of files. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| FilesCache | The fileCache interface. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSelectInfo | Information about a file, that is used to select files during the traversal of a hierarchy. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSelector | This interface is used to select files when traversing a file hierarchy. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystem | A file system, made up of a hierarchy of files. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemConfigBuilder | Abstract class which has the right to fill FileSystemOptions. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemException | Thrown for file system errors. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemManager | A FileSystemManager manages a set of file systems. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| FileSystemOptions | Container for FileSystemOptions. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileType | An enumerated type that represents a file's type. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileTypeHasNoContentException | delivers a file-not-folder exception which happens when trying to issue FileObject. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileTypeSelector | A FileSelector that selects files of a particular type. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FileUtil | Utility methods for dealing with FileObjects. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| FtpCheck | Basic check for FTP. | Class | org.apache.commons.vfs2.libcheck | Apache Commons |
|
| FtpClient | What VFS expects from an ftp client to provide. | Interface | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpClientFactory | Create a FtpClient instance. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FTPClientWrapper | A wrapper to the FTPClient to allow automatic reconnect on connection loss. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileNameParser | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileObject | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileProvider | A provider for FTP file systems. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileSystem | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileSystemConfigBuilder | The config builder for various ftp configuration options. | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpFileType | | Class | org.apache.commons.vfs2.provider.ftp | Apache Commons |
|
| FtpsClientFactory | Create FTPSClient instances. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsDataChannelProtectionLevel | enum FtpsDataChannelProtectionLevelProtection level of the data channel in a FTPS communication. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsFileProvider | A provider for FTP file systems. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsFileSystem | | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsFileSystemConfigBuilder | The configuration builder for various FTPS configuration options. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| FtpsMode | Mode of the FTPS connection. | Class | org.apache.commons.vfs2.provider.ftps | Apache Commons |
|
| GenericFileName | A file name that represents a 'generic' URI, as per RFC 2396. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| GenericFileNameParser | A general-purpose file name parser. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| GzipFileObject | | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons |
|
| GzipFileProvider | Provides access to the content of gzip compressed files. | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons |
|
| GzipFileSystem | Filesytem to handle compressed files using the gzip method. | Class | org.apache.commons.vfs2.provider.gzip | Apache Commons |
|
| HdfsFileAttributes | enum HdfsFileAttributesHDFS file content attributes. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileContentInfoFactory | Creates FileContentInfo instances for HDFS. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileObject | A VFS representation of an HDFS file. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileProvider | FileProvider for HDFS files. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileSystem | A VFS FileSystem that interacts with HDFS. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsFileSystemConfigBuilder | Configuration settings for the HdfsFileSystem. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HdfsRandomAccessContent | Provides random access to content in an HdfsFileObject. | Class | org.apache.commons.vfs2.provider.hdfs | Apache Commons |
|
| HostFileNameParser | Parses the url into user/password/host/port/path Does not handle a query string (after ?) | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| HttpClientFactory | Create a HttpClient instance. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileContentInfoFactory | Creates FileContentInfo instances for HTTP. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileNameParser | | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileObject | A file object backed by Apache Commons HttpClient. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileProvider | An HTTP provider that uses commons-httpclient. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileSystem | An HTTP file system. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpFileSystemConfigBuilder | Configuration options for HTTP. | Class | org.apache.commons.vfs2.provider.http | Apache Commons |
|
| HttpsFileNameParser | | Class | org.apache.commons.vfs2.provider.https | Apache Commons |
|
| HttpsFileProvider | An HTTPS provider that uses commons-httpclient. | Class | org.apache.commons.vfs2.provider.https | Apache Commons |
|
| IdentityInfo | Structure for an identity. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| IdentityRepositoryFactory | Creates instances of JSch IdentityRepository. | Interface | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| JarFileObject | A file in a Jar file system. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| JarFileProvider | A file system provider for Jar files. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| JarFileSystem | A read-only file system for Jar files. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| JarURLConnectionImpl | A default URL connection that will work for most file systems. | Class | org.apache.commons.vfs2.provider.jar | Apache Commons |
|
| LayeredFileName | A file name for layered files. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| LayeredFileNameParser | Additionally encodes the '!' character. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| LocalFile | A file object implementation which uses direct file access. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LocalFileName | | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LocalFileNameParser | | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LocalFileProvider | A file provider which handles local files. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| LocalFileSystem | A local file system. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| LRUFilesCache | This implementation caches every file using LRUMap. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| Messages | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MkdirTask | An Ant task that creates a directory. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| MonitorInputStream | An InputStream that provides buffering and end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MonitorOutputStream | An OutputStream that provides buffering and end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MonitorRandomAccessContent | A RandomAccessContent that provides end-of-stream monitoring. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| MoveTask | An Ant task that moves matching files. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| NameScope | An enumerated type for file name scope, used when resolving a name relativeEnum Constant Summary | Class | org.apache.commons.vfs2 | Apache Commons |
|
| NullFilesCache | A FilesCache implementation. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| OnCallRefreshFileObject | This decorator refreshes the fileObject data on every call. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| Os | Class to help determining the OS. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| OsFamily | An enumerated type, which represents an OS family. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| PatternFileSelector | A FileSelector that selects based on regular expressions matched against base filename. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| PosixPermissions | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| PrivilegedFileReplicator | A file replicator that wraps another file replicator, performing the replication as a privileged action. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| ProviderConfiguration | This class describes the configuration for a provider. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| RamFileObject | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileOutputStream | OutputStream to a RamFile. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileProvider | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileRandomAccessContent | RAM File Random Access Content. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileSystem | | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RamFileSystemConfigBuilder | Config Builder for the RAM filesystem. | Class | org.apache.commons.vfs2.provider.ram | Apache Commons |
|
| RandomAccessContent | Provides random access over content. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| RandomAccessMode | enum RandomAccessModeAn enumerated type representing the modes of a random access content. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| ResourceFileProvider | The Resource provider. | Class | org.apache.commons.vfs2.provider.res | Apache Commons |
|
| ResourceFileSystemConfigBuilder | The config BUILDER for various ftp configuration options. | Class | org.apache.commons.vfs2.provider.res | Apache Commons |
|
| Selectors | Several standard file selectors. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| SftpCheck | Basic check for SFTP. | Class | org.apache.commons.vfs2.libcheck | Apache Commons |
|
| SftpClientFactory | Create a JSch Session instance. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileNameParser | | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileObject | | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileProvider | A provider for accessing files over SFTP. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileSystem | Represents the files on an SFTP server. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpFileSystemConfigBuilder | The config BUILDER for various SFTP configuration options. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| SftpStreamProxy | Stream based proxy for JSch. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| Shell | A simple command-line shell for performing file operations. | Class | org.apache.commons.vfs2.example | Apache Commons |
|
| ShowFileTask | An Ant task that writes the details of a file to Ant's log. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| ShowProperties | A simple that prints the properties of the file passed as first parameter. | Class | org.apache.commons.vfs2.example | Apache Commons |
|
| SoftRefFilesCache | This implementation caches every file as long as it is strongly reachable by the java vm. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| StandardFileSystemManager | A FileSystemManager that configures itself from an XML (Default: providers. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| StaticUserAuthenticator | Provides always the same credentials data passed in with the constructor. | Class | org.apache.commons.vfs2.auth | Apache Commons |
|
| SynchronizedFileObject | This decorator synchronize all access to the FileObject. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| SyncTask | A task that synchronises the destination folder to look exactly like the source folder (or folders). | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| TarFileObject | A file in a Tar file system. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TarFileProvider | A file system provider for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TarFileSystem | A read-only file system for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| Tbz2FileProvider | A file system provider for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TemporaryFileProvider | A provider for temporary files. | Class | org.apache.commons.vfs2.provider.temp | Apache Commons |
|
| TemporaryFileStore | Manages a repository of temporary local files. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| TgzFileProvider | A file system provider for Tar files. | Class | org.apache.commons.vfs2.provider.tar | Apache Commons |
|
| TrustEveryoneUserInfo | Helper class to trust a new host. | Class | org.apache.commons.vfs2.provider.sftp | Apache Commons |
|
| UriParser | Utilities for dealing with URIs. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| UrlFileName | | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| URLFileName | A file name that represents URL. | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| UrlFileNameParser | | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| URLFileNameParser | | Class | org.apache.commons.vfs2.provider | Apache Commons |
|
| UrlFileObject | A FileObject implementation backed by a URL. | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| UrlFileProvider | A file provider backed by Java's URL API. | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| UrlFileSystem | A File system backed by Java's URL API. | Class | org.apache.commons.vfs2.provider.url | Apache Commons |
|
| UserAuthenticationData | Contains various authentication data. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| UserAuthenticator | The user authenticator is used to query credentials from the user. | Interface | org.apache.commons.vfs2 | Apache Commons |
|
| UserAuthenticatorUtils | Helps with authentication. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| VcsAdd | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsCheckout | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsCommit | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsCommitListener | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsDelete | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsLog | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsLogEntry | | Class | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsLogEntryHandler | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsModifyListener | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsRevert | Restores pristine working copy file and cancels all local modifications. | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsStatus | | Class | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsUpdate | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VcsUpdateListener | | Interface | org.apache.commons.vfs2.operations.vcs | Apache Commons |
|
| VFS | The main entry point for the VFS. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| VFSClassLoader | A class loader that can load classes and resources from a search path VFS FileObjects referring both to folders and JAR files. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| VfsComponent | This interface is used to manage the lifecycle of all VFS components. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| VfsComponentContext | Allows VFS components to access the services they need, such as the file replicator. | Interface | org.apache.commons.vfs2.provider | Apache Commons |
|
| VfsLog | This class is to keep the old logging behaviour (for ant-task) and to be able to correctly use commons-logging. | Class | org.apache.commons.vfs2 | Apache Commons |
|
| VfsTask | Base class for the VFS Ant tasks. | Class | org.apache.commons.vfs2.tasks | Apache Commons |
|
| VirtualFileName | A simple Filename to hold the scheme for to be created virtual filesytsem. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| VirtualFileProvider | A virtual filesystem provider. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| VirtualFileSystem | A logical file system, made up of set of junctions, or links, to files from other file systems. | Class | org.apache.commons.vfs2.impl | Apache Commons |
|
| WeakRefFileListener | Wrap a listener with a WeakReference. | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| WeakRefFilesCache | This implementation caches every file as long as it is strongly reachable by the java vm. | Class | org.apache.commons.vfs2.cache | Apache Commons |
|
| WebdavFileContentInfoFactory | Determines the content information for files accessed via WebDAV. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileNameParser | | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileObject | | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileProvider | A provider for WebDAV. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileSystem | A WebDAV file system. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavFileSystemConfigBuilder | Configuration options for WebDav. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WebdavMethodRetryHandler | A retry handler which will retry a failed webdav method one time. | Class | org.apache.commons.vfs2.provider.webdav | Apache Commons |
|
| WindowsFileName | | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| WindowsFileNameParser | A parser for Windows file names. | Class | org.apache.commons.vfs2.provider.local | Apache Commons |
|
| ZipFileObject | A file in a Zip file system. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons |
|
| ZipFileProvider | A file system provider for Zip files. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons |
|
| ZipFileSystem | A read-only file system for Zip/Jar files. | Class | org.apache.commons.vfs2.provider.zip | Apache Commons |
|
| AbstractPrepareMojo | Defines common properties. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| AbstractWeaveMojo | Defines common properties. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| AbstractWeaverTask | Abstract weaver Ant task. | Class | org.apache.commons.weaver.ant | Apache Commons |
|
| AccessLevel | Enumerates the Java access levels. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| AnnotatedElements | Interface defining a means of iterating over a particular type of AnnotatedElement as well as filtering by annotation type (including | Interface | org.apache.commons.weaver.model | Apache Commons |
|
| Annotations | Provide annotation-related utility methods. | Class | org.apache.commons.weaver.utils | Apache Commons |
|
| Args | Argument/Parameter-related utilities. | Class | org.apache.commons.weaver.utils | Apache Commons |
|
| Cleaner | SPI to provide a means for a weaver module to remove woven classes during incremental builds, if necessary. | Interface | org.apache.commons.weaver.spi | Apache Commons |
|
| CleanProcessor | | Class | org.apache.commons.weaver | Apache Commons |
|
| CleanTask | | Class | org.apache.commons.weaver.ant | Apache Commons |
|
| Consumes | Mark a WeaveLifecycleProvider as consuming the output of additional WeaveLifecycleProviders for the same lifecycle stage. | Class | org.apache.commons.weaver | Apache Commons |
|
| Field | Represents a Java field. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| FieldAccess | | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| InlineProperties | Structure to allow inline specification of properties. | Class | org.apache.commons.weaver.ant | Apache Commons |
|
| JavaLoggingToMojoLoggingRedirector | This class redirects calls to java. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| NestedWeavable | Describes a Weavable that lives inside some other Weavable. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| Normalizer | Handles the work of normalizing anonymous class definitions. | Class | org.apache.commons.weaver.normalizer | Apache Commons |
|
| NormalizerWeaver | The purpose of the normalizer module is to merge identical anonymous class definitions into a single type, thereby normalizing them and reducing their collective footprint on your archive and more importantly on your JVM. | Class | org.apache.commons.weaver.normalizer | Apache Commons |
|
| Policy | Weaving policy: when to use PrivilegedActions. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| PrepareMojo | Goal to clean woven classes. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| Privilized | Class-retention annotation to mark privilized classes. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| Privilizer | Coordinates privilization activities. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| PrivilizerCleaner | Removes classes privilized with a different policy. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| PrivilizerWeaver | Privilizer Weaver implementation. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| Privilizing | Indicates that a certain set of method calls should be blueprint privilized, i. | Class | org.apache.commons.weaver.privilizer | Apache Commons |
|
| Produces | Mark a WeaveLifecycleProvider as creating output that is consumed by additional WeaveLifecycleProviders for the same lifecycle stage. | Class | org.apache.commons.weaver | Apache Commons |
|
| Providers | Utility for working with WeaveLifecycleProvider types. | Class | org.apache.commons.weaver.utils | Apache Commons |
|
| Scanner | | Interface | org.apache.commons.weaver.model | Apache Commons |
|
| ScanRequest | | Class | org.apache.commons.weaver.model | Apache Commons |
|
| ScanResult | Encapsulates the result of scanning based on a ScanRequest. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| TestPrepareMojo | Goal to clean woven test classes. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| TestWeaveMojo | Goal to weave test classes. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| URLArray | URL Array utilities. | Class | org.apache.commons.weaver.utils | Apache Commons |
|
| Weavable | Weavable extends AnnotatedElement to include RetentionPolicy. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableClass | | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableConstructor | Weavable Constructor. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableConstructorParameter | Weavable Constructor parameter. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableExecutable | Represents a Weavable executable. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableField | Represents a Weavable Field. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableMethod | Represents a Weavable Method. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableMethodParameter | Weavable Method parameter. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavablePackage | | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeavableParameter | Represents the parameter of an executable. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeaveEnvironment | Encapsulates the environment in which a Weaver or Cleaner must operate. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeaveInterest | Weave interest composed of annotation type and target element type. | Class | org.apache.commons.weaver.model | Apache Commons |
|
| WeaveLifecycle | Defines the parts of the weave lifecycle. | Class | org.apache.commons.weaver.lifecycle | Apache Commons |
|
| WeaveLifecycleToken | Defines token classes corresponding to the elements of the WeaveLifecycle. | Class | org.apache.commons.weaver.lifecycle | Apache Commons |
|
| WeaveMojo | Goal to weave classes. | Class | org.apache.commons.weaver.maven | Apache Commons |
|
| WeaveProcessor | | Class | org.apache.commons.weaver | Apache Commons |
|
| Weaver | A Weaver implementation implements the WEAVE stage of the WeaveLifecycle by performing the byte code enhancement in the classes. | Interface | org.apache.commons.weaver.spi | Apache Commons |
|
| WeaverSettings | Standalone weaver settings datatype. | Class | org.apache.commons.weaver.ant | Apache Commons |
|
| WeaveTask | | Class | org.apache.commons.weaver.ant | Apache Commons |
|
| AbstractAuxiliaryCache | This holds convenience methods used by most auxiliary caches. | Class | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AbstractAuxiliaryCacheAttributes | This has common attributes used by all auxiliaries. | Class | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AbstractAuxiliaryCacheEventLogging | All ICacheEvents are defined as final. | Class | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AbstractCacheAccess | This class provides the common methods for all types of access to the cache. | Class | org.apache.commons.jcs.access | Apache Commons |
|
| AbstractCacheEventQueue | | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| AbstractDiskCache | Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific persistence mechanism. | Class | org.apache.commons.jcs.auxiliary.disk | Apache Commons |
|
| AbstractDiskCacheAttributes | This has common attributes that any conceivable disk cache would need. | Class | org.apache.commons.jcs.auxiliary.disk | Apache Commons |
|
| AbstractDiskCacheManager | Common disk cache methods and properties. | Class | org.apache.commons.jcs.auxiliary.disk | Apache Commons |
|
| AbstractDoubleLinkedListMemoryCache | This class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches. | Class | org.apache.commons.jcs.engine.memory | Apache Commons |
|
| AbstractHttpClient | This class simply configures the http multithreaded connection manager. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| AbstractJCSWorkerHelper | This is an abstract template for JCSWorkerHelper implementations. | Class | org.apache.commons.jcs.utils.access | Apache Commons |
|
| AbstractMemoryCache | This base includes some common code for memory caches. | Class | org.apache.commons.jcs.engine.memory | Apache Commons |
|
| AbstractPropertyContainer | Provides a mechanism to load properties into objects. | Class | org.apache.commons.jcs.utils.props | Apache Commons |
|
| AbstractRemoteAuxiliaryCache | Abstract base for remote caches. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| AbstractRemoteCacheListener | Shared listener base. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| AbstractRemoteCacheNoWaitFacade | An abstract base for the No Wait Facade. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| AbstractRemoteCacheService | This class contains common methods for remote cache services. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
|
| AuxiliaryCache | Tag interface for auxiliary caches. | Interface | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AuxiliaryCacheAttributes | This is a nominal interface that auxiliary cache attributes should implement. | Interface | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AuxiliaryCacheConfigurator | Configuration util for auxiliary caches. | Class | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AuxiliaryCacheFactory | All auxiliary caches must have a factory that the cache configurator can use to create instances. | Interface | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| AuxiliaryCacheManager | | Interface | org.apache.commons.jcs.auxiliary | Apache Commons |
|
| BlockDisk | This class manages reading an writing data to disk. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BlockDiskCache | There is one BlockDiskCache per region. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BlockDiskCacheAttributes | This holds attributes for Block Disk Cache configuration. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BlockDiskCacheFactory | Creates disk cache instances. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BlockDiskCacheManager | Cache manager for BlockDiskCaches. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BlockDiskElementDescriptor | This represents an element on disk. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BlockDiskKeyStore | This is responsible for storing the keys. | Class | org.apache.commons.jcs.auxiliary.disk.block | Apache Commons |
|
| BoundedQueue | This is a bounded queue. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| CacheAccess | This class provides an interface for all types of access to the cache. | Class | org.apache.commons.jcs.access | Apache Commons |
|
| CacheAdaptor | Used for Cache-to-Cache messaging purposes. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheConstants | Constants used throughout the JCS cache engineVersion:$Id: CacheConstants. | Interface | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheElement | Generic element wrapper. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheElementInfo | | Class | org.apache.commons.jcs.admin | Apache Commons |
|
| CacheElementSerialized | Either serialized value or the value should be null;See Also:Serialized Form | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheEvent | It's returned from create and passed into log. | Class | org.apache.commons.jcs.engine.logging | Apache Commons |
|
| CacheEventLoggerDebugLogger | This implementation simple logs to a commons logger at debug level, for all events. | Class | org.apache.commons.jcs.engine.logging | Apache Commons |
|
| CacheEventQueue | An event queue is used to propagate ordered cache events to one and only one target listener. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheEventQueueFactory | This class hands out event Queues. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheException | This is the most general exception the cache throws. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| CacheGroup | Holder for attributes specific to a group. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheInfo | This is a static variable holder for the distribution auxiliaries that need something like a vmid. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheListeners | | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheRegionInfo | | Class | org.apache.commons.jcs.admin | Apache Commons |
|
| CacheStats | This class stores cache historical and statistics data for a region. | Class | org.apache.commons.jcs.engine.stats | Apache Commons |
|
| CacheStatus | | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CacheWatchRepairable | Intercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CommonRemoteCacheAttributes | Attributes common to remote cache client and server. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| CompositeCache | This is the primary hub for a single cache/region. | Class | org.apache.commons.jcs.engine.control | Apache Commons |
|
| CompositeCacheAttributes | The CompositeCacheAttributes defines the general cache region settings. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| CompositeCacheConfigurator | This class configures JCS based on a properties object. | Class | org.apache.commons.jcs.engine.control | Apache Commons |
|
| CompositeCacheManager | Manages a composite cache. | Class | org.apache.commons.jcs.engine.control | Apache Commons |
|
| CompressingSerializer | Performs default serialization and de-serialization. | Class | org.apache.commons.jcs.utils.serialization | Apache Commons |
|
| CompressionUtil | Compress / Decompress. | Class | org.apache.commons.jcs.utils.zip | Apache Commons |
|
| ConfigurationException | Thrown if there is some severe configuration problem that makes the cache nonfunctional. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| CountingOnlyOutputStream | Keeps track of the number of bytes written to it, but doesn't write them anywhere. | Class | org.apache.commons.jcs.admin | Apache Commons |
|
| DaemonThreadFactory | Allows us to set the daemon status on the threads. | Class | org.apache.commons.jcs.utils.threadpool | Apache Commons |
|
| DiscoveredService | This contains info about a discovered service. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| DoubleLinkedList | This is a generic thread safe double linked list. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| DoubleLinkedListNode | This serves as a placeholder in a double linked list. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| ElapsedTimer | This is a simple timer utility. | Class | org.apache.commons.jcs.utils.timing | Apache Commons |
|
| ElementAttributes | This it the element attribute descriptor class. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| ElementEvent | Element events will trigger the creation of Element Event objects. | Class | org.apache.commons.jcs.engine.control.event | Apache Commons |
|
| ElementEventQueue | An event queue is used to propagate ordered cache events to one and only one target listener. | Class | org.apache.commons.jcs.engine.control.event | Apache Commons |
|
| ElementEventType | enum ElementEventTypeThis describes the events that an item can encounter. | Class | org.apache.commons.jcs.engine.control.event.behavior | Apache Commons |
|
| FIFOMemoryCache | The items are spooled in the order they are added. | Class | org.apache.commons.jcs.engine.memory.fifo | Apache Commons |
|
| GroupAttrName | Description of the ClassSee Also:Serialized Form | Class | org.apache.commons.jcs.engine.control.group | Apache Commons |
|
| GroupCacheAccess | | Class | org.apache.commons.jcs.access | Apache Commons |
|
| GroupId | Used to avoid name conflict when group cache items are mixed with non-group cache items in theSee Also:Serialized Form | Class | org.apache.commons.jcs.engine.control.group | Apache Commons |
|
| HostNameUtil | Simple utility for getting the local host name. | Class | org.apache.commons.jcs.utils.net | Apache Commons |
|
| HSQLDiskCacheFactory | This factory should create mysql disk caches. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.hsql | Apache Commons |
|
| ICache | This is the top level interface for all cache like structures. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheAccess | ICacheAccess defines the behavior for client access. | Interface | org.apache.commons.jcs.access.behavior | Apache Commons |
|
| ICacheAccessManagement | ICacheAccessManagement defines the methods for cache management, cleanup and shutdown. | Interface | org.apache.commons.jcs.access.behavior | Apache Commons |
|
| ICacheElement | Every item is the cache is wrapped in an ICacheElement. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheElementSerialized | This interface defines the behavior of the serialized element wrapper. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheEvent | Defines the common fields required by a cache event. | Interface | org.apache.commons.jcs.engine.logging.behavior | Apache Commons |
|
| ICacheEventLogger | This defines the behavior for event logging. | Interface | org.apache.commons.jcs.engine.logging.behavior | Apache Commons |
|
| ICacheEventQueue | Interface for a cache event queue. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheListener | Used to receive a cache event notification. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheManager | Interface implemented by a specific cache. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheObserver | Used to register interest in receiving cache changes. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheRestore | | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheService | Used to retrieve and update the cache. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheServiceAdmin | | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheServiceNonLocal | Used to retrieve and update non local caches, such as the remote and lateral caches. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICacheStats | This holds stat information on a region. | Interface | org.apache.commons.jcs.engine.stats.behavior | Apache Commons |
|
| ICacheType | Interface implemented by a specific cache. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICommonRemoteCacheAttributes | This specifies what a remote cache configuration object should look like. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| ICompositeCacheAttributes | This defines the minimal behavior for the Cache Configuration settings. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| ICompositeCacheManager | I need the interface so I can plug in mock managers for testing. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IDiscoveryListener | Interface for things that want to listen to discovery events. | Interface | org.apache.commons.jcs.utils.discovery.behavior | Apache Commons |
|
| IDiskCacheAttributes | Common disk cache attributes. | Interface | org.apache.commons.jcs.auxiliary.disk.behavior | Apache Commons |
|
| IElementAttributes | Interface for cache element attributes classes. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IElementEvent | Defines how an element event object should behave. | Interface | org.apache.commons.jcs.engine.control.event.behavior | Apache Commons |
|
| IElementEventHandler | This interface defines the behavior for event handler. | Interface | org.apache.commons.jcs.engine.control.event.behavior | Apache Commons |
|
| IElementEventQueue | Interface for an element event queue. | Interface | org.apache.commons.jcs.engine.control.event.behavior | Apache Commons |
|
| IElementSerializer | Defines the behavior for cache element serializers. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IGroupCacheAccess | | Interface | org.apache.commons.jcs.access.behavior | Apache Commons |
|
| IKeyMatcher | Key matchers need to implement this interface. | Interface | org.apache.commons.jcs.engine.match.behavior | Apache Commons |
|
| ILateralCacheAttributes | This interface defines configuration options common to lateral cache plugins. | Interface | org.apache.commons.jcs.auxiliary.lateral.behavior | Apache Commons |
|
| ILateralCacheListener | Listens for lateral cache event notification. | Interface | org.apache.commons.jcs.auxiliary.lateral.behavior | Apache Commons |
|
| ILateralCacheManager | | Interface | org.apache.commons.jcs.auxiliary.lateral.behavior | Apache Commons |
|
| ILateralCacheObserver | | Interface | org.apache.commons.jcs.auxiliary.lateral.behavior | Apache Commons |
|
| IMemoryCache | For the framework. | Interface | org.apache.commons.jcs.engine.memory.behavior | Apache Commons |
|
| IndexedDiskCache | Disk cache that uses a RandomAccessFile with keys stored in memory. | Class | org.apache.commons.jcs.auxiliary.disk.indexed | Apache Commons |
|
| IndexedDiskCacheAttributes | Configuration class for the Indexed Disk CacheSee Also:Serialized Form | Class | org.apache.commons.jcs.auxiliary.disk.indexed | Apache Commons |
|
| IndexedDiskCacheFactory | Creates disk cache instances. | Class | org.apache.commons.jcs.auxiliary.disk.indexed | Apache Commons |
|
| IndexedDiskCacheManager | Cache manager for IndexedDiskCaches. | Class | org.apache.commons.jcs.auxiliary.disk.indexed | Apache Commons |
|
| IndexedDiskDumper | Used to dump out a Disk cache from disk for debugging. | Class | org.apache.commons.jcs.auxiliary.disk.indexed | Apache Commons |
|
| IndexedDiskElementDescriptor | Disk objects are located by descriptor entries. | Class | org.apache.commons.jcs.auxiliary.disk.indexed | Apache Commons |
|
| InvalidArgumentException | InvalidArgumentException is thrown if an argument is passed to the cache that is invalid. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| InvalidGroupException | InvalidGroupExceptionSee Also:Serialized Form | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| InvalidHandleException | InvalidHandleException is not used. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| IProvideScheduler | Marker interface for providers of the central ScheduledExecutorServiceAuthor:Thomas Vandahl | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IRemoteCacheAttributes | This specifies what a remote cache configuration object should look like. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| IRemoteCacheClient | This defines the behavior expected of a remote cache client. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| IRemoteCacheConstants | This holds constants that are used by the remote cache. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| IRemoteCacheDispatcher | In the future, this can be used as a generic dispatcher abstraction. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| IRemoteCacheListener | Listens for remote cache event notification ( rmi callback ). | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| IRemoteCacheObserver | Used to register interest in receiving remote cache changes. | Interface | org.apache.commons.jcs.auxiliary.remote.behavior | Apache Commons |
|
| IRemoteCacheServer | Interface for managing Remote objectsAuthor:Thomas Vandahl | Interface | org.apache.commons.jcs.auxiliary.remote.server.behavior | Apache Commons |
|
| IRemoteCacheServerAttributes | This defines the minimal behavior for the objects that are used to configure the remote cache server. | Interface | org.apache.commons.jcs.auxiliary.remote.server.behavior | Apache Commons |
|
| IRemoteHttpCacheClient | It's not entirely clear that this interface is needed. | Interface | org.apache.commons.jcs.auxiliary.remote.http.client.behavior | Apache Commons |
|
| IRemoteHttpCacheConstants | Constants used throughout the HTTP remote cache. | Interface | org.apache.commons.jcs.auxiliary.remote.http.behavior | Apache Commons |
|
| IRequireScheduler | Marker interface to allow the injection of a central ScheduledExecutorService for all modules requiring scheduled background operations. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IShutdownObservable | ShutdownObservers can observe ShutdownObservable objects. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IShutdownObserver | This interface is required of all shutdown observers. | Interface | org.apache.commons.jcs.engine.behavior | Apache Commons |
|
| IStatElement | IAuxiliaryCacheStats will hold these IStatElements. | Interface | org.apache.commons.jcs.engine.stats.behavior | Apache Commons |
|
| IStats | This interface defines the common behavior for a stats holder. | Interface | org.apache.commons.jcs.engine.stats.behavior | Apache Commons |
|
| ITCPLateralCacheAttributes | This interface defines functions that are particular to the TCP Lateral Cache plugin. | Interface | org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior | Apache Commons |
|
| JCS | Simple class for using JCS. | Class | org.apache.commons.jcs | Apache Commons |
|
| JCSAdminBean | A servlet which provides HTTP access to JCS. | Class | org.apache.commons.jcs.admin | Apache Commons |
|
| JCSAdminServlet | A servlet which provides HTTP access to JCS. | Class | org.apache.commons.jcs.admin.servlet | Apache Commons |
|
| JCSJMXBean | | Interface | org.apache.commons.jcs.admin | Apache Commons |
|
| JCSServletContextListener | If you add this to the context listeners section of your web. | Class | org.apache.commons.jcs.utils.servlet | Apache Commons |
|
| JCSWorker | Utility class to encapsulate doing a piece of work, and caching the results in JCS. | Class | org.apache.commons.jcs.utils.access | Apache Commons |
|
| JCSWorkerHelper | Interface for doing a piece of work which is expected to be cached. | Interface | org.apache.commons.jcs.utils.access | Apache Commons |
|
| JDBCDiskCache | This is the jdbc disk cache plugin. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCacheAttributes | The configurator will set these values based on what is in the cache. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCacheFactory | This factory should create mysql disk caches. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCacheManager | This manages instances of the jdbc disk cache. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCacheManagerAbstractTemplate | This class serves as an abstract template for JDBCDiskCache Manager. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCachePoolAccess | This class provides access to the connection pool. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCachePoolAccessAttributes | These are used to configure the JDBCDiskCachePoolAccess class. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| JDBCDiskCachePoolAccessManager | Manages JDBCDiskCachePoolAccess instances. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| KeyMatcherPatternImpl | This implementation of the KeyMatcher uses standard Java Pattern matching. | Class | org.apache.commons.jcs.engine.match | Apache Commons |
|
| LateralCache | Lateral distributor. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheAbstractFactory | Particular lateral caches should define their own factory. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheAbstractManager | Creates lateral caches. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheAttributes | This class stores attributes for all of the available lateral cache auxiliaries. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheMonitor | Used to monitor and repair any failed connection for the lateral cache service. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheNoWait | Used to queue up update requests to the underlying cache. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheNoWaitFacade | Used to provide access to multiple services under nowait protection. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheRestore | Used to repair the lateral caches managed by the associated instance of LateralCacheManager. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCacheWatchRepairable | Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralCommand | Enumeration of the available lateral commandsEnum Constant Summary | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralElementDescriptor | This class wraps command to other laterals. | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| LateralTCPCacheFactory | Constructs a LateralCacheNoWaitFacade for the given configuration. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LateralTCPCacheManager | Creates lateral caches. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LateralTCPDiscoveryListener | This knows how to add and remove discovered services. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LateralTCPDiscoveryListenerManager | The factory holds an instance of this manager. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LateralTCPListener | Listens for connections from other TCP lateral caches and handles them. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LateralTCPSender | This class is based on the log4j SocketAppender class. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LateralTCPService | A lateral cache service implementation. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| LHMLRUMemoryCache | This is a test memory manager using the jdk1. | Class | org.apache.commons.jcs.engine.memory.lru | Apache Commons |
|
| LRUElementDescriptor | This is a node in the double linked list. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| LRUMap | This is a simple LRUMap. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| LRUMapEntry | Entry for the LRUMap. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| LRUMapJCS | Extension of LRUMap for logging of removals. | Class | org.apache.commons.jcs.auxiliary.disk | Apache Commons |
|
| LRUMemoryCache | A fast reference management system. | Class | org.apache.commons.jcs.engine.memory.lru | Apache Commons |
|
| MemoryElementDescriptor | This wrapper is needed for double linked lists. | Class | org.apache.commons.jcs.engine.memory.util | Apache Commons |
|
| MRUMemoryCache | The most recently used items move to the front of the list and get spooled to disk if the cache hub is configured to use a disk cache. | Class | org.apache.commons.jcs.engine.memory.mru | Apache Commons |
|
| MySQLDiskCache | The MySQLDiskCache extends the core JDBCDiskCache. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql | Apache Commons |
|
| MySQLDiskCacheAttributes | This has additional attributes that are particular to the MySQL disk cache. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql | Apache Commons |
|
| MySQLDiskCacheFactory | This factory should create mysql disk caches. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql | Apache Commons |
|
| MySQLDiskCacheManager | This manages instances of the MySQL jdbc disk cache. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql | Apache Commons |
|
| MySQLTableOptimizer | The MySQL Table Optimizer can optimize MySQL tables. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql | Apache Commons |
|
| ObjectExistsException | The putSafe method on the JCS convenience class throws this exception if the object is already present in the cache. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| ObjectInputStreamClassLoaderAware | | Class | org.apache.commons.jcs.io | Apache Commons |
|
| ObjectNotFoundException | ObjectNotFoundException TODO see if we can remove this. | Class | org.apache.commons.jcs.access.exception | Apache Commons |
|
| OptionConverter | This class is based on the log4j class org. | Class | org.apache.commons.jcs.utils.config | Apache Commons |
|
| PartitionedCacheAccess | TODO: Add new methods that will allow you to provide a partition indicator for all major calls. | Class | org.apache.commons.jcs.access | Apache Commons |
|
| PoolConfiguration | This object holds configuration data for a thread pool. | Class | org.apache.commons.jcs.utils.threadpool | Apache Commons |
|
| PooledCacheEventQueue | An event queue is used to propagate ordered cache events to one and only one target listener. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| PropertiesFactory | Retrieves properties from a configurable source. | Interface | org.apache.commons.jcs.utils.props | Apache Commons |
|
| PropertiesFactoryFileImpl | Goes to the file system to load a properties file. | Class | org.apache.commons.jcs.utils.props | Apache Commons |
|
| PropertyLoader | I modified this class to work with . | Class | org.apache.commons.jcs.utils.props | Apache Commons |
|
| PropertySetter | This class is based on the log4j class org. | Class | org.apache.commons.jcs.utils.config | Apache Commons |
|
| PropertySetterException | This class is based on the log4j class org. | Class | org.apache.commons.jcs.utils.config | Apache Commons |
|
| PurgatoryElement | Elements are stored in purgatory when they are spooled to the auxiliary cache, but have not yet been written to disk. | Class | org.apache.commons.jcs.auxiliary.disk | Apache Commons |
|
| RegistryKeepAliveRunner | This class tries to keep the registry alive. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| RemoteCache | Client proxy for an RMI remote cache. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheAttributes | These objects are used to configure the remote cache client. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheFactory | The RemoteCacheFactory creates remote caches for the cache hub. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheFailoverRunner | The RemoteCacheFailoverRunner tries to establish a connection with a failover server, if any are defined. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheListener | Registered with RemoteCache server. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheManager | An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheMonitor | Used to monitor and repair any failed connection for the remote cache service. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheNoWait | The RemoteCacheNoWait wraps the RemoteCacheClient. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheNoWaitFacade | Used to provide access to multiple services under nowait protection. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheRequest | The basic request wrapper. | Class | org.apache.commons.jcs.auxiliary.remote.value | Apache Commons |
|
| RemoteCacheRequestFactory | This creates request objects. | Class | org.apache.commons.jcs.auxiliary.remote.util | Apache Commons |
|
| RemoteCacheResponse | This is the response wrapper. | Class | org.apache.commons.jcs.auxiliary.remote.value | Apache Commons |
|
| RemoteCacheRestore | Used to repair the remote caches managed by the associated instance of RemoteCacheManager. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteCacheServer | This class provides remote cache services. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| RemoteCacheServerAttributes | These attributes are used to configure the remote cache server. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| RemoteCacheServerFactory | Provides remote cache services. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| RemoteCacheServiceAdaptor | The Servlet deserializes the request object. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
|
| RemoteCacheStartupServlet | This servlet can be used to startup the JCS remote cache. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| RemoteCacheWatchRepairable | Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| RemoteHttpCache | This uses an http client as the service. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheAttributes | Http client specific settings. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheClient | This is the service used by the remote http auxiliary cache. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheDispatcher | | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheFactory | The RemoteCacheFactory creates remote caches for the cache hub. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheManager | This is a very crude copy of the RMI remote manager. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheMonitor | Upon the notification of a connection error, the monitor changes to operate in a time driven mode. | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteHttpCacheServerAttributes | Configuration for the RemoteHttpCacheServer. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
|
| RemoteHttpCacheService | This does the work. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
|
| RemoteHttpCacheServlet | This servlet simply reads and writes objects. | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
|
| RemoteHttpCacheSeviceFactory | | Class | org.apache.commons.jcs.auxiliary.remote.http.server | Apache Commons |
|
| RemoteHttpClientListener | | Class | org.apache.commons.jcs.auxiliary.remote.http.client | Apache Commons |
|
| RemoteRequestType | enum RemoteRequestTypeThe different types of requests | Class | org.apache.commons.jcs.auxiliary.remote.value | Apache Commons |
|
| RemoteType | Enum to describe the mode of the remote cacheEnum Constant Summary | Class | org.apache.commons.jcs.auxiliary.remote.server.behavior | Apache Commons |
|
| RemoteUtils | This class provides some basic utilities for doing things such as starting the registry properly. | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |
|
| ScheduleFormatException | This is thrown internally by the schedule parser. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util | Apache Commons |
|
| ScheduleParser | Parses the very simple schedule format. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util | Apache Commons |
|
| SerializationConversionUtil | This uses a supplied Serializer to convert to and from cache elements. | Class | org.apache.commons.jcs.utils.serialization | Apache Commons |
|
| ShrinkerThread | Calls delete expired on the disk caches. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| ShrinkerThread | A background memory shrinker. | Class | org.apache.commons.jcs.engine.memory.shrinking | Apache Commons |
|
| SingleLinkedList | This is an basic thread safe single linked list. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| SleepUtil | Utility methods to help deal with thread issues. | Class | org.apache.commons.jcs.utils.timing | Apache Commons |
|
| SortedPreferentialArray | This maintains a sorted array with a preferential replacement policy when full. | Class | org.apache.commons.jcs.utils.struct | Apache Commons |
|
| StandardSerializer | Performs default serialization and de-serialization. | Class | org.apache.commons.jcs.utils.serialization | Apache Commons |
|
| StatElement | This is a stat data holder. | Class | org.apache.commons.jcs.engine.stats | Apache Commons |
|
| Stats | | Class | org.apache.commons.jcs.engine.stats | Apache Commons |
|
| TableState | This is used by various elements of the JDBC disk cache to indicate the status of a table. | Class | org.apache.commons.jcs.auxiliary.disk.jdbc | Apache Commons |
|
| TCPLateralCacheAttributes | This interface defines functions that are particular to the TCP Lateral Cache plugin. | Class | org.apache.commons.jcs.auxiliary.lateral.socket.tcp | Apache Commons |
|
| ThreadPoolManager | This manages threadpools for an application using Doug Lea's Util Concurrent package. | Class | org.apache.commons.jcs.utils.threadpool | Apache Commons |
|
| TimeoutConfigurableRMISocketFactory | This can be injected into the the remote cache server as follows: jcs. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| UDPCleanupRunner | This class periodically check the lastHeardFrom time on the services. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoveryAttributes | Configuration properties for UDP discover service. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoveryManager | This manages UDPDiscovery Services. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoveryMessage | The message sent by the discovery mechanism. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoveryReceiver | Receives UDP Discovery messages. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoverySender | This is a generic sender for the UDPDiscovery process. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoverySenderThread | Used to periodically broadcast our location to other caches that might be listening. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| UDPDiscoveryService | This service creates a listener that can create lateral caches and add them to the no wait list. | Class | org.apache.commons.jcs.utils.discovery | Apache Commons |
|
| ZombieCacheService | Zombie adapter for any cache service. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| ZombieCacheServiceNonLocal | Zombie adapter for the non local cache services. | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| ZombieCacheWatch | | Class | org.apache.commons.jcs.engine | Apache Commons |
|
| ZombieLateralCacheWatch | | Class | org.apache.commons.jcs.auxiliary.lateral | Apache Commons |
|
| ZombieRemoteCacheWatch | | Class | org.apache.commons.jcs.auxiliary.remote | Apache Commons |