@Version("2.6.0")
Package org.apache.jackrabbit.util
-
Class Summary Class Description Base64 Base64provides Base64 encoding/decoding of strings and streams.ChildrenCollector ChildrenCollectoris a utility class which can be used to 'collect' child elements of a node.ChildrenCollectorFilter ChildrenCollectorFilteris a utility class which can be used to 'collect' child items of a node whose names match a certain pattern.ISO8601 TheISO8601utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).ISO8601.SHORT Variants that exclude the milliseconds from the formatted string.ISO9075 Implements the encode and decode routines as specified for XML name to SQL identifier conversion in ISO 9075-14:2003.
If a charactercis not valid at a certain position in an XML 1.0 NCName it is encoded in the form: '_x' + hexValueOf(c) + '_'.LazyFileInputStream This Class implements an InputStream that provides the same functionality as aFileInputStreambut opens the file by the first file access.Locked Lockedis a utility to synchronize modifications on a lockable node.LockedWrapper<T> LockedWrapperis a wrapper class toLockedwhich adds generics support and wraps theLocked.TIMED_OUTobject into aLockException.Text This Class provides some text related utilitiesTimer Timerwraps the standard JavaTimerclass and implements a guaranteed shutdown of the background thread running in theTimerinstance after a certainTimer.IDLE_TIME.Timer.Task Extends theTimerTaskwith callback hooks to thisTimerimplementation.TransientFileFactory TheTransientFileFactoryutility class can be used to create transient files, i.e.WeakIdentityCollection WeakIdentityCollectionimplements a Collection with weak values.XMLChar This class defines the basic XML character properties.XMLUtil XMLUtil...