Package org.apache.jackrabbit.util

Interface Summary
PathMap.ElementVisitor Element visitor used in PathMap.traverse(org.apache.jackrabbit.util.PathMap.ElementVisitor, boolean)
 

Class Summary
Base64 Base64 provides Base64 encoding/decoding of strings and streams.
ChildrenCollector ChildrenCollector is a utility class which can be used to 'collect' child elements of a node.
ChildrenCollectorFilter ChildrenCollectorFilter is a utility class which can be used to 'collect' child items of a node whose names match a certain pattern.
ISO8601 The ISO8601 utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).
ISO9075 Implements the encode and decode routines as specified for XML name to SQL identifier conversion in ISO 9075-14:2003.
If a character c is not valid at a certain position in an XML 1.0 NCName it is encoded in the form: '_x' + hexValueOf(c) + '_'

Note that only the local part of a QName is encoded / decoded.

IteratorHelper Deprecated. The org.apache.jackrabbit.commons.iterator package contains a set of more feature rich and type safe classes for implementing the JCR iterator interfaces
LazyFileInputStream This Class implements an InputStream that provides the same functionality as a FileInputStream but opens the file by the first file access.
Locked Deprecated. Use the Locked class from the org.apache.jackrabbit.spi.commons.lock package of the jackrabbit-spi-commons component.
PathMap Deprecated. Use the PathMap class from the org.apache.jackrabbit.spi.commons.name package of the jackrabbit-spi-commons component.
PathMap.Element Internal class holding the object associated with a certain path element.
Text This Class provides some text related utilities
Timer Timer wraps the standard Java Timer class and implements a guaranteed shutdown of the background thread running in the Timer instance.
Timer.Task Extends the TimerTask with callback hooks to this Timer implementation.
TransientFileFactory The TransientFileFactory utility class can be used to create transient files, i.e.
WeakIdentityCollection WeakIdentityCollection implements a Collection with weak values.
XMLChar This class defines the basic XML character properties.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.