| Home >> All >> org >> jdaemon >> util >> [ data Javadoc ] |
| | org.jdaemon.util.data.jndi.* (1) | | org.jdaemon.util.data.xml.* (2) |
org.jdaemon.util.data: Javadoc index of package org.jdaemon.util.data.
Package Samples:
org.jdaemon.util.data.jndi
org.jdaemon.util.data.xml
Classes:
Type: Mechanism for persisting Java objects in a DataRepresentation. The Type object allows Java objects to be both retrieved from and written to a DataRepresentation. A single Type object provides a mapping between the element type stored in a DataRepresentation and the class of a java object. For instance a java object of class 'org.jdaemon.Polygon' might have an element type of 'POLYGON'. In addition, Type has two abstract methods (read and write) which must be implemented in order to define the exact mapping between fields of a java class and attributes of an element representing that class in a ...
DataRepresentation: Uberinterface for properties files, directory data, XML config, etc. A DataRepresentation object represents two things: a named collection of simple attributes, and a named collection of child DataRepresentations (aka Elements). In addition, each DataRepresentation has a 'Type' value which can be retrieved through the getElementType method. This paradigm works well for both data held in XML files and data held in JNDI directories. (Indeed, the API of DataRepresentation can be thought of as the lowest common denominator between the JNDI and DOM interfaces). In the case of XML, a DataRepresentation ...
XMLDataRepresentation: XMLDataRepresentation provides simplified access to data held in an XML file. A XMLDataRepresentation object represents an XML element
DirectoryDataRepresentation: DataRepresentation implementation for JNDI directories ****NOT FINISHED****
ArrayType: Type object for Saving/Loading arrays from a DataRepresentation
QuickListType: Type object for Saving/Loading arrays from a DataRepresentation
DataRepresentationPath: Class that represents a path through a DataRepresentation.
Types: Repository for Type objects for some basic java classes
ReadError: Read exception for DataRepresentation classes
DataRepresentations: Utilits class for data representations
JavaDataRepresentation: Java Data Representation
AbstractType
ObjectInstantiationError
WriteError
TestXMLDataRepresentation
| Home | Contact Us | Privacy Policy | Terms of Service |