Package org.jplate.kvp

One of the goals of this project is to encapsulate parsing and building tables.

See:
          Description

Interface Summary
KvpFactoryIfc<V extends KvpIfc> Factory for creating implementations of KvpIfc's.
KvpIfc Defines a key value pair.
 

Exception Summary
KvpException Base exception for all KVP exceptions.
 

Package org.jplate.kvp Description

One of the goals of this project is to encapsulate parsing and building tables. Ideally, the classes contained herein will reflect what one will be required to do to utilize the table oriented parsers.

Tables contain data organized individually into records and fields. Both are separated by common delimeters such as a comma for fields and newlines for records.

Ease of use classes can be found in org.jplate.tabular.util. Many of these classes use default implementations for builders and parsers allowing for quick use. If more specific needs are required, looking at the classes here should help illustrate how to accomplish this.

Tabular markups can be found at:

Please note:for code examples look to individual classes.

Modifications:
    $Date: 2009-01-27 12:39:00 -0500 (Tue, 27 Jan 2009) $
    $Revision: 484 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/kvp/package.html $