TrueZIP Kernel 7.0-rc1

Package de.schlichtherle.truezip.util

General utility classes.

See:
          Description

Interface Summary
CanonicalStringSet.Canonicalizer An idempotent function which maps an arbitrary object to its canonical string representation.
ExceptionBuilder<C extends Exception,E extends Exception> An exception builder is an exception handler which assembles an exception of the parameter type T from one or more exceptions of the parameter type C.
ExceptionHandler<C extends Exception,E extends Exception> A generic callback interface designed to be implemented by client applications in order to inject an exception handling strategy into a cooperative algorithm as its dependency.
Link<T> A link has a nullable target property.
Pool<R,E extends Exception> An interface for pooling strategies.
Pool.Releasable<E extends Exception> This interface is designed to be used with Pools which enable their resources to release itself.
 

Class Summary
AbstractExceptionBuilder<C extends Exception,E extends Exception> Abstract implementation of an exception builder.
ArrayHelper Provides static utility methods for arrays.
BitField<E extends Enum<E>> A type-safe, immutable set of enums which emulates the concept of a bit field, i.e. a set of predefined bits.
BitFieldBeanInfo Provides a persistence delegate to support XMLEncoder/XMLDecoder.
CanonicalStringSet An abstract set of the canonical string representation of objects in natural sort order.
JointEnumeration<E> Concatenates two enumerations.
JointIterator<E> An iterator which concatenates the elements of two other iterators.
Link.Type.SoftLink<T> Adapts its subclass to the Link interface.
Link.Type.StrongLink<T> A strong reference.
Link.Type.WeakLink<T> Adapts its subclass to the Link interface.
Links Provides static utility methods for links.
ServiceLocator Provides utility methods for convenient class, resource and service location which is designed to work in both OSGi and JEE environments.
SuffixSet An ordered set of canonicalized suffixes.
SuffixSet.SuffixMapper A canonicalizer for file suffixes.
 

Enum Summary
Link.Type A link type defines the terms and conditions for clearing its target and is a factory for
 

Package de.schlichtherle.truezip.util Description

General utility classes.


TrueZIP Kernel 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.