Name | Description | Type | Package | Framework | JavaDoc |
AggregateTranslator | Executes a sequence of translators one after the other. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
AnnotationUtils | Helper methods for working with Annotation instances. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
ArrayUtils | Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]). | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.lang3.ArrayUtils |
AtomicInitializer | A specialized implementation of the ConcurrentInitializer interface based on an AtomicReference variable. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
AtomicSafeInitializer | A specialized ConcurrentInitializer implementation which is similar to AtomicInitializer, but ensures that the initialize() | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
BackgroundInitializer | A class that allows complex initialization operations in a background task. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
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 | javadoc |
|
BitField | Supports operations on bit-mapped fields. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
BooleanUtils | Operations on boolean primitives and Boolean objects. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
CharEncoding | Character encoding names required of every implementation of the Java platform. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
CharSequenceTranslator | An API for translating text. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
CharSequenceUtils | Operations on CharSequence that areSince:3. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
CharSet | A set of characters. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.lang3.CharSet |
CharSetUtils | Operations on CharSet instances. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.lang3.CharSetUtils |
CharUtils | Operations on char primitives and Character objects. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
ClassPathUtils | Operations regarding the classpath. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
ClassUtils | Operates on classes without using reflection. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.lang3.ClassUtils |
CloneFailedException | Exception thrown when a clone cannot be created. | Class | org.apache.commons.lang3.exception | Apache Commons | javadoc |
|
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 | javadoc |
|
CompareToBuilder | Assists in implementing Comparable. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
CompositeFormat | Formats using one formatter and parses using a different formatter. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
ConcurrentException | An exception class used for reporting error conditions related to accessing data of background tasks. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
|
ConcurrentInitializer | Definition of an interface for the thread-safe initialization of objects. | Interface | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
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 | javadoc |
|
ConcurrentUtils | An utility class providing functionality related to the java. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
ConstantInitializer | A very simple implementation of the ConcurrentInitializer interface which always returns the same object. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
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 | javadoc |
|
ContextedException | An exception that provides an easy and safe way to add contextual information. | Class | org.apache.commons.lang3.exception | Apache Commons | javadoc |
|
ContextedRuntimeException | A runtime exception that provides an easy and safe way to add contextual information. | Class | org.apache.commons.lang3.exception | Apache Commons | javadoc |
|
Conversion | Static methods to convert a type into another, with endianness and bit ordering awareness. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
DateFormatUtils | Date and time formatting utilities and constants. | Class | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
DateParser | | Interface | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
DatePrinter | | Interface | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
DateUtils | A suite of utilities surrounding the use of the Calendar and Date object. | Class | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
DefaultExceptionContext | Default implementation of the context storing the label-value pairs for contexted exceptions. | Class | org.apache.commons.lang3.exception | Apache Commons | javadoc |
|
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 | javadoc |
|
Diffable | Diffable classes can be compared with other objects for differences. | Interface | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
DiffBuilder | Assists in implementing Diffable. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
DiffResult | A DiffResult contains a collection of the differences between two Diffable objects. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
DurationFormatUtils | Duration formatting utilities and constants. | Class | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
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 | javadoc |
|
EnumUtils | Utility library to provide helper methods for Java enums. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
EqualsBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
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 | javadoc |
|
EventUtils | Provides some useful event-based utility methods. | Class | org.apache.commons.lang3.event | Apache Commons | javadoc |
|
ExceptionContext | Allows the storage and retrieval of contextual information based on label-value pairs for exceptions. | Interface | org.apache.commons.lang3.exception | Apache Commons | javadoc |
|
ExceptionUtils | Provides utilities for manipulating and examining Since:1. | Class | org.apache.commons.lang3.exception | Apache Commons | javadoc |
|
|
ExtendedMessageFormat | options for embedded format elements. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
FastDatePrinter | FastDatePrinter is a fast and thread-safe version of To obtain a FastDatePrinter, use FastDateFormat. | Class | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
FieldUtils | Utilities for working with Fields by reflection. | Class | org.apache.commons.lang3.reflect | Apache Commons | javadoc |
|
FormatFactory | | Interface | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
FormattableUtils | Provides utilities for working with the Formattable interface. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
Fraction | Fraction is a Number implementation that stores fractions accurately. | Class | org.apache.commons.lang3.math | Apache Commons | javadoc |
|
HashCodeBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
IEEE754rUtils | Provides IEEE-754r variants of NumberUtils methods. | Class | org.apache.commons.lang3.math | Apache Commons | javadoc |
|
ImmutablePair | An immutable pair consisting of two Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons | javadoc |
|
ImmutableTriple | An immutable triple consisting of three Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons | javadoc |
|
InheritanceUtils | Utility methods focusing on inheritance. | Class | org.apache.commons.lang3.reflect | Apache Commons | javadoc |
|
JavaUnicodeEscaper | Translates codepoints to their Unicode escaped value suitable for Java source. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
JavaVersion | An enum representing all the versions of the Java specification. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
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 | javadoc |
|
LocaleUtils | Operations to assist when working with a Locale. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
LookupTranslator | Translates a value using a lookup table. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
MethodUtils | Utility reflection methods focused on Methods, originally from Commons BeanUtils. | Class | org.apache.commons.lang3.reflect | Apache Commons | javadoc |
|
MultiBackgroundInitializer | A specialized BackgroundInitializer implementation that can deal with multiple background initialization tasks. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
Mutable | Provides mutable access to a value. | Interface | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableBoolean | A mutable boolean wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableByte | A mutable byte wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableDouble | A mutable double wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableFloat | A mutable float wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
|
MutableInt | A mutable int wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableLong | A mutable long wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableObject | A mutable Object wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutablePair | A mutable pair consisting of two Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons | javadoc |
|
MutableShort | A mutable short wrapper. | Class | org.apache.commons.lang3.mutable | Apache Commons | javadoc |
|
MutableTriple | A mutable triple consisting of three Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons | javadoc |
|
NotImplementedException | Thrown to indicate that a block of code has not been implemented. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
NumberUtils | Provides extra functionality for Java Number classes. | Class | org.apache.commons.lang3.math | Apache Commons | javadoc |
|
NumericEntityEscaper | Translates codepoints to their XML numeric entity escaped value. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
NumericEntityUnescaper | Translate XML numeric entities of the form [xX]?\d+;? to the specific codepoint. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
ObjectUtils | Operations on Object. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
OctalUnescaper | Translate escaped octal Strings back to their octal values. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
Pair | A pair consisting of two elements. | Class | org.apache.commons.lang3.tuple | Apache Commons | javadoc |
|
RandomStringUtils | Operations for random Strings. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
RandomUtils | Utility library that supplements the standard Random class. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
Range | An immutable range of objects from a minimum to maximum point inclusive. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
RecursiveToStringStyle | Works with ToStringBuilder to create a deep toString. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
ReflectionToStringBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
SerializationException | Exception thrown when the Serialization process fails. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
SerializationUtils | Assists with the serialization process and performs additional functionality based Deep clone using serialization | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
StandardToStringStyle | Works with ToStringBuilder to create a toString. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
StopWatch | StopWatch provides a convenient API for timings. | Class | org.apache.commons.lang3.time | Apache Commons | javadoc |
|
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 | javadoc |
|
StringEscapeUtils | Escapes and unescapes Strings for Java, Java Script, HTML and XML. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
StringUtils | Operations on String that are - checks if a String contains textTrim/Strip | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.lang3.StringUtils |
|
StrLookup | Lookup a String key to a String value. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
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 | javadoc |
|
StrSubstitutor | Substitutes variables within a string by values. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
StrTokenizer | Tokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
SystemUtils | Helpers for java. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
TimedSemaphore | A specialized semaphore implementation that provides a number of permits in a given time frame. | Class | org.apache.commons.lang3.concurrent | Apache Commons | javadoc |
|
ToStringBuilder | Assists in implementing Object. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
ToStringStyle | Controls String formatting for ToStringBuilder. | Class | org.apache.commons.lang3.builder | Apache Commons | javadoc |
|
Triple | A triple consisting of three elements. | Class | org.apache.commons.lang3.tuple | Apache Commons | javadoc |
|
Typed | Generalization of has a type. | Interface | org.apache.commons.lang3.reflect | Apache Commons | javadoc |
|
TypeLiteral | Type literal comparable to javax. | Class | org.apache.commons.lang3.reflect | Apache Commons | javadoc |
|
TypeUtils | Utility methods focusing on type inspection, particularly with regard toSince:3. | Class | org.apache.commons.lang3.reflect | Apache Commons | javadoc |
|
UnicodeEscaper | Translates codepoints to their Unicode escaped value. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
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 | javadoc |
|
UnicodeUnpairedSurrogateRemover | Helper subclass to CharSequenceTranslator to remove unpaired surrogates. | Class | org.apache.commons.lang3.text.translate | Apache Commons | javadoc |
|
Validate | This class assists in validating arguments. | Class | org.apache.commons.lang3 | Apache Commons | javadoc |
|
WordUtils | Operations on Strings that contain words. | Class | org.apache.commons.lang3.text | Apache Commons | javadoc |
|
AvalonLogger | logging calls to the Avalon logging abstraction: the Logger interface. | Class | org.apache.commons.logging.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Log | A simple logging interface abstracting logging APIs. | Interface | org.apache.commons.logging | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.logging.Log |
Log4JLogger | Logger for log4J version 1. | Class | org.apache.commons.logging.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.logging.LogFactory |
LogFactoryImpl | Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation | Class | org.apache.commons.logging.impl | Apache Commons | javadoc |
|
|
LogKitLogger | that wraps the avalon-logkit logging system. | Class | org.apache.commons.logging.impl | Apache Commons | javadoc |
|
LogSource | Factory for creating Log instances. | Class | org.apache.commons.logging | Apache Commons | javadoc |
|
NoOpLog | Trivial implementation of Log that throws away all messages. | Class | org.apache.commons.logging.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
WeakHashtable | to hold its keys thus allowing them to be reclaimed by the garbage collector. | Class | org.apache.commons.logging.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ArrayConverter | Generic Converter implementation that handles conversion to and from array objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
BaseLocaleConverter | The base class for all standart type locale-sensitive converters. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons | javadoc |
|
BasicDynaBean | Minimal implementation of the DynaBean interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BasicDynaClass | Minimal implementation of the DynaClass interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
BeanComparator | This comparator compares two beans by the specified bean property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
BeanPropertyValueChangeClosure | Closure that sets a property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BeanPropertyValueEqualsPredicate | Predicate that evaluates a property value against a specified value. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BeanToPropertyValueTransformer | Transformer that outputs a property value. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BeanUtils | Utility methods for populating JavaBeans properties via reflection. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BeanUtilsBean | JavaBean property population methods. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BeanUtilsBean2 | BeanUtilsBean implementation that creates a ConvertUtilsBean2 and delegates conversion to | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
BigDecimalConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
|
BigDecimalLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
BigIntegerConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
BigIntegerLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
BooleanConverter | Converter implementation that handles conversion to and from Boolean objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
ByteConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
ByteLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
CalendarConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
CharacterConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
ClassConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
ConstructorUtils | Utility reflection methods focussed on constructors, modelled after MethodUtils. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
ConversionException | A ConversionException indicates that a call to Converter. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ConvertUtilsBean2 | ConvertUtilsBean implementation that delegates convert() methods to the new ConvertUtilsBean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
DateConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
DateLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
DateTimeConverter | Converter implementaion that handles conversion to and from date/time objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
DecimalLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
|
DefaultBeanIntrospector | The default BeanIntrospector implementation. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
DefaultResolver | Default Property Name Expression Resolver Implementation. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.expression | Apache Commons | javadoc |
|
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 | javadoc |
|
DoubleConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
DoubleLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
DynaBeanMapDecorator | Decorates a DynaBean to provide Map behaviour. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
DynaBeanPropertyMapDecorator | Decorates a DynaBean to provide Map behavior. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
DynaClass | A DynaClass is a simulation of the functionality of java. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
DynaProperty | The metadata describing an individual property of a DynaBean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
FileConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
FloatConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
FloatLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
IntegerConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
IntegerLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
IntrospectionContext | A context interface used during introspection for querying and setting property descriptors. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
LazyDynaClass | DynaClass which implements the MutableDynaClass interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
LongConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
LongLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
MappedPropertyDescriptor | A MappedPropertyDescriptor describes one mapped property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
NumberConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Resolver | Property Name Expression Resolver. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils.expression | Apache Commons | javadoc |
|
ResultSetDynaClass | java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
ResultSetIterator | iterator() method of ResultSetDynaClass. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
RowSetDynaClass | of DynaBeans representing the results of an SQL query. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
ShortConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
ShortLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
SqlDateConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
SqlDateLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
SqlTimeConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
SqlTimeLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
SqlTimestampConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
|
SqlTimestampLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
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 | javadoc |
|
StringConverter | implementation that converts an incoming object into a java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
StringLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons | javadoc |
|
SuppressPropertiesBeanIntrospector | A specialized BeanIntrospector implementation which suppresses some properties. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
URLConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons | javadoc |
|
WrapDynaBean | instance, so that DynaBean APIs can be used to access its properties. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
WrapDynaClass | standard JavaBean instances. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.chain.Catalog |
CatalogBase | Simple in-memory implementation of Catalog. | Class | org.apache.commons.chain.impl | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.chain.impl.CatalogBase |
CatalogFactory | A CatalogFactory is a class used to store and retrieve Catalogs. | Class | org.apache.commons.chain | Apache Commons | javadoc |
|
CatalogFactoryBase | A simple implementation of CatalogFactory. | Class | org.apache.commons.chain.impl | Apache Commons | javadoc |
|
Chain | | Interface | org.apache.commons.chain | Apache Commons | javadoc |
|
ChainBase | Convenience base class for Chain implementations. | Class | org.apache.commons.chain.impl | Apache Commons | javadoc |
|
ChainListener | ServletContextListener that automatically scans chain configuration files in the current web application at | Class | org.apache.commons.chain.web | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.chain.Command |
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 | javadoc |
|
ConfigRuleSet | Digester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriate | Class | org.apache.commons.chain.config | Apache Commons | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.chain.Context |
ContextBase | Convenience base class for Context implementations. | Class | org.apache.commons.chain.impl | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.chain.impl.ContextBase |
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 | javadoc |
|
|
DispatchCommand | An abstract base command which uses introspection to look up a method to execute. | Class | org.apache.commons.chain.generic | Apache Commons | javadoc |
|
DispatchLookupCommand | This command combines elements of the LookupCommand with the DispatchCommand. | Class | org.apache.commons.chain.generic | Apache Commons | javadoc |
|
FacesGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API. | Class | org.apache.commons.chain.web.faces | Apache Commons | javadoc |
|
FacesSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API. | Class | org.apache.commons.chain.web.faces | Apache Commons | javadoc |
|
FacesWebContext | Concrete implementation of WebContext suitable for use in JavaServer Faces apps. | Class | org.apache.commons.chain.web.faces | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
MapEntry | Map. | Class | org.apache.commons.chain.web | Apache Commons | javadoc |
|
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 | javadoc |
|
PortletGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.portlet | Apache Commons | javadoc |
|
PortletSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.portlet | Apache Commons | javadoc |
|
PortletWebContext | Concrete implementation of WebContext suitable for use in portlets. | Class | org.apache.commons.chain.web.portlet | Apache Commons | javadoc |
|
RemoveCommand | Remove any context attribute stored under the fromKey. | Class | org.apache.commons.chain.generic | Apache Commons | javadoc |
|
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 | javadoc |
|
ServletGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.servlet | Apache Commons | javadoc |
|
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 | javadoc |
|
ServletSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.servlet | Apache Commons | javadoc |
|
ServletWebContext | Concrete implementation of WebContext suitable for use in Servlets and JSP pages. | Class | org.apache.commons.chain.web.servlet | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.chain.web.servlet.ServletWebContext |
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 | javadoc |
|
AlreadySelectedException | Thrown when more than one option in an option groupVersion:$Id: AlreadySelectedException. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
AmbiguousOptionException | Exception thrown when an option can't be identified from a partial name. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
BasicParser | The class BasicParser provides a very simple implementation of the flatten method. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
CommandLine | Represents list of arguments parsed against a Options descriptor. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.cli.CommandLine |
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.cli.CommandLineParser |
DefaultParser | | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
|
GnuParser | The class GnuParser provides an implementation of theVersion:$Id: GnuParser. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.cli.GnuParser |
HelpFormatter | A formatter of help messages for command line options. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
MissingArgumentException | Thrown when an option requiring an argument is not provided with an argument. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
MissingOptionException | Thrown when a required option has not been provided. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Option | Describes a single command-line option. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.cli.Option |
OptionBuilder | OptionBuilder allows the user to create Options using descriptive methods. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.cli.OptionBuilder |
OptionGroup | A group of mutually exclusive options. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Options | Main entry-point into the library. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.cli.Options |
ParseException | Base for Exceptions thrown during parsing of a command-line. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
Parser | Parser creates CommandLines. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
PatternOptionBuilder | Allows Options to be created from a single String. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
PosixParser | The class PosixParser provides an implementation of theVersion:$Id: PosixParser. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
TypeHandler | This is a temporary implementation. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
UnrecognizedOptionException | Exception thrown during parsing signalling an unrecognizedVersion:$Id: UnrecognizedOptionException. | Class | org.apache.commons.cli | Apache Commons | javadoc |
|
AbstractCaverphone | Encodes a string into a Caverphone value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
Base32 | Provides Base32 encoding and decoding as defined by RFC 4648. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
Base32InputStream | Provides Base32 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
Base32OutputStream | Provides Base32 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
Base64 | Provides Base64 encoding and decoding as defined by RFC 2045. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
Base64InputStream | Provides Base64 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
Base64OutputStream | Provides Base64 encoding and decoding in a streaming fashion (unlimited size). | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
BaseNCodec | Abstract superclass for Base-N encoders and decoders. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
BaseNCodecInputStream | Abstract superclass for Base-N input streams. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
BaseNCodecOutputStream | Abstract superclass for Base-N output streams. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
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 | javadoc |
|
|
BeiderMorseEncoder | Encodes strings into their Beider-Morse phonetic encoding. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons | javadoc |
|
BinaryCodec | Converts between byte arrays and strings of 0s and 1s. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
BinaryDecoder | Defines common decoding methods for byte array decoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
BinaryEncoder | Defines common encoding methods for byte array encoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
Caverphone | Encodes a string into a Caverphone 2. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
Caverphone1 | Encodes a string into a Caverphone 1. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
Caverphone2 | Encodes a string into a Caverphone 2. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
CharEncoding | Character encoding names required of every implementation of the Java platform. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
CharSequenceUtils | Operations on CharSequence that are null safe. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
Charsets | Charsets required of every implementation of the Java platform. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
ColognePhonetic | Encodes a string into a Cologne Phonetic value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
Crypt | GNU libc crypt(3) compatible hash method. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons | javadoc |
|
DaitchMokotoffSoundex | Encodes a string into a Daitch-Mokotoff Soundex value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
Decoder | Provides the highest level of abstraction for Decoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
DecoderException | Thrown when there is a failure condition during the decoding process. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
DigestUtils | Operations to simplify common MessageDigest tasks. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons | javadoc |
|
DoubleMetaphone | Encodes a string into a double metaphone value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
Encoder | Provides the highest level of abstraction for Encoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
EncoderException | Thrown when there is a failure condition during the encoding process. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
Hex | Converts hexadecimal Strings. | Class | 1.10.apidocs.org.apache.commons.codec.binary | Apache Commons | javadoc |
|
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 | javadoc |
|
HmacUtils | Simplifies common Mac tasks. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons | javadoc |
|
Lang | Language guessing utility. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons | javadoc |
|
Languages | Language codes are typically loaded from resource files. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons | javadoc |
|
MatchRatingApproachEncoder | Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
|
Md5Crypt | The libc crypt() $1$ and Apache $apr1$ MD5-based hash algorithm. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons | javadoc |
|
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 | javadoc |
|
Metaphone | Encodes a string into a Metaphone value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
NameType | Supported types of names. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons | javadoc |
|
Nysiis | Encodes a string into a NYSIIS value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
PhoneticEngine | Converts words into potential phonetic representations. | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons | javadoc |
|
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 | javadoc |
|
QuotedPrintableCodec | Codec for the Quoted-Printable section of RFC 1521. | Class | 1.10.apidocs.org.apache.commons.codec.net | Apache Commons | javadoc |
|
RefinedSoundex | Encodes a string into a Refined Soundex value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
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 | javadoc |
|
RuleType | | Class | 1.10.apidocs.org.apache.commons.codec.language.bm | Apache Commons | javadoc |
|
Sha2Crypt | SHA2-based Unix crypt implementation. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons | javadoc |
|
Soundex | Encodes a string into a Soundex value. | Class | 1.10.apidocs.org.apache.commons.codec.language | Apache Commons | javadoc |
|
StringDecoder | Defines common decoding methods for String decoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
StringEncoder | Defines common encoding methods for String encoders. | Interface | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
StringEncoderComparator | Compares Strings using a StringEncoder. | Class | 1.10.apidocs.org.apache.commons.codec | Apache Commons | javadoc |
|
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 | javadoc |
|
UnixCrypt | Unix crypt(3) algorithm implementation. | Class | 1.10.apidocs.org.apache.commons.codec.digest | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractBagDecorator | Decorates another Bag to provide additional behaviour. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractBitwiseTrie | This class provides some basic Trie functionality and utility methods for actual bitwise Trie implementations. | Class | org.apache.commons.collections4.trie | Apache Commons | javadoc |
|
AbstractCollectionDecorator | Decorates another Collection to provide additional behaviour. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
AbstractDualBidiMap | Abstract BidiMap implemented using two maps. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
AbstractEmptyMapIterator | Provides an implementation of an empty map iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
|
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 | javadoc |
|
AbstractIterableGetMapDecorator | IterableGet that uses a Map for the Get implementation. | Class | org.apache.commons.collections4.splitmap | Apache Commons | javadoc |
|
AbstractIterableMap | Provide a basic IterableMap implementation. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
AbstractIteratorDecorator | Provides basic behaviour for decorating an iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
AbstractKeyValue | Abstract pair class to assist with creating KeyValue and Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
AbstractLinkedList | An abstract implementation of a linked list which provides numerous points for subclasses to override. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractListDecorator | Decorates another List to provide additional behaviour. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
AbstractListIteratorDecorator | Provides basic behaviour for decorating a list iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
AbstractListValuedMap | Abstract implementation of the ListValuedMap interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.multimap.AbstractListValuedMap |
AbstractMapBag | Abstract implementation of the Bag interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractMapEntry | Abstract Pair class to assist with creating correct Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
AbstractMapEntryDecorator | Provides a base decorator that allows additional functionality to be added to a Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
AbstractMapIteratorDecorator | Provides basic behaviour for decorating a map iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
AbstractMapMultiSet | Abstract implementation of the MultiSet interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
AbstractMultiSet | Abstract implementation of the MultiSet interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
AbstractMultiSetDecorator | Decorates another MultSet to provide additional behaviour. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
AbstractMultiValuedMap | Abstract implementation of the MultiValuedMap interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
AbstractMultiValuedMapDecorator | Decorates another MultiValuedMap to provide additional behaviour. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
AbstractNavigableSetDecorator | Decorates another NavigableSet to provide additional behaviour. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
AbstractOrderedMapIteratorDecorator | Provides basic behaviour for decorating an ordered map iterator with extra functionality. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
AbstractQuantifierPredicate | Abstract base class for quantification predicates, e. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
|
AbstractQueueDecorator | Decorates another Queue to provide additional behaviour. | Class | org.apache.commons.collections4.queue | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractSerializableListDecorator | Serializable subclass of AbstractListDecorator. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
AbstractSerializableSetDecorator | Serializable subclass of AbstractSetDecorator. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
AbstractSetDecorator | Decorates another Set to provide additional behaviour. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
AbstractSetValuedMap | Abstract implementation of the SetValuedMap interface to simplify the creation of subclass implementations. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
AbstractSortedBagDecorator | Decorates another SortedBag to provide additional behaviour. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
AbstractSortedSetDecorator | Decorates another SortedSet to provide additional behaviour. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
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 | javadoc |
|
AllPredicate | Predicate implementation that returns true if all the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
AndPredicate | Predicate implementation that returns true if both the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
AnyPredicate | Predicate implementation that returns true if any of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ArrayIterator | The array can be either an array of object or of primitives. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
ArrayListIterator | The array can be either an array of object or of primitives. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
ArrayListValuedHashMap | storage and ArrayLists as value collections. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.multimap.ArrayListValuedHashMap |
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 | javadoc |
|
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 | javadoc |
|
BagUtils | Provides utility methods and decorators for Bag and SortedBag instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
BidiMap | Defines a map that allows bidirectional lookup between key and values. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
BooleanComparator | A Comparator for Boolean objects that can sort either true or false first. | Class | org.apache.commons.collections4.comparators | Apache Commons | javadoc |
|
BoundedCollection | Defines a collection that is bounded in size. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
BoundedIterator | Decorates another iterator to return elements in a specific range. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
BoundedMap | Defines a map that is bounded in size. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
|
CaseInsensitiveMap | A case-insensitive Map. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.map.CaseInsensitiveMap |
CatchAndRethrowClosure | Closure that catches any checked exception and re-throws it as a FunctorException runtime exception. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ChainedClosure | Closure implementation that chains the specified closures together. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ChainedTransformer | Transformer implementation that chains the specified transformers together. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
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 | javadoc |
|
CloneTransformer | Transformer implementation that returns a clone of the input object. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
Closure | Defines a functor interface implemented by classes that do something. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
ClosureTransformer | Transformer implementation that calls a Closure using the input object and then returns the input. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ClosureUtils | ClosureUtils provides reference implementations and utilities for the Closure functor interface. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
CollectionBag | Decorates another Bag to comply with the Collection contract. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
CollectionSortedBag | Decorates another SortedBag to comply with the Collection contract. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
CollectionUtils | Provides utility methods and decorators for Collection instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
CommandVisitor | This interface should be implemented by user object to walk through EditScript objects. | Interface | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
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 | javadoc |
|
ComparatorChain | A ComparatorChain is a Comparator that wraps one or more Comparators in sequence. | Class | org.apache.commons.collections4.comparators | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
CompositeCollection | Decorates a collection of other collections to provide a single unified view. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
CompositeMap | Decorates a map of other maps to provide a single unified view. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
CompositeSet | Decorates a set of other sets to provide a single unified view. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
ConstantFactory | Factory implementation that returns the same constant each time. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ConstantTransformer | Transformer implementation that returns the same constant each time. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
CursorableLinkedList | A List implementation with a ListIterator that allows concurrent modifications to the underlying list. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
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 | javadoc |
|
|
DefaultEquator | Default Equator implementation. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
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 | javadoc |
|
DefaultMapEntry | A restricted implementation of Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
DeleteCommand | Command representing the deletion of one object of the first sequence. | Class | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
DualHashBidiMap | Two HashMap instances are used in this class. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
DualLinkedHashBidiMap | Two LinkedHashMap instances are used in this class. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
EmptyIterator | Provides an implementation of an empty iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EmptyListIterator | Provides an implementation of an empty list iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EmptyMapIterator | Provides an implementation of an empty map iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EmptyOrderedIterator | Provides an implementation of an empty ordered iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EmptyOrderedMapIterator | Provides an implementation of an empty ordered map iterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EntrySetMapIterator | Reverse iteration is not supported. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EntrySetToMapIteratorAdapter | Adapts a Map entrySet to the MapIterator interface. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
EnumerationIterator | Adapter to make Enumeration instances appear to be Iterator instances. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
EnumerationUtils | Provides utility methods for Enumeration instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
Equator | An equation function, which determines equality between objects of type T. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
ExceptionClosure | Closure implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ExceptionFactory | Factory implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ExceptionPredicate | Predicate implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ExceptionTransformer | Transformer implementation that always throws an exception. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
Factory | Defines a functor interface implemented by classes that create objects. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
|
FactoryTransformer | Transformer implementation that calls a Factory and returns the result. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
FactoryUtils | FactoryUtils provides reference implementations and utilities for the Factory functor interface. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
FalsePredicate | Predicate implementation that always returns false. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
FilterIterator | Decorates another Iterator using a predicate to filter elements. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
FilterListIterator | Decorates another ListIterator using a predicate to filter elements. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
FixedOrderComparator | A Comparator which imposes a specific order on a specific set of Objects. | Class | org.apache.commons.collections4.comparators | Apache Commons | javadoc |
|
FixedSizeList | Decorates another List to fix the size preventing add/remove. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
FixedSizeMap | Decorates another Map to fix the size, preventing add/remove. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
FixedSizeSortedMap | Decorates another SortedMap to fix the size blocking add/remove. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
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 | javadoc |
|
FluentIterable | A FluentIterable provides a powerful yet simple API for manipulating Iterable instances in a fluent manner. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
ForClosure | Closure implementation that calls another closure n times, like a for loop. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
FunctorException | Runtime exception thrown from functors. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Get | The read subset of the Map interface. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
HashBag | data storage. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
HashedMap | A Map implementation that is a general purpose alternative This implementation improves on the JDK1. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
HashMultiSet | data storage. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.multiset.HashMultiSet |
HashSetValuedHashMap | storage and HashSets as value collections. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.multimap.HashSetValuedHashMap |
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
IndexedCollection | An IndexedCollection is a Map-like view onto a Collection. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
InsertCommand | Command representing the insertion of one object of the second sequence. | Class | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
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 | javadoc |
|
|
InstantiateFactory | Factory implementation that creates a new object instance by reflection. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
InstantiateTransformer | Transformer implementation that creates a new object instance by reflection. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
InvokerTransformer | Transformer implementation that creates a new object instance by reflection. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
IterableGet | The read subset of the Map interface. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
IterableMap | Defines a map that can be iterated directly without needing to create an entry set. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
IterableSortedMap | SortedMap + OrderedMap. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
IterableUtils | Provides utility methods and decorators for Iterable instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.IterableUtils |
IteratorChain | An IteratorChain is an Iterator that wraps a number of Iterators. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
IteratorEnumeration | Adapter to make an Iterator instance appear to be an Enumeration instance. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
IteratorIterable | Adapter to make an Iterator instance appear to be an Iterable instance. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
IteratorUtils | Provides static utility methods and decorators for Iterator instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
KeepCommand | Command representing the keeping of one object present in both sequences. | Class | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
KeyAnalyzer | Defines the interface to analyze Trie keys on a bit level. | Class | org.apache.commons.collections4.trie | Apache Commons | javadoc |
|
KeyValue | Defines a simple key value pair. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.KeyValue |
LazyIteratorChain | An LazyIteratorChain is an Iterator that wraps a number of Iterators in a lazy manner. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
LazyList | Decorates another List to create objects in the list on demand. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
LazyMap | Decorates another Map to create objects in the map on demand. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
LazySortedMap | Decorates another SortedMap to create objects in the map on demand. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
LinkedMap | A Map implementation that maintains the order of the entries. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
ListIteratorWrapper | Converts an Iterator into a ResettableListIterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ListUtils | Provides utility methods and decorators for List instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
ListValuedMap | Defines a map that holds a list of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.ListValuedMap |
LoopingIterator | An Iterator that restarts when it reaches the end. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
|
LoopingListIterator | A ListIterator that restarts when it reaches the end or when it reaches the beginning. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
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 | javadoc |
|
MapBackedSet | Decorates a Map to obtain Set behaviour. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
MapIterator | Defines an iterator that operates over a Map. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
MapUtils | Provides utility methods and decorators for Map and SortedMap instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
MultiKey | A MultiKey allows multiple map keys to be merged together. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
MultiKeyMap | A Map implementation that uses multiple keys to map the value. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
MultiMap | Defines a map that holds a collection of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.MultiMap |
MultiMapUtils | Provides utility methods and decorators for MultiValuedMap instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.MultiSet |
MultiSetUtils | Provides utility methods and decorators for MultiSet instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.MultiSetUtils |
MultiValuedMap | Defines a map that holds a collection of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
NodeListIterator | An Iterator over a NodeList. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
NonePredicate | Predicate implementation that returns true if none of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NOPClosure | Closure implementation that does nothing. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NOPTransformer | Transformer implementation that does nothing. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NotNullPredicate | Predicate implementation that returns true if the input is not null. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NotPredicate | Predicate implementation that returns the opposite of the decorated predicate. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NullComparator | A Comparator that will compare nulls to be either lower or higher thanSince:2. | Class | org.apache.commons.collections4.comparators | Apache Commons | javadoc |
|
NullIsExceptionPredicate | Predicate implementation that throws an exception if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NullIsFalsePredicate | Predicate implementation that returns false if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
NullIsTruePredicate | Predicate implementation that returns true if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
|
NullPredicate | Predicate implementation that returns true if the input is null. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
ObjectArrayIterator | An Iterator over an array of objects. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
ObjectArrayListIterator | This iterator does not support add(E) or ObjectArrayIterator. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
ObjectGraphIterator | An Iterator that can traverse multiple iterators down an object graph. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
OnePredicate | Predicate implementation that returns true if only one of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
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 | javadoc |
|
OrderedIterator | Defines an iterator that operates over an ordered container. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
OrderedMap | Defines a map that maintains order and allows both forward and backward iteration through that order. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
OrderedMapIterator | Defines an iterator that operates over an ordered Map. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
OrPredicate | Predicate implementation that returns true if either of the predicates return true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
PassiveExpiringMap | Decorates a Map to evict expired entries once their expiration time has been reached. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.map.PassiveExpiringMap |
PatriciaTrie | Coded in Alphanumeric). | Class | org.apache.commons.collections4.trie | Apache Commons | javadoc |
|
PeekingIterator | Decorates an iterator to support one-element lookahead while iterating. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.iterators.PermutationIterator |
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 | javadoc |
|
PredicatedBag | Decorates another Bag to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
PredicatedCollection | Decorates another Collection to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
PredicateDecorator | Defines a predicate that decorates one or more other predicates. | Interface | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
PredicatedList | Decorates another List to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
PredicatedMap | Decorates another Map to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
PredicatedMultiSet | Decorates another MultiSet to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
PredicatedNavigableSet | Decorates another NavigableSet to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
PredicatedQueue | Decorates another Queue to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.queue | Apache Commons | javadoc |
|
PredicatedSet | Decorates another Set to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
PredicatedSortedBag | Decorates another SortedBag to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
|
PredicatedSortedMap | Decorates another SortedMap to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
PredicatedSortedSet | Decorates another SortedSet to validate that all additions match a specified predicate. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
PredicateTransformer | Transformer implementation that calls a Predicate using the input object and then returns the result. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
PredicateUtils | PredicateUtils provides reference implementations and utilities for the Predicate functor interface. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
PrototypeFactory | Factory implementation that creates a new instance each time based on a prototype. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
PushbackIterator | Decorates an iterator to support pushback of elements. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
Put | The write subset of the Map interface. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
QueueUtils | Provides utility methods and decorators for Queue instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
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 | javadoc |
|
ReferenceMap | A Map implementation that allows mappings to be removed by the garbage collector. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
ReplacementsFinder | This class handles sequences of replacements resulting from a comparison. | Class | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
ReplacementsHandler | This interface is devoted to handle synchronized replacement sequences. | Interface | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
ResettableIterator | Defines an iterator that can be reset back to an initial state. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
ResettableListIterator | Defines a list iterator that can be reset back to an initial state. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
ReverseComparator | Reverses the order of another comparator by reversing the arguments to its compare method. | Class | org.apache.commons.collections4.comparators | Apache Commons | javadoc |
|
ReverseListIterator | Iterates backwards through a List, starting with the last element and continuing to the first. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
SequencesComparator | This class allows to compare two objects sequences. | Class | org.apache.commons.collections4.sequence | Apache Commons | javadoc |
|
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 | javadoc |
|
SetUtils | Provides utility methods and decorators for Set and SortedSet instances. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
SetValuedMap | Defines a map that holds a set of values against each key. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.SetValuedMap |
SingletonIterator | SingletonIterator is an Iterator over a singleSince:2. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
SingletonListIterator | SingletonIterator is an ListIterator over a singleSince:2. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
SingletonMap | A Map implementation that holds a single item and is fixed size. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
SkippingIterator | Decorates another iterator to skip the first N elements. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
SortedBag | Defines a type of Bag that maintains a sorted order among its unique representative members. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
|
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 | javadoc |
|
SplitMapUtils | Utilities for working with split maps: objects that implement Put and/or Get but not Map. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
StaticBucketMap | A StaticBucketMap is an efficient, thread-safe implementation of java. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
StringKeyAnalyzer | An KeyAnalyzer for Strings. | Class | org.apache.commons.collections4.trie.analyzer | Apache Commons | javadoc |
|
StringValueTransformer | Transformer implementation that returns the result of calling String. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
SwitchClosure | Closure implementation calls the closure whose predicate returns true, like a switch statement. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
SwitchTransformer | Transformer implementation calls the transformer whose predicate returns true, like a switch statement. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
SynchronizedBag | Decorates another Bag to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
SynchronizedCollection | Decorates another Collection to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
SynchronizedMultiSet | Decorates another MultiSet to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
SynchronizedSortedBag | Decorates another SortedBag to synchronize its behaviour for a multi-threaded environment. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
TiedMapEntry | A Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
TransformedBag | Decorates another Bag to transform objects that are added. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
TransformedCollection | Decorates another Collection to transform objects that are added. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
TransformedList | Decorates another List to transform objects that are added. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
TransformedMap | Decorates another Map to transform objects that are added. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
TransformedMultiValuedMap | Decorates another MultiValuedMap to transform objects that are added. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
TransformedNavigableSet | Decorates another NavigableSet to transform objects that are added. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
TransformedPredicate | Predicate implementation that transforms the given object before invokingSince:3. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
TransformedQueue | Decorates another Queue to transform objects that are added. | Class | org.apache.commons.collections4.queue | Apache Commons | javadoc |
|
TransformedSet | Decorates another Set to transform objects that are added. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
TransformedSortedBag | Decorates another SortedBag to transform objects that are added. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
TransformedSortedMap | Decorates another SortedMap to transform objects that are added. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
TransformedSortedSet | Decorates another SortedSet to transform objects that are added. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
TransformedSplitMap | Decorates another Map to transform objects that are added. | Class | org.apache.commons.collections4.splitmap | Apache Commons | javadoc |
|
|
Transformer | Defines a functor interface implemented by classes that transform one object into another. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
TransformerClosure | Closure implementation that calls a Transformer using the input object and ignore the result. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
TransformerPredicate | Predicate implementation that returns the result of a transformer. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
TransformerUtils | TransformerUtils provides reference implementations and utilities for the Transformer functor interface. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
TransformingComparator | Decorates another Comparator with transformation behavior. | Class | org.apache.commons.collections4.comparators | Apache Commons | javadoc |
|
TransformIterator | Decorates an iterator such that each element returned is transformed. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
TreeBag | This is the standard implementation of a sorted bag. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
TreeBidiMap | Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
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 | javadoc |
|
Trie | Defines the interface for a prefix tree, an ordered tree data structure. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
TrieUtils | A collection of Trie utilities. | Class | org.apache.commons.collections4 | Apache Commons | javadoc |
|
TruePredicate | Predicate implementation that always returns true. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
UniqueFilterIterator | A FilterIterator which only returns unique Objects. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
UniquePredicate | Predicate implementation that returns true the first time an object is passed into the predicate. | Class | org.apache.commons.collections4.functors | Apache Commons | javadoc |
|
Unmodifiable | Marker interface for collections, maps and iterators that are unmodifiable. | Interface | org.apache.commons.collections4 | Apache Commons | javadoc |
|
UnmodifiableBag | Decorates another Bag to ensure it can't be altered. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
UnmodifiableBidiMap | Decorates another BidiMap to ensure it can't be altered. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
UnmodifiableBoundedCollection | UnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
UnmodifiableCollection | Decorates another Collection to ensure it can't be altered. | Class | org.apache.commons.collections4.collection | Apache Commons | javadoc |
|
UnmodifiableEntrySet | Decorates a map entry Set to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
UnmodifiableIterator | Decorates an iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
UnmodifiableList | Decorates another List to ensure it can't be altered. | Class | org.apache.commons.collections4.list | Apache Commons | javadoc |
|
UnmodifiableListIterator | Decorates a list iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
UnmodifiableMap | Decorates another Map to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.map.UnmodifiableMap |
UnmodifiableMapEntry | A Map. | Class | org.apache.commons.collections4.keyvalue | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.keyvalue.UnmodifiableMapEntry |
|
UnmodifiableMapIterator | Decorates a map iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
UnmodifiableMultiSet | Decorates another MultiSet to ensure it can't be altered. | Class | org.apache.commons.collections4.multiset | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.collections4.multiset.UnmodifiableMultiSet |
UnmodifiableMultiValuedMap | Decorates another MultiValuedMap to ensure it can't be altered. | Class | org.apache.commons.collections4.multimap | Apache Commons | javadoc |
|
UnmodifiableNavigableSet | Decorates another NavigableSet to ensure it can't be altered. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
UnmodifiableOrderedBidiMap | Decorates another OrderedBidiMap to ensure it can't be altered. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
UnmodifiableOrderedMap | Decorates another OrderedMap to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
UnmodifiableOrderedMapIterator | Decorates an ordered map iterator such that it cannot be modified. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
UnmodifiableQueue | Decorates another Queue to ensure it can't be altered. | Class | org.apache.commons.collections4.queue | Apache Commons | javadoc |
|
UnmodifiableSet | Decorates another Set to ensure it can't be altered. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
UnmodifiableSortedBag | Decorates another SortedBag to ensure it can't be altered. | Class | org.apache.commons.collections4.bag | Apache Commons | javadoc |
|
UnmodifiableSortedBidiMap | Decorates another SortedBidiMap to ensure it can't be altered. | Class | org.apache.commons.collections4.bidimap | Apache Commons | javadoc |
|
UnmodifiableSortedMap | Decorates another SortedMap to ensure it can't be altered. | Class | org.apache.commons.collections4.map | Apache Commons | javadoc |
|
UnmodifiableSortedSet | Decorates another SortedSet to ensure it can't be altered. | Class | org.apache.commons.collections4.set | Apache Commons | javadoc |
|
UnmodifiableTrie | An unmodifiable Trie. | Class | org.apache.commons.collections4.trie | Apache Commons | javadoc |
|
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 | javadoc |
|
ZippingIterator | Provides an interleaved iteration over the elements contained in a collection of Iterators. | Class | org.apache.commons.collections4.iterators | Apache Commons | javadoc |
|
AbstractUnicodeExtraField | A common base class for Unicode extra information extra fields. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
ArArchiveEntry | Represents an archive entry in the ar format. | Class | org.apache.commons.compress.archivers.ar | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ar.ArArchiveEntry |
ArArchiveInputStream | | Class | org.apache.commons.compress.archivers.ar | Apache Commons | javadoc |
|
ArArchiveOutputStream | | Class | org.apache.commons.compress.archivers.ar | Apache Commons | javadoc |
|
ArchiveEntry | Represents an entry of an archive. | Interface | org.apache.commons.compress.archivers | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveEntry |
ArchiveException | Archiver related ExceptionSee Also:Serialized Form | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
|
ArchiveInputStream | Archive input streams MUST override the InputStream. | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveInputStream |
ArchiveOutputStream | Archive output stream implementations are expected to override the OutputStream. | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveOutputStream |
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.ArchiveStreamFactory |
|
ArchiveUtils | | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
ArjArchiveEntry | An entry in an ARJ archive. | Class | org.apache.commons.compress.archivers.arj | Apache Commons | javadoc |
|
ArjArchiveInputStream | | Class | org.apache.commons.compress.archivers.arj | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.arj.ArjArchiveInputStream |
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 | javadoc |
|
BitInputStream | Reads bits from an InputStream. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.utils.BitInputStream |
BoundedInputStream | A stream that limits reading from a wrapped stream to a given number of bytes. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.utils.BoundedInputStream |
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream |
BZip2CompressorOutputStream | An output stream that compresses into the BZip2 format into another stream. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream |
BZip2Utils | Utility code for the BZip2 compression format. | Class | org.apache.commons.compress.compressors.bzip2 | Apache Commons | javadoc |
|
ChangeSet | ChangeSet collects and performs changes to an archive. | Class | org.apache.commons.compress.changes | Apache Commons | javadoc |
|
ChangeSetPerformer | Performs ChangeSet operations on a stream. | Class | org.apache.commons.compress.changes | Apache Commons | javadoc |
|
ChangeSetResults | Stores the results of an performed ChangeSet operation. | Class | org.apache.commons.compress.changes | Apache Commons | javadoc |
|
CharsetNames | Character encoding names required of every implementation of the Java platform. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
Charsets | Charsets required of every implementation of the Java platform. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
ChecksumVerifyingInputStream | A stream that verifies the checksum of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
CLI | | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
|
CompressorException | Compressor related exceptionSee Also:Serialized Form | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
|
CompressorInputStream | | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorInputStream |
CompressorOutputStream | | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorOutputStream |
CompressorStreamFactory | Factory to create Compressor[In Out]putStreams from names. | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.CompressorStreamFactory |
CountingInputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
CountingOutputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.utils.CountingOutputStream |
CpioArchiveEntry | A cpio archive consists of a sequence of files. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons | javadoc |
|
CpioArchiveInputStream | CPIOArchiveInputStream is a stream for reading cpio streams. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream |
CpioArchiveOutputStream | CPIOArchiveOutputStream is a stream for writing CPIO streams. | Class | org.apache.commons.compress.archivers.cpio | Apache Commons | javadoc |
|
|
CpioConstants | All constants needed by CPIO. | Interface | org.apache.commons.compress.archivers.cpio | Apache Commons | javadoc |
|
CRC32VerifyingInputStream | A stream that verifies the CRC of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
DeflateCompressorInputStream | Deflate decompressor. | Class | org.apache.commons.compress.compressors.deflate | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream |
DeflateCompressorOutputStream | | Class | org.apache.commons.compress.compressors.deflate | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream |
DeflateParameters | Parameters for the Deflate compressor. | Class | org.apache.commons.compress.compressors.deflate | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.deflate.DeflateParameters |
DumpArchiveConstants | Various constants associated with dump archives. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
DumpArchiveEntry | This class represents an entry in a Dump archive. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
DumpArchiveException | Dump Archive ExceptionSee Also:Serialized Form | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
DumpArchiveInputStream | The DumpArchiveInputStream reads a UNIX dump archive as an InputStream. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.dump.DumpArchiveInputStream |
DumpArchiveSummary | This class represents identifying information about a Dump archive volume. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
ExtraFieldUtils | ZipExtraField related methodsThis class is not thread-safebecause the HashMap is not synch. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
FileBasedScatterGatherBackingStore | ScatterGatherBackingStore that is backed by a file. | Class | org.apache.commons.compress.parallel | Apache Commons | javadoc |
|
FileNameUtil | File name mapping code for the compression formats. | Class | org.apache.commons.compress.compressors | Apache Commons | javadoc |
|
FramedSnappyCompressorInputStream | CompressorInputStream for the framing Snappy format. | Class | org.apache.commons.compress.compressors.snappy | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream |
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 | javadoc |
|
GzipCompressorInputStream | Input stream that decompresses . | Class | org.apache.commons.compress.compressors.gzip | Apache Commons | javadoc |
|
GzipCompressorOutputStream | Compressed output stream using the gzip format. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream |
GzipParameters | Parameters for the GZIP compressor. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.compressors.gzip.GzipParameters |
GzipUtils | Utility code for the gzip compression format. | Class | org.apache.commons.compress.compressors.gzip | Apache Commons | javadoc |
|
InputStreamSupplier | Supplies input streams. | Interface | org.apache.commons.compress.parallel | Apache Commons | javadoc |
|
InvalidFormatException | Invalid Format Exception. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
IOUtils | | Class | org.apache.commons.compress.utils | Apache Commons | javadoc |
|
JarArchiveEntry | | Class | org.apache.commons.compress.archivers.jar | Apache Commons | javadoc |
|
JarArchiveInputStream | | Class | org.apache.commons.compress.archivers.jar | Apache Commons | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
Lister | Simple command line application that lists the contents of an archive. | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
|
LZMACompressorInputStream | | Class | org.apache.commons.compress.compressors.lzma | Apache Commons | javadoc |
|
LZMAUtils | Utility code for the lzma compression format. | Class | org.apache.commons.compress.compressors.lzma | Apache Commons | javadoc |
|
LZWInputStream | Generic LZW implementation. | Class | org.apache.commons.compress.compressors.lzw | Apache Commons | javadoc |
|
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 | javadoc |
|
Pack200CompressorOutputStream | An output stream that compresses using the Pack200 format. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons | javadoc |
|
Pack200Strategy | enum Pack200StrategyThe different modes the Pack200 streams can use to wrap input and | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons | javadoc |
|
Pack200Utils | Utility methods for Pack200. | Class | org.apache.commons.compress.compressors.pack200 | Apache Commons | javadoc |
|
ParallelScatterZipCreator | Creates a zip in parallel by using multiple threadlocal ScatterZipOutputStream instances. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
PasswordRequiredException | Exception thrown when trying to read an encrypted entry or file without configuring a password. | Class | org.apache.commons.compress | Apache Commons | javadoc |
|
ScatterGatherBackingStore | Store intermediate payload in a scatter-gather scenario. | Interface | org.apache.commons.compress.parallel | Apache Commons | javadoc |
|
ScatterGatherBackingStoreSupplier | Supplies ScatterGatherBackingStore instances. | Interface | org.apache.commons.compress.parallel | Apache Commons | javadoc |
|
ScatterStatistics | Provides information about a scatter compression run. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
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 | javadoc |
|
SevenZArchiveEntry | An entry in a 7z archive. | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry |
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZFile |
SevenZMethod | The (partially) supported compression/encryption methods used in 7z archives. | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
|
SevenZMethodConfiguration | Combines a SevenZMethod with configuration options for the method. | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
|
SevenZOutputFile | | Class | org.apache.commons.compress.archivers.sevenz | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.sevenz.SevenZOutputFile |
ShortFileException | Short File Exception. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
SnappyCompressorInputStream | CompressorInputStream for the raw Snappy format. | Class | org.apache.commons.compress.compressors.snappy | Apache Commons | javadoc |
|
StreamCompressor | Encapsulates a Deflater and crc calculator, handling multiple types of output streams. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
StreamingNotSupportedException | Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming. | Class | org.apache.commons.compress.archivers | Apache Commons | javadoc |
|
TarArchiveEntry | This class represents an entry in a Tar archive. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveEntry |
|
TarArchiveInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveInputStream |
TarArchiveOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream |
TarArchiveSparseEntry | This class represents a sparse entry in a Tar archive. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
|
TarConstants | This interface contains all the definitions used in the package. | Interface | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
|
TarUtils | This class provides static utility methods to work with byte streams. | Class | org.apache.commons.compress.archivers.tar | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
UnixStat | Constants from stat. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
UnrecognizedFormatException | Unrecognized Format Exception. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
UnsupportedCompressionAlgorithmException | Unsupported compression algorithm. | Class | org.apache.commons.compress.archivers.dump | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
XZCompressorInputStream | | Class | org.apache.commons.compress.compressors.xz | Apache Commons | javadoc |
|
XZCompressorOutputStream | | Class | org.apache.commons.compress.compressors.xz | Apache Commons | javadoc |
|
XZUtils | Utility code for the xz compression format. | Class | org.apache.commons.compress.compressors.xz | Apache Commons | javadoc |
|
ZCompressorInputStream | Input stream that decompresses . | Class | org.apache.commons.compress.compressors.z | Apache Commons | javadoc |
|
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 | javadoc |
|
Zip64Mode | The different modes ZipArchiveOutputStream can operate in. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveEntry |
ZipArchiveEntryPredicate | A predicate to test if a #ZipArchiveEntry matches a criteria. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveInputStream |
ZipArchiveOutputStream | Reimplementation of java. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream |
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 | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipEncoding |
ZipEncodingHelper | Static helper functions for robustly encoding filenames in zip files. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
ZipExtraField | General format of extra field data. | Interface | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
ZipFile | Replacement for java. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.compress.archivers.zip.ZipFile |
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ZipUtil | Utility class for handling DOS and Java time conversions. | Class | org.apache.commons.compress.archivers.zip | Apache Commons | javadoc |
|
AbstractConfiguration | Abstract configuration class. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
AbstractFileConfiguration | Partial implementation of the FileConfiguration interface. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
AbstractHierarchicalFileConfiguration | Base class for implementing file based hierarchical configurations. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
AppletConfiguration | A configuration wrapper to read applet parameters. | Class | org.apache.commons.configuration.web | Apache Commons | javadoc |
|
BaseConfiguration | Basic configuration class. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
BaseConfigurationXMLReader | A specialized SAX2 XML parser that processes configuration objects. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
BeanDeclaration | Definition of an interface for declaring a bean in a configuration file. | Interface | org.apache.commons.configuration.beanutils | Apache Commons | javadoc |
|
BeanFactory | Definition of an interface for bean factories. | Interface | org.apache.commons.configuration.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
CatalogResolver | Thin wrapper around xml commons CatalogResolver to allow list of catalogsSince:1. | Class | org.apache.commons.configuration.resolver | Apache Commons | javadoc |
|
CombinedConfiguration | A hierarchical composite configuration class. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
CompositeConfiguration | CompositeConfiguration allows you to add multiple Configuration objects to an aggregated configuration. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
Configuration | The main Configuration interface. | Interface | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationBuilder | Definition of an interface for objects that can create a configuration. | Interface | org.apache.commons.configuration | Apache Commons | javadoc |
|
|
ConfigurationComparator | Comparator for configurations interface. | Interface | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationConverter | Configuration converter. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationDynaBean | The ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collection | Class | org.apache.commons.configuration.beanutils | Apache Commons | javadoc |
|
ConfigurationDynaClass | The ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collection | Class | org.apache.commons.configuration.beanutils | Apache Commons | javadoc |
|
ConfigurationErrorEvent | An event class that is used for reporting errors that occurred while processing configuration properties. | Class | org.apache.commons.configuration.event | Apache Commons | javadoc |
|
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 | javadoc |
|
ConfigurationEvent | An event class for reporting updates on a configuration object. | Class | org.apache.commons.configuration.event | Apache Commons | javadoc |
|
ConfigurationException | Any exception that occurs while initializing a ConfigurationVersion:$Id: ConfigurationException. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationFactory | Factory class to create a CompositeConfiguration from a . | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
ConfigurationKey | A simple class that supports creation of and iteration on complex configuration keys. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationListener | A simple event listener interface for configuration observers. | Interface | org.apache.commons.configuration.event | Apache Commons | javadoc |
|
ConfigurationMap | The ConfigurationMap wraps a configuration-collection | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationNode | Definition of an interface for the nodes of a hierarchical configuration. | Interface | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
ConfigurationNodePointerFactory | configuration nodes. | Class | org.apache.commons.configuration.tree.xpath | Apache Commons | javadoc |
|
ConfigurationNodeVisitor | Definition of a Visitor interface for a configuration node The ConfigurationNode interface defines a visit(), | Interface | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
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 | javadoc |
|
ConfigurationRuntimeException | A configuration related runtime exception. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ConfigurationUtils | Miscellaneous utility methods for configurations. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ConversionException | Exception thrown when a property is incompatible with the type requested. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
DatabaseConfiguration | Configuration stored in a database. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
DataConfiguration | Decorator providing additional getters for any Configuration. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
DefaultBeanFactory | The default implementation of the BeanFactory interface. | Class | org.apache.commons.configuration.beanutils | Apache Commons | javadoc |
|
|
DefaultConfigurationBuilder | A factory class that creates a composite configuration from an XML based configuration definition file. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
DefaultConfigurationNode | A default implementation of the ConfigurationNode interface. | Class | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
DefaultEntityResolver | The DefaultEntityResolver used by XML Configurations. | Class | org.apache.commons.configuration.resolver | Apache Commons | javadoc |
|
DefaultExpressionEngine | A default implementation of the ExpressionEngine interface providing the native"e; expression language for hierarchical | Class | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
DefaultFileSystem | FileSystem that uses java. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
DynamicCombinedConfiguration | DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
EntityRegistry | Interface used for registering and retrieving PUBLICID to URL mappings. | Interface | org.apache.commons.configuration.resolver | Apache Commons | javadoc |
|
EntityResolverSupport | Interface that identifies the class as using an EntityResolverSince:1. | Interface | org.apache.commons.configuration.resolver | Apache Commons | javadoc |
|
EnvironmentConfiguration | A Configuration implementation that reads the platform specific environment variables using the map returned by System. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
EventSource | A base class for objects that can generate configuration events. | Class | org.apache.commons.configuration.event | Apache Commons | javadoc |
|
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 | javadoc |
|
ExprLookup | Lookup that allows expressions to be evaluated. | Class | org.apache.commons.configuration.interpol | Apache Commons | javadoc |
|
FileChangedReloadingStrategy | A reloading strategy that will reload the configuration every time its underlying file is changed. | Class | org.apache.commons.configuration.reloading | Apache Commons | javadoc |
|
FileConfiguration | A persistent configuration loaded and saved to a file. | Interface | org.apache.commons.configuration | Apache Commons | javadoc |
|
FileOptionsProvider | Some FileSystems allow options to be passed on File operations. | Interface | org.apache.commons.configuration | Apache Commons | javadoc |
|
FileSystem | Abstract layer to allow various types of file systems. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
FileSystemBased | Interface used to install or locate the FileSystemSince:1. | Interface | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
HierarchicalConfigurationXMLReader | A specialized SAX2 XML parser that parses hierarchical configuration objects. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
|
InvariantReloadingStrategy | A strategy that never triggers a reloading. | Class | org.apache.commons.configuration.reloading | Apache Commons | javadoc |
|
JNDIConfiguration | This Configuration class allows you to interface with a JNDI datasource. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
Lock | A simple class acting as lock. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ManagedReloadingStrategy | A strategy to reload configuration based on management requests. | Class | org.apache.commons.configuration.reloading | Apache Commons | javadoc |
|
ManagedReloadingStrategyMBean | MBean definition for managing configuration reload. | Interface | org.apache.commons.configuration.reloading | Apache Commons | javadoc |
|
MapConfiguration | A Map based Configuration. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
NodeAddData | A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation. | Class | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
NodeCombiner | A base class for node combiner implementations. | Class | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
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 | javadoc |
|
ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
PropertiesConfigurationLayout | A helper class used by PropertiesConfiguration to keep the layout of a properties file. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
PropertyConverter | A utility class to convert the configuration properties into any type. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
PropertyListConfiguration | NeXT / OpenStep style configuration. | Class | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
PropertyListParserConstants | Token literal values and constants. | Interface | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
PropertyListParserTokenManager | | Class | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
Reloadable | Interface that allows other objects to synchronize on a root lock. | Interface | org.apache.commons.configuration.reloading | Apache Commons | javadoc |
|
ReloadingStrategy | A strategy to decide if a configuration should be reloaded. | Interface | org.apache.commons.configuration.reloading | Apache Commons | javadoc |
|
ServletConfiguration | A configuration wrapper around a ServletConfig. | Class | org.apache.commons.configuration.web | Apache Commons | javadoc |
|
ServletContextConfiguration | A configuration wrapper to read the initialization parameters of a servlet context. | Class | org.apache.commons.configuration.web | Apache Commons | javadoc |
|
ServletFilterConfiguration | A configuration wrapper around a FilterConfig. | Class | org.apache.commons.configuration.web | Apache Commons | javadoc |
|
ServletRequestConfiguration | A configuration wrapper to read the parameters of a servlet request. | Class | org.apache.commons.configuration.web | Apache Commons | javadoc |
|
|
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 | javadoc |
|
StrictConfigurationComparator | Strict comparator for configurations. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
SubnodeConfiguration | A specialized hierarchical configuration class that wraps a single node of its parent configuration. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
SubsetConfiguration | A subset of another configuration. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
SystemConfiguration | A configuration based on the system properties. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
Token | Describes the input token stream. | Class | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
TokenMgrError | Token Manager Error. | Class | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
TreeUtils | | Class | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
VFSFileSystem | FileSystem that uses Commons VFSSince:1. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
ViewNode | A specialized node implementation to be used in view configurations. | Class | org.apache.commons.configuration.tree | Apache Commons | javadoc |
|
XMLBeanDeclaration | An implementation of the BeanDeclaration interface that is suitable for XML configuration files. | Class | org.apache.commons.configuration.beanutils | Apache Commons | javadoc |
|
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 | javadoc |
|
XMLPropertiesConfiguration | This configuration implements the XML properties format introduced in Java 5. | Class | org.apache.commons.configuration | Apache Commons | javadoc |
|
XMLPropertyListConfiguration | Property list file (plist) in XML FORMAT as used by Mac OS X (http://www. | Class | org.apache.commons.configuration.plist | Apache Commons | javadoc |
|
XPathExpressionEngine | A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions. | Class | org.apache.commons.configuration.tree.xpath | Apache Commons | javadoc |
|
CSVFormat | Specifies the format of a CSV file and parses input. | Class | org.apache.commons.csv | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.csv.CSVFormat |
CSVParser | Parses CSV files according to the specified format. | Class | org.apache.commons.csv | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.csv.CSVParser |
CSVPrinter | Prints values in a CSV format. | Class | org.apache.commons.csv | Apache Commons | javadoc |
|
CSVRecord | A CSV record parsed from a CSV file. | Class | org.apache.commons.csv | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.csv.CSVRecord |
QuoteMode | Defines quote behavior when printing. | Class | org.apache.commons.csv | Apache Commons | javadoc |
|
Daemon | Provides support for native daemon invocation. | Interface | org.apache.commons.daemon | Apache Commons | javadoc |
|
DaemonConfiguration | Used by jsvc for Daemon configuration. | Class | org.apache.commons.daemon.support | Apache Commons | javadoc |
|
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 | javadoc |
|
|
DaemonController | Defines methods needed by the DaemonLoader. | Interface | org.apache.commons.daemon | Apache Commons | javadoc |
|
DaemonInitException | Throw this during init if you can't initialise yourself for some expected reason. | Class | org.apache.commons.daemon | Apache Commons | javadoc |
|
DaemonLoader | Used by jsvc for Daemon management. | Class | org.apache.commons.daemon.support | Apache Commons | javadoc |
|
DaemonPermission | Represents the permissions to control and query the status of a Daemon. | Class | org.apache.commons.daemon | Apache Commons | javadoc |
|
DaemonUserSignal | Tags a Daemon as supporting some kind of signaling method that allows the java application to | Interface | org.apache.commons.daemon | Apache Commons | javadoc |
|
DaemonWrapper | standard applications as daemons. | Class | org.apache.commons.daemon.support | Apache Commons | javadoc |
|
AbandonedTrace | Tracks db connection usage for recovering and reporting abandoned db connections. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
BasicDataSource | Basic implementation of javax. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
BasicDataSourceFactory | JNDI object factory that creates an instance of BasicDataSource that has been configured based on the | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
BasicDataSourceMXBean | Defines the methods that will be made available via JMX. | Interface | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
BasicManagedDataSource | BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
ConnectionFactory | Abstract factory interface for creating Connections. | Interface | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
Constants | Constants for use with JMXSince:2. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DataSourceConnectionFactory | A DataSource-based implementation of ConnectionFactory. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DataSourceXAConnectionFactory | An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
DelegatingCallableStatement | A base delegating implementation of CallableStatement. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DelegatingConnection | A base delegating implementation of Connection. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DelegatingDatabaseMetaData | A base delegating implementation of DatabaseMetaData. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DelegatingPreparedStatement | A base delegating implementation of PreparedStatement. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DelegatingResultSet | A base delegating implementation of ResultSet. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DelegatingStatement | A base delegating implementation of Statement. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
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 | javadoc |
|
DriverConnectionFactory | A Driver-based implementation of ConnectionFactory. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
DriverManagerConnectionFactory | A DriverManager-based implementation of ConnectionFactory. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
InstanceKeyDataSource | The base class for SharedPoolDataSource and PerUserPoolDataSource. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
|
|
LocalXAConnectionFactory | An implementation of XAConnectionFactory which manages non-XA connections in XA transactions. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
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 | javadoc |
|
ManagedDataSource | The ManagedDataSource is a PoolingDataSource that creates ManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
PerUserPoolDataSource | A pooling DataSource appropriate for deployment within J2EE environment. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
|
PerUserPoolDataSourceFactory | A JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
|
PoolableCallableStatement | A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolableConnection | A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolableConnectionFactory | A PooledObjectFactory that creates PoolableConnections. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolableConnectionMXBean | Defines the attributes and methods that will be exposed via JMX for PoolableConnection instances. | Interface | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolableManagedConnection | PoolableConnection that unregisters from TransactionRegistry on Connection real destroy. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
PoolableManagedConnectionFactory | A PoolableConnectionFactory that creates PoolableManagedConnections. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
PoolablePreparedStatement | A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolingConnection | A DelegatingConnection that pools PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolingDataSource | A simple DataSource implementation that obtains Connections from the specified ObjectPool. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PoolingDriver | A Driver implementation that obtains Connections from a registered | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PStmtKey | A key uniquely identifying PreparedStatements. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
PStmtKeyCPDS | A key uniquely identifying a PreparedStatement. | Class | org.apache.commons.dbcp2.cpdsadapter | Apache Commons | javadoc |
|
SharedPoolDataSource | A pooling DataSource appropriate for deployment within J2EE environment. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
|
SharedPoolDataSourceFactory | A JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2. | Class | org.apache.commons.dbcp2.datasources | Apache Commons | javadoc |
|
SwallowedExceptionLogger | Class for logging swallowed exceptions. | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
TransactionContext | TransactionContext represents the association between a single XAConnectionFactory and a Transaction. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
TransactionContextListener | A listener for transaction completion events. | Interface | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
TransactionRegistry | TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory. | Class | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
Utils | | Class | org.apache.commons.dbcp2 | Apache Commons | javadoc |
|
XAConnectionFactory | XAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment. | Interface | org.apache.commons.dbcp2.managed | Apache Commons | javadoc |
|
|
AbstractKeyedHandler | ResultSetHandler implementation that returns a Map. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
AbstractListHandler | Abstract class that simplify development of ResultSetHandler classes that convert ResultSet into List. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
AbstractQueryRunner | The base class for QueryRunner & AsyncQueryRunner. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
ArrayHandler | ResultSetHandler implementation that converts a ResultSet into an Object[]. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
ArrayListHandler | ResultSetHandler implementation that converts the ResultSet into a List of Object[]s. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
AsyncQueryRunner | Executes SQL queries with pluggable strategies for handling ResultSets. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
BaseResultSetHandler | Extensions of this class convert ResultSets into other objects. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
BasicRowProcessor | Basic implementation of the RowProcessor interface. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
BeanHandler | ResultSetHandler implementation that converts the first ResultSet row into a JavaBean. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
BeanListHandler | ResultSetHandler implementation that converts a ResultSet into a List of beans. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
BeanMapHandler | ResultSetHandler implementation that returns a Map of Beans. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
ColumnListHandler | ResultSetHandler implementation that converts one ResultSet column into a List of | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
DbUtils | A collection of JDBC helper methods. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
GenerousBeanProcessor | Provides generous name matching (e. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
KeyedHandler | ResultSetHandler implementation that returns a Map of Maps. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
MapHandler | ResultSetHandler implementation that converts the first ResultSet row into a Map. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
MapListHandler | ResultSetHandler implementation that converts a ResultSet into a List of Maps. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
ProxyFactory | Creates proxy implementations of JDBC interfaces. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
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 | javadoc |
|
QueryRunner | Executes SQL queries with pluggable strategies for handling ResultSets. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
ResultSetHandler | | Interface | org.apache.commons.dbutils | Apache Commons | javadoc |
|
ResultSetIterator | Wraps a ResultSet in an Iterator. | Class | org.apache.commons.dbutils | Apache Commons | javadoc |
|
RowProcessor | RowProcessor implementations convert ResultSet rows into various other objects. | Interface | org.apache.commons.dbutils | Apache Commons | javadoc |
|
ScalarHandler | ResultSetHandler implementation that converts one ResultSet column into an Object. | Class | org.apache.commons.dbutils.handlers | Apache Commons | javadoc |
|
|
SqlNullCheckedResultSet | Decorates a ResultSet with checks for a SQL NULL value on each getXXX method. | Class | org.apache.commons.dbutils.wrappers | Apache Commons | javadoc |
|
StringTrimmedResultSet | Wraps a ResultSet to trim strings returned by the getString() and getObject() methods. | Class | org.apache.commons.dbutils.wrappers | Apache Commons | javadoc |
|
AbstractMethodRule | Abstract implementation for SetNextRule, SetRootRule and SetTopRule rules. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractObjectCreationFactory | Abstract base class for ObjectCreationFactory implementations. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
AbstractParamTypeBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
AbstractRulesImpl | AbstractRuleImpl provides basic services for Rules implementations. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
AbstractRulesModule | A support class for RulesModule which reduces repetition and results in a more readable configuration. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
AddAliasBuilder | | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
Address | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons | javadoc |
|
Address | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons | javadoc |
|
AddressBook | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons | javadoc |
|
AddressBook | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons | javadoc |
|
AnnotationHandler | Intercepts a Class visit performed by the DigesterLoader. | Interface | org.apache.commons.digester3.annotations | Apache Commons | javadoc |
|
AnnotationHandlerFactory | An object capable of providing instances of AnnotationHandler. | Interface | org.apache.commons.digester3.annotations | Apache Commons | javadoc |
|
AnnotationUtils | Simple utility class to introspect annotations. | Class | org.apache.commons.digester3.annotations.utils | Apache Commons | javadoc |
|
AtomRulesModule | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons | javadoc |
|
AudioVisual | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons | javadoc |
|
BeanPropertySetter | Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
BeanPropertySetterBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
BeanPropertySetterHandler | BeanPropertySetter handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
BeanPropertySetterRule | Rule implements sets a bean property on the top object to the body text. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
Book | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons | javadoc |
|
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 | javadoc |
|
ByRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
|
ByRuleProviderBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
CallMethod | Methods annotated with CallMethod will be bound with CallMethodRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
CallMethodBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
CallMethodHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
CallParam | Methods arguments annotated with CallParam will be bound with CallParamRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
CallParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
CallParamHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
CallParamRule | Rule implementation that saves a parameter for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
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 | javadoc |
|
Catalog | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons | javadoc |
|
Channel | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons | javadoc |
|
CompoundSubstitutor | This Substitutor chains two Substitutors a and b. | Class | org.apache.commons.digester3.substitution | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.digester3.Digester |
DigesterLoader | This class manages the creation of Digester instances from digester rules modules. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.digester3.binder.DigesterLoader |
DigesterLoadingException | Thrown when errors occur while creating a Digester. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
DigesterRule | Meta-annotation that marks an annotation as part of commons-digester. | Class | org.apache.commons.digester3.annotations | Apache Commons | javadoc |
|
Entry | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons | javadoc |
|
Entry | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons | javadoc |
|
ExtendedBaseRules | Extension of RulesBase for complex schema. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
FactoryCreate | Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
FactoryCreateBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
FactoryCreateHandler | FactoryCreate handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
|
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 | javadoc |
|
Feed | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons | javadoc |
|
Feed | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons | javadoc |
|
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 | javadoc |
|
FinderFromDfltClass | | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
FromAnnotationsRuleModule | | Class | org.apache.commons.digester3.annotations | Apache Commons | javadoc |
|
FromXmlRulesModule | | Class | org.apache.commons.digester3.xmlrules | Apache Commons | javadoc |
|
Image | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons | javadoc |
|
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 | javadoc |
|
Item | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons | javadoc |
|
LinkedRuleBuilder | Builder invoked to bind one or more rules to a pattern. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
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 | javadoc |
|
LoaderFromStream | A rule-finding algorithm which loads an xmlplugins-format file. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons | javadoc |
|
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 | javadoc |
|
Main | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons | javadoc |
|
Main | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons | javadoc |
|
Main | A simple program to demonstrate the basic functionality of the Commons Digester module. | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
MethodArgument | Class to supply the missing Java AnnotatedElement for method arguments. | Class | org.apache.commons.digester3.annotations.reflect | Apache Commons | javadoc |
|
MultiVariableExpander | Expands variable references from multiple sources. | Class | org.apache.commons.digester3.substitution | Apache Commons | javadoc |
|
NestedPropertiesBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
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 | javadoc |
|
NodeCreateRuleProvider | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
ObjectCreate | Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
ObjectCreateBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
ObjectCreateHandler | ObjectCreateHandler handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
ObjectCreateRule | Rule implementation that creates a new object and pushes it onto the object stack. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
ObjectCreationFactory | Interface for use with FactoryCreateRule. | Interface | org.apache.commons.digester3 | Apache Commons | javadoc |
|
ObjectParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
ObjectParamRule | Rule implementation that saves a parameter for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
PathCallParam | Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
PathCallParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
PathCallParamHandler | PathCallParam handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
Person | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons | javadoc |
|
Person | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons | javadoc |
|
Pipeline | This is the main class for this example. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons | javadoc |
|
PluginAssertionFailure | Thrown when a bug is detected in the plugins code. | Class | org.apache.commons.digester3.plugins | Apache Commons | javadoc |
|
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 | javadoc |
|
PluginContext | Provides data and services which should exist only once per digester. | Class | org.apache.commons.digester3.plugins | Apache Commons | javadoc |
|
|
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 | javadoc |
|
PluginCreateRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
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 | javadoc |
|
PluginDeclarationRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
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 | javadoc |
|
PluginInvalidInputException | Thrown when an error occurs due to bad data in the file being parsed. | Class | org.apache.commons.digester3.plugins | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
RegexMatcher | Regular expression matching strategy for RegexRules. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
RegexRules | Rules implementation that uses regular expression matching for paths. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
Row | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons | javadoc |
|
RowInserterRule | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons | javadoc |
|
RSSDigester | designed to process input streams that conform to the Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
RuleMatcher | | Interface | org.apache.commons.digester3 | Apache Commons | javadoc |
|
RuleProvider | An object capable of providing instances of Rule. | Interface | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
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 | javadoc |
|
RulesBase | Default implementation of the Rules interface that supports the standard rule matching behavior. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
RulesBinder | | Interface | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
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 | javadoc |
|
RuleSetBase | Convenience base class that implements the RuleSet interface. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
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 | javadoc |
|
RulesModule | A module is the Digester rule bindings provider. | Interface | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
|
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 | javadoc |
|
SetNext | Methods annotated with SetNext will be bound with SetNextRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
SetNextBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
SetNextHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
SetPropertiesBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
SetPropertiesHandler | SetProperty handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
SetProperty | Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
SetPropertyBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
SetPropertyRule | | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
SetRoot | Methods annotated with SetRoot will be bound with SetRootRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
SetRootBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
SetRootHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
SetTop | Methods annotated with SetTop will be bound with SetTopRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons | javadoc |
|
SetTopBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons | javadoc |
|
SetTopHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons | javadoc |
|
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 | javadoc |
|
SimpleRegexMatcher | Simple regex pattern matching algorithm. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Substitutor | (Logical) Interface for substitution strategies. | Class | org.apache.commons.digester3 | Apache Commons | javadoc |
|
Table | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons | javadoc |
|
|
TextInput | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons | javadoc |
|
TextSegmentHandler | | Interface | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
VariableExpander | An Interface describing a class capable of expanding strings which may contain variable references. | Interface | org.apache.commons.digester3.substitution | Apache Commons | javadoc |
|
VariableSubstitutor | Substitutor implementation that support variable replacement for both attributes and body text. | Class | org.apache.commons.digester3.substitution | Apache Commons | javadoc |
|
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 | javadoc |
|
ClassLoaders | There are many different contexts in which loaders can be used. | Class | org.apache.commons.discovery.resource | Apache Commons | javadoc |
|
ClassUtils | Various utilities to interact with Class types. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
DefaultClassHolder | Holder for a default class. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
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 | javadoc |
|
DiscoverClasses | The findResources() method will check every loader. | Class | org.apache.commons.discovery.resource.classes | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.discovery.resource.classes.DiscoverClasses |
DiscoverMappedNames | Recover resource name from Managed Properties, using OLD property names. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
DiscoverNamesInAlternateManagedProperties | Recover resource name from Managed Properties, using OLD property names. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
DiscoverNamesInDictionary | Recover resources from a Dictionary. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
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 | javadoc |
|
DiscoverNamesInManagedProperties | Recover resource name from Managed Properties. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
DiscoverNamesInSystemProperties | Recover resource name from System Properties. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
DiscoverResources | | Class | org.apache.commons.discovery.resource | Apache Commons | javadoc |
|
DiscoverServiceNames | Provide JDK 1. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
DiscoverSingleton | Discover singleton service providers. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
DiscoveryException | An exception that is thrown only if a suitable service instance cannot be created by ServiceFactory. | Class | org.apache.commons.discovery | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.discovery.DiscoveryException |
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 | javadoc |
|
EnvironmentCache | Cache by a 'key' unique to the environment: - ClassLoader::groupContext::Object Cache | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
JDK11Hooks | JDK 1. | Class | org.apache.commons.discovery.jdk | Apache Commons | javadoc |
|
|
JDK12Hooks | JDK 1. | Class | org.apache.commons.discovery.jdk | Apache Commons | javadoc |
|
JDKHooks | JDK Hooks to extract properties/resources. | Class | org.apache.commons.discovery.jdk | Apache Commons | javadoc |
|
ManagedProperties | This class may disappear in the future, or be moved to another project. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
NameDiscoverers | Holder for multiple ResourceNameDiscover instances. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
PropertiesHolder | Holder for a default class. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
Resource | 'Resource' located by discovery. | Class | org.apache.commons.discovery | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.discovery.Resource |
ResourceClass | 'Resource' located by discovery. | Class | org.apache.commons.discovery | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.discovery.ResourceClass |
ResourceClassDiscover | | Interface | org.apache.commons.discovery | Apache Commons | javadoc |
|
ResourceClassDiscoverImpl | Default ResourceClassDiscover implementation. | Class | org.apache.commons.discovery.resource.classes | Apache Commons | javadoc |
|
ResourceClassIterator | Iterator over discovered SPI type. | Class | org.apache.commons.discovery | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.discovery.ResourceClassIterator |
ResourceDiscover | Interface representing a mapping from a set of source resource names | Interface | org.apache.commons.discovery | Apache Commons | javadoc |
|
ResourceDiscoverImpl | Helper class for methods implementing the ResourceDiscover interface. | Class | org.apache.commons.discovery.resource | Apache Commons | javadoc |
|
ResourceIterator | Iterator over discovered Resource. | Class | org.apache.commons.discovery | Apache Commons | javadoc |
|
ResourceNameDiscover | Interface representing a mapping from a set of source resource names | Interface | org.apache.commons.discovery | Apache Commons | javadoc |
|
ResourceNameDiscoverImpl | Helper class for methods implementing the ResourceNameDiscover interface. | Class | org.apache.commons.discovery.resource.names | Apache Commons | javadoc |
|
ResourceNameIterator | Iterate over resource names. | Interface | org.apache.commons.discovery | Apache Commons | javadoc |
|
ResourceUtils | Mechanisms to locate and load a class. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
Service | [this was ServiceDiscovery12. | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
ServiceDiscoveryTask | Small ant task that will use discovery to locate a particular impl. | Class | org.apache.commons.discovery.ant | Apache Commons | javadoc |
|
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 | javadoc |
|
SPInterface | Represents a Service Programming Interface (spi). | Class | org.apache.commons.discovery.tools | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
BeanInfoIndexedProperty | This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write | Class | org.apache.commons.el | Apache Commons | javadoc |
|
|
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 | javadoc |
|
BeanInfoProperty | This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
BoundFunctionInvocation | A subclass of FunctionInvocation which is bound to a particular Method. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
Coercions | This class contains the logic for coercing data types before operators are applied to them. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
ComplexValue | Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
ConditionalExpression | Represents a conditional expression. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
Constants | This contains all of the non-public constants, including messsage strings read from the resource file. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
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 | javadoc |
|
ELParser | Generated EL parser. | Class | org.apache.commons.el.parser | Apache Commons | javadoc |
|
ELParserConstants | | Interface | org.apache.commons.el.parser | Apache Commons | javadoc |
|
ELParserTokenManager | | Class | org.apache.commons.el.parser | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ExpressionEvaluatorImpl | This is the main class for evaluating expression Strings. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
ExpressionString | Represents an expression String consisting of a mixture of Strings and Expressions. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
FloatingPointLiteral | An expression representing a floating point literal value. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
FunctionInvocation | Represents a function call. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
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 | javadoc |
|
IntegerLiteral | An expression representing an integer literal value. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
MessageUtil | Utility class for generating parameterized messages. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.commons.el.parser | Apache Commons | javadoc |
|
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 | javadoc |
|
PropertySuffix | Represents an operator that obtains the value of another value's property. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
StringLiteral | An expression representing a String literal value. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
Token | Describes the input token stream. | Class | org.apache.commons.el.parser | Apache Commons | javadoc |
|
TokenMgrError | | Class | org.apache.commons.el.parser | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
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 | javadoc |
|
VariableResolverImpl | This is the JSTL-specific implementation of VariableResolver. | Class | org.apache.commons.el | Apache Commons | javadoc |
|
ByteArrayDataSource | This class implements a typed DataSource from: From version 1. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
DataSourceBaseResolver | Base class for various resolvers. | Class | org.apache.commons.mail.resolver | Apache Commons | javadoc |
|
DataSourceClassPathResolver | Creates a DataSource based on an class path. | Class | org.apache.commons.mail.resolver | Apache Commons | javadoc |
|
DataSourceCompositeResolver | A composite data source resolver. | Class | org.apache.commons.mail.resolver | Apache Commons | javadoc |
|
DataSourceFileResolver | Creates a DataSource based on an URL. | Class | org.apache.commons.mail.resolver | Apache Commons | javadoc |
|
DataSourceResolver | Creates a DataSource based on an URL. | Interface | org.apache.commons.mail | Apache Commons | javadoc |
|
DataSourceUrlResolver | Creates a DataSource based on an URL. | Class | org.apache.commons.mail.resolver | Apache Commons | javadoc |
|
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 | javadoc |
|
Email | The base class for all email messages. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.mail.Email |
EmailAttachment | This class models an email attachment. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
EmailConstants | Constants used by Email classes. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
EmailException | Exception thrown when a checked error occurs in commons-email. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
HtmlEmail | An HTML multipart email. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.mail.HtmlEmail |
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 | javadoc |
|
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 | javadoc |
|
MimeMessageUtils | Static helper methods. | Class | org.apache.commons.mail.util | Apache Commons | javadoc |
|
MultiPartEmail | This class is used to send multi-part internet email like messages with attachments. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
SimpleEmail | This class is used to send simple internet email messages withoutSince:1. | Class | org.apache.commons.mail | Apache Commons | javadoc |
|
CommandLauncher | Interface to shield the caller from the various platform-dependentVersion:$Id: CommandLauncher. | Interface | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
CommandLauncherFactory | Builds a command launcher for the OS and JVM we are running under. | Class | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
CommandLauncherImpl | A command launcher for a particular JVM/OS platform. | Class | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
CommandLauncherProxy | A command launcher that proxies another command launcher. | Class | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
|
CommandLine | CommandLine objects help handling command lines specifying processes to execute. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
DaemonExecutor | Runs daemon processes asynchronously. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
DebugUtils | Provides debugging support. | Class | org.apache.commons.exec.util | Apache Commons | javadoc |
|
DefaultExecuteResultHandler | A default implementation of 'ExecuteResultHandler' used for asynchronousVersion:$Id: DefaultExecuteResultHandler. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
DefaultExecutor | The default class to start a subprocess. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
DefaultProcessingEnvironment | Helper class to determine the environment variable for the OS. | Class | org.apache.commons.exec.environment | Apache Commons | javadoc |
|
EnvironmentUtils | Wrapper for environment variables. | Class | org.apache.commons.exec.environment | Apache Commons | javadoc |
|
ExecuteException | An exception indicating that the executing a subprocesses failed. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
ExecuteResultHandler | The callback handlers for the result of asynchronous process execution. | Interface | org.apache.commons.exec | Apache Commons | javadoc |
|
ExecuteStreamHandler | Used by Execute to handle input and output stream ofVersion:$Id: ExecuteStreamHandler. | Interface | org.apache.commons.exec | Apache Commons | javadoc |
|
ExecuteWatchdog | Destroys a process running for too long. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
Executor | The main abstraction to start an external process. | Interface | org.apache.commons.exec | Apache Commons | javadoc |
|
InputStreamPumper | Copies all data from an System. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
Java13CommandLauncher | A command launcher for JDK/JRE 1. | Class | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
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 | javadoc |
|
MapUtils | Helper classes to manipulate maps to pass substition map to the CommandLine. | Class | org.apache.commons.exec.util | Apache Commons | javadoc |
|
OpenVmsProcessingEnvironment | Helper class to determine the environment variableVersion:$Id: OpenVmsProcessingEnvironment. | Class | org.apache.commons.exec.environment | Apache Commons | javadoc |
|
OS | Condition that tests the OS type. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
OS2CommandLauncher | A command launcher for OS/2 that uses 'cmd. | Class | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
ProcessDestroyer | Destroys all registered Process after a certain event, typically when the VM exits | Interface | org.apache.commons.exec | Apache Commons | javadoc |
|
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 | javadoc |
|
ShutdownHookProcessDestroyer | Destroys all registered Processes when the VM exits. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
StreamPumper | Copies all data from an input stream to an output stream. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
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 | javadoc |
|
TimeoutObserver | Interface for classes that want to be notified by Watchdog. | Interface | org.apache.commons.exec | Apache Commons | javadoc |
|
|
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 | javadoc |
|
Watchdog | Generalization of ExecuteWatchdogVersion:$Id: Watchdog. | Class | org.apache.commons.exec | Apache Commons | javadoc |
|
WinNTCommandLauncher | A command launcher for Windows XP/2000/NT that uses 'cmd. | Class | org.apache.commons.exec.launcher | Apache Commons | javadoc |
|
Closeable | Interface of an object, which may be closed. | Interface | org.apache.commons.fileupload.util | Apache Commons | javadoc |
|
DefaultFileItem | The default implementation of the FileItem interface. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
DefaultFileItemFactory | The default FileItemFactory implementation. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
DiskFileItem | The default implementation of the FileItem interface. | Class | org.apache.commons.fileupload.disk | Apache Commons | javadoc |
|
DiskFileItemFactory | The default FileItemFactory implementation. | Class | org.apache.commons.fileupload.disk | Apache Commons | javadoc |
|
DiskFileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
FileCleanerCleanup | A servlet context listener, which ensures that the FileCleaningTracker's reaper thread is terminated, | Class | org.apache.commons.fileupload.servlet | Apache Commons | javadoc |
|
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 | javadoc |
|
FileItemFactory | A factory interface for creating FileItem instances. | Interface | org.apache.commons.fileupload | Apache Commons | javadoc |
|
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 | javadoc |
|
FileItemHeadersImpl | Default implementation of the FileItemHeaders interface. | Class | org.apache.commons.fileupload.util | Apache Commons | javadoc |
|
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 | javadoc |
|
FileItemIterator | An iterator, as returned by FileUploadBase. | Interface | org.apache.commons.fileupload | Apache Commons | javadoc |
|
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 | javadoc |
|
FileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
FileUploadBase | High level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
FileUploadException | Exception for errors encountered while processing the request. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
InvalidFileNameException | This exception is thrown in case of an invalid file name. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
LimitedInputStream | An input stream, which limits its data size. | Class | org.apache.commons.fileupload.util | Apache Commons | javadoc |
|
MimeUtility | Utility class to decode MIME texts. | Class | org.apache.commons.fileupload.util.mime | Apache Commons | javadoc |
|
MultipartStream | Low level API for processing file uploads. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
ParameterParser | A simple parser intended to parse sequences of name/value pairs. | Class | org.apache.commons.fileupload | Apache Commons | javadoc |
|
|
PortletFileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload.portlet | Apache Commons | javadoc |
|
PortletRequestContext | Provides access to the request information needed for a request made toSince:FileUpload 1. | Class | org.apache.commons.fileupload.portlet | Apache Commons | javadoc |
|
ProgressListener | The ProgressListener may be used to display a progress bar or do stuff like that. | Interface | org.apache.commons.fileupload | Apache Commons | javadoc |
|
RequestContext | Abstracts access to the request information needed for file uploads. | Interface | org.apache.commons.fileupload | Apache Commons | javadoc |
|
ServletFileUpload | High level API for processing file uploads. | Class | org.apache.commons.fileupload.servlet | Apache Commons | javadoc |
|
ServletRequestContext | Provides access to the request information needed for a request made toSince:FileUpload 1. | Class | org.apache.commons.fileupload.servlet | Apache Commons | javadoc |
|
Streams | Utility class for working with streams. | Class | org.apache.commons.fileupload.util | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractListBackedAggregator | An aggregator which stores the data series in a List. | Class | org.apache.commons.functor.aggregator | Apache Commons | javadoc |
|
AbstractLoopNullaryProcedure | Abstract base class for WhileDoNullaryProcedure and DoWhileNullaryProcedure used to implement loop procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractRange | | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
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 | javadoc |
|
Aggregator | Interface which offers a means of aggregating data. | Interface | org.apache.commons.functor.aggregator | Apache Commons | javadoc |
|
And | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ArrayListBackedAggregator | | Class | org.apache.commons.functor.aggregator | Apache Commons | javadoc |
|
BaseGenerator | Base class for generators. | Class | org.apache.commons.functor.generator | Apache Commons | javadoc |
|
BinaryAnd | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
BinaryCompositeBinaryFunction | A BinaryFunction composed of three binary functions, f, g and h, | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
BinaryFunction | A functor that takes two arguments and returns a value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
BinaryFunctionBinaryPredicate | Adapts a Boolean-valued BinaryFunction to the BinaryPredicate interface. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
BinaryFunctionBinaryProcedure | Adapts a BinaryFunction to the BinaryProcedure | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
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 | javadoc |
|
BinaryFunctor | Marker interface for binary (two-argument) functors. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
BinaryNot | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
|
BinaryOr | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
BinaryPredicate | A functor that takes two arguments and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
BinaryPredicateBinaryFunction | BinaryFunction interface. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
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 | javadoc |
|
BinaryProcedure | A functor that takes two arguments and has no return value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
BinaryProcedureBinaryFunction | BinaryFunction interface by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
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 | javadoc |
|
BinarySequence | that runs an ordered sequence of BinaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
BoundNullaryFunction | NullaryFunction interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
BoundNullaryPredicate | NullaryPredicate interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
BoundNullaryProcedure | NullaryProcedure interface using a constant unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
BoundType | Determine the bound type of a range. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
CharacterRange | A generator for a range of characters. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
CollectionTransformer | Transforms a generator into a collection. | Class | org.apache.commons.functor.generator.util | Apache Commons | javadoc |
|
ComparatorFunction | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
Composite | Utility/fluent methods for creating composite functors. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
CompositeBinaryFunction | A BinaryFunction composed of one binary function, f, and two | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
CompositeBinaryPredicate | A BinaryPredicate composed of one binary predicate, p, and two | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
CompositeFunction | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
CompositePredicate | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
CompositeProcedure | representing the composition of chaining the output of one to the input | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
Conditional | Utility methods for creating conditional functors. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalBinaryFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalBinaryPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalBinaryProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
|
ConditionalFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalNullaryFunction | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalNullaryPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalNullaryProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalPredicate | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
ConditionalProcedure | similiar to Java's ternary or conditional operator (? :). | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
Constant | Evaluates to constant value. | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
DoubleMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoubleMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoubleMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoubleMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoublePercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoubleRange | A generator for a range of doubles. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
DoubleSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoubleSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
DoUntil | Do-until algorithm (test after). | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
DoWhile | Do-while algorithm (test after). | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
DoWhileNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
EachElement | Generator factory for each element of a collection. | Class | org.apache.commons.functor.generator.util | Apache Commons | javadoc |
|
Endpoint | Represent an endpoint of a range. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
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 | javadoc |
|
FilteredIterable | Adds a fluent filtering API to any Iterable. | Class | org.apache.commons.functor.core.collection | Apache Commons | javadoc |
|
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 | javadoc |
|
FindWithinGenerator | Return the first Object in a Generator matching a Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
FloatRange | A generator for a range of float. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
|
FoldLeft | Functional left-fold algorithm against the elements of a Generator. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
FoldRight | Functional right-fold algorithm against the elements of a Generator. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
FullyBoundNullaryFunction | NullaryFunction interface using constant arguments. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
FullyBoundNullaryPredicate | NullaryPredicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
FullyBoundNullaryProcedure | NullaryProcedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
Function | A functor that takes one argument and returns an Object value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Functor | Functor marker interface. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
GeneratorContains | Tests whether a Generator contains an element that matches a Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
Identity | Evaluates to its input argument. | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
IgnoreLeftFunction | BinaryFunction interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
IgnoreLeftPredicate | BinaryPredicate interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
IgnoreLeftProcedure | BinaryProcedure interface by ignoring the first binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
IgnoreRightFunction | BinaryFunction interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
IgnoreRightPredicate | BinaryPredicate interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
IgnoreRightProcedure | BinaryProcedure interface by ignoring the second binary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
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 | javadoc |
|
InPlaceTransform | | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
IntegerCountAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
IntegerMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
IntegerMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
|
IntegerMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
IntegerMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
IntegerPercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
IntegerRange | A range of integers. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
IntegerSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
IntegerSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons | javadoc |
|
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 | javadoc |
|
IsEmpty | A Predicate that checks to see if the specified object is empty. | Class | org.apache.commons.functor.core.collection | Apache Commons | javadoc |
|
IsEqual | true iff its arguments are an equivalence relation on | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
IsEquivalent | A BinaryPredicate that tests true iff the left argument is equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
IsGreaterThan | A BinaryPredicate that tests true iff the left argument is greater than the | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
IsGreaterThanOrEqual | A BinaryPredicate that tests true iff the left argument is greater than or equal | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
IsInstance | true iff its argument of some specified Class. | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
IsLessThan | A BinaryPredicate that tests true iff the left argument is greater than the | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
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 | javadoc |
|
IsNotEqual | true iff its arguments are This relation is symmetric but irreflexive | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
IsNotEquivalent | A BinaryPredicate that tests true iff the left argument is not equal to the | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
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 | javadoc |
|
IsNotSame | Tests the reference (!=) inequality of its arguments. | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
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 | javadoc |
|
IsSame | Tests the reference (==) equality of its arguments. | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
IsWithinRange | A Predicate that tests whether a Comparable object is within a range. | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
IteratorToGeneratorAdapter | Adapts an Iterator to the LoopGenerator interface. | Class | org.apache.commons.functor.generator.loop | Apache Commons | javadoc |
|
LeftBoundFunction | using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
LeftBoundPredicate | Predicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
|
LeftBoundProcedure | Procedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
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 | javadoc |
|
Limit | A predicate that returns true the first n times it is invoked, and | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
LongRange | | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
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 | javadoc |
|
Max | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
Min | Adapts a Comparator to the BinaryFunction interface. | Class | org.apache.commons.functor.core.comparator | Apache Commons | javadoc |
|
NoOp | A procedure that does nothing at all. | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
Not | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
NullaryAnd | none of its children test false. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
NullaryFunction | A functor that takes no arguments and returns a value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
NullaryFunctionFunction | by ignoring the unary argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullaryFunctionNullaryPredicate | Adapts a Boolean-valued NullaryFunction to the | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullaryFunctionNullaryProcedure | Adapts a NullaryFunction to the NullaryProcedure | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullaryFunctor | Marker interface for nullary (zero-argument) functors. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
NullaryNot | Tests to the logical inverse of some other predicate. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
NullaryOr | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
NullaryPredicate | A functor that takes no arguments and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
NullaryPredicateNullaryFunction | NullaryFunction interface. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullaryPredicatePredicate | Predicate interface by ignoring the given argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullaryProcedure | A functor that takes no arguments and returns no value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
NullaryProcedureNullaryFunction | NullaryFunction interface by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullaryProcedureProcedure | Procedure interface by ignoring the arguments. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
NullarySequence | that runs an ordered sequence of NullaryProcedures. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
NumericRange | A base class for numeric ranges. | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
|
Offset | A predicate that returns false the first n times it is invoked, and | Class | org.apache.commons.functor.core | Apache Commons | javadoc |
|
Or | at least one of its children test true. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
Predicate | A functor that takes one argument and returns a boolean value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
PredicateFunction | Function interface. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
Procedure | A functor that takes one argument and returns no value. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
ProcedureFunction | by always returning null. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
Range | Represent an interval of elements that varies from the left limit to the right limit. | Interface | org.apache.commons.functor.range | Apache Commons | javadoc |
|
Ranges | | Class | org.apache.commons.functor.range | Apache Commons | javadoc |
|
RecursiveEvaluation | Tail recursion for functions. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
RemoveMatching | Remove elements from left Iterator that match right Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
RetainMatching | Retain elements in left Iterator that match right Predicate. | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
RightBoundFunction | using a constant right-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
RightBoundPredicate | Predicate interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
RightBoundProcedure | Procedure interface using a constant left-side argument. | Class | org.apache.commons.functor.adapter | Apache Commons | javadoc |
|
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 | javadoc |
|
Sequence | that runs an ordered sequence of Procedures. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
TransformedBinaryFunction | A BinaryFunction whose result is then run through a Function. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
TransformedBinaryProcedure | A BinaryProcedure composed of a BinaryFunction whose result is then run through a Procedure. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
TransformedGenerator | Generator that transforms the elements of another Generator. | Class | org.apache.commons.functor.generator.loop | Apache Commons | javadoc |
|
TransformedIterator | Iterator that transforms another Iterator by applying a Function to each returned element. | Class | org.apache.commons.functor.core.collection | Apache Commons | javadoc |
|
TransformedNullaryFunction | A NullaryFunction whose result is then run through a Function. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
TransformedNullaryProcedure | A NullaryProcedure composed of a NullaryFunction whose result is then run through a Procedure. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
TransposedFunction | Transposes (swaps) the arguments to some other For example, given a function f | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
|
TransposedPredicate | Transposes (swaps) the arguments to some other For example, given a predicate p | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
TransposedProcedure | Transposes (swaps) the arguments to some other For example, given a procedure p | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
UnaryFunctor | Marker interface for unary (single-argument) functors. | Interface | org.apache.commons.functor | Apache Commons | javadoc |
|
UntilDo | Until-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
UntilGenerate | Wrap another Generator such that run(Procedure) terminates once a condition has been satisfied. | Class | org.apache.commons.functor.generator.loop | Apache Commons | javadoc |
|
WhileDo | While-do algorithm (test before). | Class | org.apache.commons.functor.core.algorithm | Apache Commons | javadoc |
|
WhileDoNullaryProcedure | A NullaryProcedure implementation of a while loop. | Class | org.apache.commons.functor.core.composite | Apache Commons | javadoc |
|
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 | javadoc |
|
AbstractFileFilter | An abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
AndFileFilter | A FileFilter providing conditional AND logic across a list of file filters. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
BrokenInputStream | Broken input stream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
BrokenOutputStream | Broken output stream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
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 | javadoc |
|
ByteOrderMark | Byte Order Mark (BOM) representation - see BOMInputStream. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
CanReadFileFilter | This filter accepts Files that can be read. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
CanWriteFileFilter | This filter accepts Files that can be written to. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
CharSequenceInputStream | InputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
CharSequenceReader | Reader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
Charsets | Charsets required of every implementation of the Java platform. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
ChunkedOutputStream | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
ChunkedWriter | OutputStream which breaks larger output blocks into chunks. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
|
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 | javadoc |
|
ClosedInputStream | Closed input stream. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
ClosedOutputStream | Closed output stream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
CloseShieldInputStream | Proxy stream that prevents the underlying input stream from being closed. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
CloseShieldOutputStream | Proxy stream that prevents the underlying output stream from being closed. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
CompositeFileComparator | Compare two files using a set of delegate file Comparator. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
ConditionalFileFilter | Defines operations for conditional file filters. | Interface | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
CopyUtils | This class provides static utility methods for buffered copying between sources (InputStream, Reader, | Class | org.apache.commons.io | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
DefaultFileComparator | Compare two files using the default File. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
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 | javadoc |
|
DelegateFileFilter | This class turns a Java FileFilter or FilenameFilter into an IO FileFilter. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
DirectoryFileComparator | Compare two files using the File. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
DirectoryFileFilter | This filter accepts Files that are directories. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
EmptyFileFilter | This filter accepts files or directories that are empty. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
EndianUtils | Utility code for dealing with different endian systems. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
ExtensionFileComparator | Compare the file name extensions for order (see FilenameUtils. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
FalseFileFilter | A file filter that always returns false. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
FileAlterationListener | A listener that receives events of file system modifications. | Interface | org.apache.commons.io.monitor | Apache Commons | javadoc |
|
FileAlterationListenerAdaptor | Convenience FileAlterationListener implementation that does nothing. | Class | org.apache.commons.io.monitor | Apache Commons | javadoc |
|
FileAlterationMonitor | A runnable that spawns a monitoring thread triggering any registered FileAlterationObserver at a specified interval. | Class | org.apache.commons.io.monitor | Apache Commons | javadoc |
|
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
FileDeleteStrategy | Strategy for deleting files. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
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 | javadoc |
|
FileExistsException | Indicates that a file already exists. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
FileFileFilter | This filter accepts Files that are files (not directories). | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
FileFilterUtils | Useful utilities for working with file filters. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
FilenameUtils | General filename and filepath manipulation utilities. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
FileSystemUtils | General File System utilities. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
FileUtils | General file manipulation utilities. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
FileWriterWithEncoding | Writer of files that allows the encoding to be set. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
HexDump | Dumps data in hexadecimal format. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
HiddenFileFilter | This filter accepts Files that are hidden. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
IOCase | Enumeration of IO case sensitivity. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
IOExceptionWithCause | Subclasses IOException with the Throwable constructors missing before Java 6. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
IOFileFilter | An interface which brings the FileFilter and FilenameFilter interfaces together. | Interface | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
IOUtils | General IO stream manipulation utilities. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.io.IOUtils |
LastModifiedFileComparator | Compare the last modified date/time of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
LineIterator | An Iterator over the lines in a Reader. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
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 | javadoc |
|
MagicNumberFileFilter | File filter for matching files containing a magic number. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
NameFileComparator | Compare the names of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
NameFileFilter | Filters filenames for a certain name. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
NotFileFilter | This filter produces a logical NOT of the filters specified. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
|
NullInputStream | A functional, light weight InputStream that emulates a stream of a specified size. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
NullOutputStream | This OutputStream writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
NullReader | A functional, light weight Reader that emulates a reader of a specified size. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
NullWriter | This Writer writes all data to the famous /dev/null. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
OrFileFilter | A FileFilter providing conditional OR logic across a list of file filters. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
PathFileComparator | Compare the path of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
PrefixFileFilter | Filters filenames for a certain prefix. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
RegexFileFilter | Filters files using supplied regular expression(s). | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
SizeFileComparator | Compare the length/size of two files for order (see File. | Class | org.apache.commons.io.comparator | Apache Commons | javadoc |
|
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 | javadoc |
|
StringBuilderWriter | Writer implementation that outputs to a StringBuilder. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
SuffixFileFilter | Filters files based on the suffix (what the filename ends with). | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
SwappedDataInputStream | DataInput for systems relying on little endian data formats. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
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 | javadoc |
|
TaggedIOException | An IOException decorator that adds a serializable tag to the wrapped exception. | Class | org.apache.commons.io | Apache Commons | javadoc |
|
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 | javadoc |
|
Tailer | Simple implementation of the unix tail -f functionality. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
TailerListener | Listener for events from a Tailer. | Interface | org.apache.commons.io.input | Apache Commons | javadoc |
|
TailerListenerAdapter | TailerListener Adapter. | Class | org.apache.commons.io.input | Apache Commons | javadoc |
|
|
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 | javadoc |
|
TeeOutputStream | Classic splitter of OutputStream. | Class | org.apache.commons.io.output | Apache Commons | javadoc |
|
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 | javadoc |
|
TrueFileFilter | A file filter that always returns true. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
WildcardFileFilter | Filters files using the supplied wildcards. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
WildcardFilter | Filters files using the supplied wildcards. | Class | org.apache.commons.io.filefilter | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
AbstractFilesystemAlterationListener | AbstractFilesystemAlterationListener provides some convenience methods helping to implement a FilesystemAlterationListener. | Class | org.apache.commons.jci.listeners | Apache Commons | javadoc |
|
AbstractJavaCompiler | Base class for compiler implementations. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
CommandlineCompiler | A simple front end to jci mimicking the javac command lineConstructor SummaryCommandlineCompiler() | Class | org.apache.commons.jci.examples.commandline | Apache Commons | javadoc |
|
CompilationProblem | | Interface | org.apache.commons.jci.problems | Apache Commons | javadoc |
|
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 | javadoc |
|
CompilationResult | A CompilationResult represents the result of a compilation. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
CompilingListener | A CompilingListener is an improved version of the ReloadingListener. | Class | org.apache.commons.jci.listeners | Apache Commons | javadoc |
|
Configurable | | Interface | org.apache.commons.jci.examples.configuration | Apache Commons | javadoc |
|
ConfigurationException | See Also:Serialized FormConstructor SummaryConfigurationException() | Class | org.apache.commons.jci.examples.configuration | Apache Commons | javadoc |
|
ConfigurationReloading | | Class | org.apache.commons.jci.examples.configuration | Apache Commons | javadoc |
|
ConversionUtils | Mainly common path manipultation helper methods NOT FOR USE OUTSIDE OF JCI | Class | org.apache.commons.jci.utils | Apache Commons | javadoc |
|
EclipseCompilationProblem | Wrapping an Eclipse compiler problemConstructor SummaryEclipseCompilationProblem(org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
EclipseJavaCompiler | Eclipse compiler implemenationFields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
EclipseJavaCompilerSettings | Native Eclipse compiler settingsConstructor SummaryEclipseJavaCompilerSettings() | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
FileChangeListener | The most simple implemenation of an FilesystemAlterationListener. | Class | org.apache.commons.jci.listeners | Apache Commons | javadoc |
|
|
FileResourceReader | | Class | org.apache.commons.jci.readers | Apache Commons | javadoc |
|
FileResourceStore | | Class | org.apache.commons.jci.stores | Apache Commons | javadoc |
|
FilesystemAlterationListener | A listener that receives events of filesystem modifications. | Interface | org.apache.commons.jci.monitor | Apache Commons | javadoc |
|
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 | javadoc |
|
FilesystemAlterationObserver | FilesystemAlterationObserver represents the state of files below a certain root directory. | Interface | org.apache.commons.jci.monitor | Apache Commons | javadoc |
|
FilesystemAlterationObserverImpl | | Class | org.apache.commons.jci.monitor | Apache Commons | javadoc |
|
GroovyCompilationProblem | Groovy version of a CompilationProblemConstructor SummaryGroovyCompilationProblem(org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
GroovyJavaCompiler | Groovy implementation of the JavaCompiler interfaceFields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
GroovyJavaCompilerSettings | Native configuration for the Groovy compilerConstructor SummaryGroovyJavaCompilerSettings(org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JaninoCompilationProblem | Janino version of a CompilationProblemConstructor SummaryJaninoCompilationProblem(org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JaninoJavaCompiler | Fields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JaninoJavaCompilerSettings | | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JavaCompiler | The general compiler interface. | Interface | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JavaCompilerFactory | Creates JavaCompilers TODO use META-INF discovery mechanism | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JavaCompilerSettings | Most common denominator for JavaCompiler settings. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
JspGenerator | | Class | org.apache.commons.jci.examples.serverpages | Apache Commons | javadoc |
|
JspReader | | Class | org.apache.commons.jci.examples.serverpages | Apache Commons | javadoc |
|
MemoryResourceReader | A memory based reader to compile from memoryConstructor SummaryMemoryResourceReader() | Class | org.apache.commons.jci.readers | Apache Commons | javadoc |
|
MemoryResourceStore | Store just in memoryConstructor SummaryMemoryResourceStore() | Class | org.apache.commons.jci.stores | Apache Commons | javadoc |
|
ReloadingClassLoader | The ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded. | Class | org.apache.commons.jci | Apache Commons | javadoc |
|
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 | javadoc |
|
ReloadNotificationListener | | Interface | org.apache.commons.jci.listeners | Apache Commons | javadoc |
|
ResourceReader | A ResourceReader provide acces to resource like e. | Interface | org.apache.commons.jci.readers | Apache Commons | javadoc |
|
ResourceStore | | Interface | org.apache.commons.jci.stores | Apache Commons | javadoc |
|
ResourceStoreClassLoader | | Class | org.apache.commons.jci.stores | Apache Commons | javadoc |
|
|
RhinoCompilationProblem | | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
RhinoJavaCompiler | Fields inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
RhinoJavaCompilerSettings | Constructor SummaryRhinoJavaCompilerSettings()Methods inherited from class org. | Class | org.apache.commons.jci.compilers | Apache Commons | javadoc |
|
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 | javadoc |
|
Something | | Class | org.apache.commons.jci.examples.configuration | Apache Commons | javadoc |
|
Transactional | | Interface | org.apache.commons.jci.stores | Apache Commons | javadoc |
|
TransactionalResourceStore | A TransactionalResourceStore get signals of the compilation process as a whole. | Class | org.apache.commons.jci.stores | Apache Commons | javadoc |
|
ArgTag | An argument to a NewTag or InvokeTag. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
ArgTagParent | Interface for classes that support ArgTag children. | Interface | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
BaseClassLoaderTag | Abstract base tag providing ClassLoader support. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
BaseJellyTest | | Class | org.apache.commons.jelly.test | Apache Commons | javadoc |
|
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 | javadoc |
|
BreakException | BreakException is used to terminate loops such as and tags. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
BreakTag | | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
CaseTag | A tag which conditionally evaluates its body if my value attribute equals my ancestor | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
CatchTag | A tag which catches exceptions thrown by its body. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
ClassLoaderUtils | A class to centralize the class loader management code. | Class | org.apache.commons.jelly.util | Apache Commons | javadoc |
|
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 | javadoc |
|
CommandLineParser | Utility class to parse command line options using CLI. | Class | org.apache.commons.jelly.util | Apache Commons | javadoc |
|
CompilableTag | Compilable represents a Tag that is compilable. | Interface | org.apache.commons.jelly | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ConstantExpression | ConstantExpression represents a constant expression. | Class | org.apache.commons.jelly.expression | Apache Commons | javadoc |
|
|
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 | javadoc |
|
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 | javadoc |
|
DefaultTag | A tag which conditionally evaluates its body if none of its preceeding sibling | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
DefaultTagFactory | DefaultTagFactory a default implementation of TagFactory which creates new instances of a given class. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
DynaBeanTagSupport | DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
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 | javadoc |
|
DynaTagSupport | DynaTagSupport is an abstract base class for any DynaTag implementation to derive from. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
DynamicBeanTag | This tag is bound onto a Java Bean class. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
DynamicDynaBeanTag | This tag is bound onto a DynaClass instance. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
DynamicTagLibrary | DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
Embedded | | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
ExprTag | A tag which evaluates an expressionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
Expression | Expression represents an arbitrary expression using some pluggable expression language. | Interface | org.apache.commons.jelly.expression | Apache Commons | javadoc |
|
ExpressionFactory | ExpressionFactory is a factory of Expression objects. | Interface | org.apache.commons.jelly.expression | Apache Commons | javadoc |
|
ExpressionScript | ExpressionScript outputs the value of an expression as text. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
ExpressionSupport | an abstract base class for Expression implementations which provides default implementations of some of the | Class | org.apache.commons.jelly.expression | Apache Commons | javadoc |
|
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 | javadoc |
|
ForEachTag | Iterates over a collection, iterator or an array of objects. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ImportTag | Imports another script. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
|
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 | javadoc |
|
Jelly | Jelly is a helper class which is capable of running a Jelly script. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
JellyContext | JellyContext represents the Jelly context. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
JellyException | JellyException is the root of all Jelly exceptions. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
JellyServlet | Servlet for handling display of Jelly-fied XML files. | Class | org.apache.commons.jelly.servlet | Apache Commons | javadoc |
|
JellyServletContext | | Class | org.apache.commons.jelly.servlet | Apache Commons | javadoc |
|
JellyTag | The root Jelly tag which should be evaluated firstVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
LocationAware | LocationAware represents a Tag or Exception which is location aware. | Interface | org.apache.commons.jelly | Apache Commons | javadoc |
|
MapTagSupport | MapTag is a DynaTag implementation which uses a Map to store its attribute values in. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
MissingAttributeException | JellyException is the root of all Jelly exceptions. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
MuteTag | A tag which executes its body but passing no output. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
NestedRuntimeException | A RuntimeException which is nested to preserve stack traces. | Class | org.apache.commons.jelly.util | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
Resources | Provides locale-neutral access to string resources. | Class | org.apache.commons.jelly.tags | Apache Commons | javadoc |
|
SafeContentHandler | Ensures that only one start and end document event is passed onto the underlying ContentHandler. | Class | org.apache.commons.jelly.util | Apache Commons | javadoc |
|
ScopeTag | A tag which creates a new child variable scope for its body. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
Script | Script represents a Jelly script. | Interface | org.apache.commons.jelly | Apache Commons | javadoc |
|
ScriptBlock | ScriptBlock a block of scripts. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
|
SetPropertiesTag | A tag which sets the bean properties on the given bean. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
StaticTag | StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
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 | javadoc |
|
SwitchTag | Executes the child tag whose value equals my on attribute. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
Tag | Tag represents a Jelly custom tag. | Interface | org.apache.commons.jelly | Apache Commons | javadoc |
|
Check Code Snippets / Samples for org.apache.commons.jelly.Tag |
TagFactory | TagFactory represents a Factory of Tag instances. | Interface | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
TagLibrary | Taglib represents the metadata for a Jelly custom tag library. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
TagLibraryResolver | TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance. | Interface | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
TagScript | TagScript is a Script that evaluates a custom tag. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
TagSupport | TagSupport an abstract base class which is useful to inherit from if developing your own tag. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
TagUtils | Contains static methods to help tag developers. | Class | org.apache.commons.jelly.util | Apache Commons | javadoc |
|
TextScript | TextScript outputs some static text. | Class | org.apache.commons.jelly.impl | Apache Commons | javadoc |
|
ThreadTag | A tag that spawns the contained script in a separate threadAuthor:Vinay Chandran | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
WhileTag | A tag which performs an iteration while the result of an expression is true. | Class | org.apache.commons.jelly.tags.core | Apache Commons | javadoc |
|
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 | javadoc |
|
XMLOutput | XMLOutput is used to output XML events in a SAX-like manner. | Class | org.apache.commons.jelly | Apache Commons | javadoc |
|
XMLParser | XMLParser parses the XML Jelly format. | Class | org.apache.commons.jelly.parser | Apache Commons | javadoc |
|
XPathComparator | Compares xml nodes by extracting the value at xpath andVersion:$Id: XPathComparator. | Class | org.apache.commons.jelly.xpath | Apache Commons | javadoc |
|
XPathExpression | An expression which returns an XPath object. | Class | org.apache.commons.jelly.expression.xpath | Apache Commons | javadoc |
|
XPathSource | A tag which is capable of producing a source of XPath context objects such as | Interface | org.apache.commons.jelly.xpath | Apache Commons | javadoc |
|
XPathTagSupport | An abstract base class useful for implementation inheritenceVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.xpath | Apache Commons | javadoc |
|
|
JexlArithmetic | Perform arithmetic, implements JexlOperator methods. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
JexlBuilder | Configure and builds a JexlEngine. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
JexlContext | Manages variables which can be referenced in a JEXL expression. | Interface | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
JexlEngine | Creates and evaluates JexlExpression and JexlScript objects. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
JexlException | Wraps any error that might occur during interpretation of a script or expression. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
JexlExpression | Represents a single JEXL expression. | Interface | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
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 | javadoc |
|
JexlMethod | Interface used for regular method invocation. | Interface | org.apache.commons.jexl3.introspection | Apache Commons | javadoc |
|
JexlOperator | These are the operators that are executed by JexlArithmetic methods. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
JexlPropertyGet | Interface for getting values that appear to be properties. | Interface | org.apache.commons.jexl3.introspection | Apache Commons | javadoc |
|
JexlPropertySet | Interface used for setting values that appear to be properties. | Interface | org.apache.commons.jexl3.introspection | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
JexlScriptEngine | This implementation gives access to both ENGINE_SCOPE and GLOBAL_SCOPE bindings. | Class | org.apache.commons.jexl3.scripting | Apache Commons | javadoc |
|
JexlScriptEngineFactory | Supports the following: Language short names: JEXL, Jexl, jexl, JEXL2, Jexl2, jexl2, JEXL3, Jexl3, jexl3 | Class | org.apache.commons.jexl3.scripting | Apache Commons | javadoc |
|
JexlUberspect | 'Federated' introspection/reflection interface to allow JEXL introspection behavior to be customized. | Interface | org.apache.commons.jexl3.introspection | Apache Commons | javadoc |
|
JxltEngine | A simple JeXL Template engine. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
Main | Test application for JexlScriptEngine (JSR-223 implementation). | Class | org.apache.commons.jexl3.scripting | Apache Commons | javadoc |
|
MapContext | Wraps a map in a context. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
NoJexl | Indicates JEXL Introspection should not see this element. | Class | org.apache.commons.jexl3.annotations | Apache Commons | javadoc |
|
ObjectContext | Wraps an Object as a JEXL context and NamespaceResolver. | Class | org.apache.commons.jexl3 | Apache Commons | javadoc |
|
AbstractFactory | The JXPathContext. | Class | org.apache.commons.jxpath | Apache Commons | javadoc |
|
AncestorContext | EvalContext that walks the ancestor:: and ancestor-or-self:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons | javadoc |
|
AttributeContext | EvalContext that walks the attribute:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons | javadoc |
|
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 | javadoc |
|
|
BasicTypeConverter | The default implementation of TypeConverter. | Class | org.apache.commons.jxpath.util | Apache Commons | javadoc |
|
BasicVariables | A basic implementation of the Variables interface that uses a HashMap. | Class | org.apache.commons.jxpath | Apache Commons | javadoc |
|
BeanAttributeIterator | An iterator of attributes of a JavaBean. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons | javadoc |
|
BeanPointer | A Pointer that points to a JavaBean or a collection. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons | javadoc |
|
BeanPointerFactory | | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons | javadoc |
|
BeanPropertyPointer | Pointer pointing to a property of a JavaBean. | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons | javadoc |
|
ChildContext | EvalContext that can walk the child::, following-sibling:: and preceding-sibling:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons | javadoc |
|
ClassFunctions | Extension functions provided by a Java class. | Class | org.apache.commons.jxpath | Apache Commons | javadoc |
|
ClassLoaderUtil | Port of class loading methods from org. | Class | org.apache.commons.jxpath.util | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
CollectionPointer | Transparent pointer to a collection (array or Collection). | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons | javadoc |
|
CollectionPointerFactory | | Class | org.apache.commons.jxpath.ri.model.beans | Apache Commons | javadoc |
|
CompiledExpression | Represents a compiled XPath. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
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 | javadoc |
|
Constant | A compile tree element containing a constant number or string. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
Constants | String constants for this package. | Class | org.apache.commons.jxpath.servlet | Apache Commons | javadoc |
|
ConstructorFunction | An extension function that creates an instance using a constructor. | Class | org.apache.commons.jxpath.functions | Apache Commons | javadoc |
|
Container | A Container is an object implementing an indirection mechanism transparent to JXPath. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
ContainerPointer | Transparent pointer to a Container. | Class | org.apache.commons.jxpath.ri.model.container | Apache Commons | javadoc |
|
ContainerPointerFactory | | Class | org.apache.commons.jxpath.ri.model.container | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
CoreOperationAdd | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
|
CoreOperationAnd | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
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 | javadoc |
|
CoreOperationDivide | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationGreaterThan | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationGreaterThanOrEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationLessThan | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationLessThanOrEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationMod | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationMultiply | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationNegate | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationNotEqual | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationOr | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationRelationalExpression | Base implementation of Expression for the operations >, >=, <, <=. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationSubtract | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
CoreOperationUnion | | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
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 | javadoc |
|
DocumentContainer | An XML document container reads and parses XML only when it is accessed. | Class | org.apache.commons.jxpath.xml | Apache Commons | javadoc |
|
DOMAttributeIterator | An iterator of attributes of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons | javadoc |
|
DOMAttributePointer | A Pointer that points to a DOM node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons | javadoc |
|
DOMNamespaceIterator | An iterator of namespaces of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons | javadoc |
|
DOMNodeIterator | An iterator of children of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons | javadoc |
|
DOMNodePointer | A Pointer that points to a DOM node. | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons | javadoc |
|
DOMParser | An implementation of the XMLParser interface that produces a DOM Document. | Class | org.apache.commons.jxpath.xml | Apache Commons | javadoc |
|
DOMPointerFactory | | Class | org.apache.commons.jxpath.ri.model.dom | Apache Commons | javadoc |
|
|
DynaBeanPointer | A Pointer that points to a DynaBean. | Class | org.apache.commons.jxpath.ri.model.dynabeans | Apache Commons | javadoc |
|
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 | javadoc |
|
DynaBeanPropertyPointer | Pointer pointing to a property of a DynaBean. | Class | org.apache.commons.jxpath.ri.model.dynabeans | Apache Commons | javadoc |
|
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 | javadoc |
|
DynamicPointer | A Pointer that points to an object with Dynamic Properties. | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons | javadoc |
|
DynamicPointerFactory | | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons | javadoc |
|
DynamicPropertyHandler | A generic mechanism for accessing collections of name/value pairs. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
DynamicPropertyIterator | | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons | javadoc |
|
DynamicPropertyPointer | Pointer pointing to a property of an object with dynamic properties. | Class | org.apache.commons.jxpath.ri.model.dynamic | Apache Commons | javadoc |
|
EvalContext | An XPath evaluation context. | Class | org.apache.commons.jxpath.ri | Apache Commons | javadoc |
|
ExceptionHandler | Exception handler interface. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
Expression | Common superclass for several types of nodes in the parse tree. | Class | org.apache.commons.jxpath.ri.compiler | Apache Commons | javadoc |
|
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 | javadoc |
|
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 | javadoc |
|
ExtendedKeyManager | More complete implementation for the XPath key() function. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
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 | javadoc |
|
Function | Extension function interface. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
FunctionLibrary | An object that aggregates Functions objects into a group Functions object. | Class | org.apache.commons.jxpath | Apache Commons | javadoc |
|
Functions | A group of Function objects sharing a common namespace or a set of common namespaces. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
HttpSessionAndServletContext | Just a structure to hold a ServletRequest and ServletContext together. | Class | org.apache.commons.jxpath.servlet | Apache Commons | javadoc |
|
HttpSessionHandler | interface that provides access to attributes of a @{link HttpSession}. | Class | org.apache.commons.jxpath.servlet | Apache Commons | javadoc |
|
IdentityManager | A delegate of JXPathContext that implements the XPath id() function. | Interface | org.apache.commons.jxpath | Apache Commons | javadoc |
|
InfoSetUtil | Type conversions, XPath style. | Class | org.apache.commons.jxpath.ri | Apache Commons | javadoc |
|
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 | javadoc |
|
JDOMAttributeIterator | An iterator of attributes of a DOM Node. | Class | org.apache.commons.jxpath.ri.model.jdom | Apache Commons | javadoc |
|
|