Package org.priha.util

Interface Summary
Pool.PoolableFactory  
 

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
ChangeStore Provides a list of changes, which can be both played back one by one, as well as searched rapidly.
ChangeStore.Change Stores a single change.
Exporter A simple class which just exports a Priha repository as an XML document.
FastPropertyStore Provides a very fast way of saving and loading Property files.
FileUtil  
GenericIterator Provides a base class for the different Iterators that JCR defines.
ISO8601 The ISO8601 utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).
LazyNodeIteratorImpl  
LazyPropertyIteratorImpl  
NodeIteratorImpl  
Pool Simple object pool.
Pool.Poolable  
PropertyIteratorImpl  
QName Reimplements QName, because it prevents subclassing by declaring equals() as final.
TextUtil  
 

Exception Summary
ConfigurationException Thrown when the configuration is faulty.
Pool.PoolExhaustedException