Package org.jplate.foundation.util

Package defining utility relate classes.

See:
          Description

Interface Summary
ListFactoryIfc<V> Defines the API to create a List.
MapFactoryIfc<K,V> Defines the API to create implementations of Map.
 

Class Summary
Assert Provides validatation functionality through the concept of assertions: object not null, references not equal, non-empty string, etc.
Cleanup Provides common cleanup code for things like streams, database connections, etc.
ComputeData Computes values based on an initial values and a default values: if the initial value is null, the default value is returned.
SystemProperties Represents non-synchronized read-only access to system properties.
TrimWhiteSpace This class can trim white space from an entire string.
 

Package org.jplate.foundation.util Description

Package defining utility relate classes.

Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/util/package.html $