Package net.israfil.foundation.core

Interface Summary
Counter A simple counter interface
Dynamic A simple interface that defines the ability to perform and detect arbitrary methods, by use of a "selector" string.
DynamicallyAccessible A generic accessor interface.
DynamicallyMutable A generic mutator interface.
Types.Converter A delegate interface that, if provided to the convert(String,Class,Converter) method will add fallback conversions.
 

Class Summary
DynamicallyAccessibleObject An implementation of the DynamicallyAccessible interface with the appropriate infrastructure for retrieving field data, via accessors if such are implemented, or directly from the field where not.
DynamicallyMutableObject An abstract class which implements the DynamicallyMutableObject infrastructure.
DynamicObject An abstract superclass that implements the Dynamic interface, with all the necessary lookup logic.
DynamicUtil Utilities used for the implementation of Dynamic and related interfaces.
SimpleCounter A simple counter interface
Strings A Utility class that provides general string manipulation help.
Types A Utility class that provides type-conversion facilities.
 



Copyright © 2003-2006. All Rights Reserved.