Package com.googlecode.sarasvati.env

Interface Summary
AttributeConverter Interface for converting to and from objects and strings.
Env Env extends ReadEnv to allow add/changed/removing attributes.
ReadEnv A ReadEnv is a container for attributes that can be read but not changed.
TokenSetMemberEnv Similar to Env, except that attributes can be tied to the specific member index of a token set member.
 

Class Summary
AbstractStringValueOfAttributeConverter  
AttributeConverters Static utility class for registering and using AttributeConverters.
BooleanAttributeConverter Attribute converter for String <--> Boolean
ByteAttributeConverter Attribute converter for String <--> Byte
CharacterAttributeConverter Attribute converter for String <--> Character
DateAttributeConverter  
DoubleAttributeConverter Attribute converter for String <--> Double
FloatAttributeConverter Attribute converter for String <--> Float
IntegerAttributeConverter Attribute converter for String <--> Integer
LongAttributeConverter Attribute converter for String <--> Long
ShortAttributeConverter Attribute converter for String <--> Short
StringAttributeConverter Identity converter for String <--> String