Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E G J M N O P Q R S T U W

A

AbstractType - class org.jdaemon.util.data.AbstractType.
 
AbstractType(String, Class) - Constructor for class org.jdaemon.util.data.AbstractType
Creates a new instance of AbstractType
ArrayType - class org.jdaemon.util.data.ArrayType.
Type object for Saving/Loading arrays from a DataRepresentation
ArrayType(Type) - Constructor for class org.jdaemon.util.data.ArrayType
Creates a new instance of ArrayType
add(String) - Method in class org.jdaemon.util.data.DataRepresentationPath
 
addSubtype(Type) - Method in class org.jdaemon.util.data.Type
Add a subtype to this type.
applyPath(DataRepresentation) - Method in class org.jdaemon.util.data.DataRepresentationPath
 
applyPath(DataRepresentation, QuickList) - Static method in class org.jdaemon.util.data.DataRepresentationPath
 
arrayOf(Type) - Static method in class org.jdaemon.util.data.Types
Get a Type object for an array of elements of a given type
attributes - Variable in class org.jdaemon.util.data.JavaDataRepresentation
 

C

children - Variable in class org.jdaemon.util.data.JavaDataRepresentation
 
copyAttributes(DataRepresentation, DataRepresentation) - Static method in class org.jdaemon.util.data.DataRepresentations
 
copyElements(DataRepresentation, DataRepresentation) - Static method in class org.jdaemon.util.data.DataRepresentations
 

D

DataRepresentation - interface org.jdaemon.util.data.DataRepresentation.
Uberinterface for properties files, directory data, XML config, etc.
DataRepresentationPath - class org.jdaemon.util.data.DataRepresentationPath.
Class that represents a path through a DataRepresentation.
DataRepresentationPath(QuickList) - Constructor for class org.jdaemon.util.data.DataRepresentationPath
Creates a new instance of DataRepresentationPath
DataRepresentations - class org.jdaemon.util.data.DataRepresentations.
Utilits class for data representations
DataRepresentations() - Constructor for class org.jdaemon.util.data.DataRepresentations
 

E

EMPTY - Static variable in class org.jdaemon.util.data.DataRepresentationPath
 
element_type - Variable in class org.jdaemon.util.data.ArrayType
 
element_type - Variable in class org.jdaemon.util.data.QuickListType
 
elements - Variable in class org.jdaemon.util.data.DataRepresentationPath
 
equal(DataRepresentation, DataRepresentation) - Static method in class org.jdaemon.util.data.DataRepresentations
 

G

get(DataRepresentation) - Method in class org.jdaemon.util.data.Type
 
get(DataRepresentation, Object) - Method in class org.jdaemon.util.data.Type
Reads an object from the specified element of a DataRepresentation
getArrayClass(Class) - Static method in class org.jdaemon.util.data.ArrayType
 
getAttribute(Object) - Method in interface org.jdaemon.util.data.DataRepresentation
Get the value of a simple attribute of the DataRepresentation.
getAttribute(Object) - Method in class org.jdaemon.util.data.JavaDataRepresentation
Return the value of an attribute
getAttributeKeys() - Method in interface org.jdaemon.util.data.DataRepresentation
Get all the valid attribute keys within this representation.
getAttributeKeys() - Method in class org.jdaemon.util.data.JavaDataRepresentation
Return all the valid attribute keys within this representation
getElement(Object) - Method in interface org.jdaemon.util.data.DataRepresentation
Get a named child DataRepresentation.
getElement(Object) - Method in class org.jdaemon.util.data.JavaDataRepresentation
Return a subset of the attributes in this representation
getElementKeys() - Method in interface org.jdaemon.util.data.DataRepresentation
Return all the valid Element keys within this representation.
getElementKeys() - Method in class org.jdaemon.util.data.JavaDataRepresentation
Return all the valid attribute keys within this representation
getElementType() - Method in interface org.jdaemon.util.data.DataRepresentation
Get the type of data in this representation.
getElementType() - Method in class org.jdaemon.util.data.JavaDataRepresentation
Return the type of data in this representation
getJavaClass() - Method in class org.jdaemon.util.data.Type
 
getName() - Method in class org.jdaemon.util.data.Type
Get the element type for which this Type provides a mapping.
getType(DataRepresentation) - Method in class org.jdaemon.util.data.Type
Find the actual type of some DataRepresentation.
getType(Object) - Method in class org.jdaemon.util.data.Type
Find the actual type of some object.

J

JavaDataRepresentation - class org.jdaemon.util.data.JavaDataRepresentation.
Java Data Representation
JavaDataRepresentation(String) - Constructor for class org.jdaemon.util.data.JavaDataRepresentation
Creates new JavaDataRepresentation
JavaDataRepresentation(DataRepresentation) - Constructor for class org.jdaemon.util.data.JavaDataRepresentation
Creates new JavaDataRepresentation

M

my_class - Variable in class org.jdaemon.util.data.Type
The java class represented by this type

N

newElement(String) - Method in interface org.jdaemon.util.data.DataRepresentation
Create a new DataRepresentation to which we can freely add data.
newElement(String) - Method in class org.jdaemon.util.data.JavaDataRepresentation
Create a new, empty element (not a member of this or any parent representation)

O

ObjectInstantiationError - exception org.jdaemon.util.data.ObjectInstantiationError.
 
ObjectInstantiationError() - Constructor for class org.jdaemon.util.data.ObjectInstantiationError
Creates a new instance of InstantiationError without detail message.
ObjectInstantiationError(String) - Constructor for class org.jdaemon.util.data.ObjectInstantiationError
Constructs an instance of InstantiationError with the specified detail message.
org.jdaemon.util.data - package org.jdaemon.util.data
 

P

put(DataRepresentation, Object, Object) - Method in class org.jdaemon.util.data.Type
Writes an object as an element of a DataRepresentation

Q

QuickListType - class org.jdaemon.util.data.QuickListType.
Type object for Saving/Loading arrays from a DataRepresentation
QuickListType(Type) - Constructor for class org.jdaemon.util.data.QuickListType
Creates a new instance of QuickListType
quicklistOf(Type) - Static method in class org.jdaemon.util.data.Types
Get a Type object for a quicjlist of elements of a given type

R

ReadError - exception org.jdaemon.util.data.ReadError.
Read exception for DataRepresentation classes
ReadError() - Constructor for class org.jdaemon.util.data.ReadError
Creates a new instance of ReadError without detail message.
ReadError(String) - Constructor for class org.jdaemon.util.data.ReadError
Constructs an instance of ReadError with the specified detail message.
read(DataRepresentation) - Method in class org.jdaemon.util.data.AbstractType
Creates an object from some DataRepresentation
read(DataRepresentation) - Method in class org.jdaemon.util.data.ArrayType
Reads an array of objects from some DataRepresentation.
read(DataRepresentation) - Method in class org.jdaemon.util.data.QuickListType
Reads an array of objects from some DataRepresentation.
read(DataRepresentation) - Method in class org.jdaemon.util.data.Type
Reads an object of this exact type from some DataRepresentation.

S

setAttribute(Object, String) - Method in interface org.jdaemon.util.data.DataRepresentation
Set an attribute of this representation.
setAttribute(Object, String) - Method in class org.jdaemon.util.data.JavaDataRepresentation
Set an attriubute of this representation
setElement(Object, DataRepresentation) - Method in interface org.jdaemon.util.data.DataRepresentation
Add an element to this representation with the given key.
setElement(Object, DataRepresentation) - Method in class org.jdaemon.util.data.JavaDataRepresentation
Add an element to this representation with the given key
subtypes - Variable in class org.jdaemon.util.data.Type
A list of subtypes of this type

T

Type - class org.jdaemon.util.data.Type.
Mechanism for persisting Java objects in a DataRepresentation.
Type(String, Class) - Constructor for class org.jdaemon.util.data.Type
Construct a Type object to map between objects of a given class and DataRepresentation elements of a given type.
Type(Type, String, Class) - Constructor for class org.jdaemon.util.data.Type
Construct a Type object to map between objects of a given class and DataRepresentation elements of a given type.
Types - class org.jdaemon.util.data.Types.
Repository for Type objects for some basic java classes
Types() - Constructor for class org.jdaemon.util.data.Types
 
toString() - Method in class org.jdaemon.util.data.DataRepresentationPath
 
type - Variable in class org.jdaemon.util.data.JavaDataRepresentation
 
type - Variable in class org.jdaemon.util.data.Type
The name of this type.

U

uniqueValuesOf(Iterator, Iterator) - Static method in class org.jdaemon.util.data.DataRepresentations
 

W

WriteError - exception org.jdaemon.util.data.WriteError.
 
WriteError() - Constructor for class org.jdaemon.util.data.WriteError
Creates a new instance of WriteError without detail message.
WriteError(String) - Constructor for class org.jdaemon.util.data.WriteError
Constructs an instance of WriteError with the specified detail message.
write(DataRepresentation, Object) - Method in class org.jdaemon.util.data.AbstractType
Writes an object to some DataRepresentation
write(DataRepresentation, Object) - Method in class org.jdaemon.util.data.ArrayType
Writes an array of objects to some DataRepresentation.
write(DataRepresentation, Object) - Method in class org.jdaemon.util.data.QuickListType
Writes an array of objects to some DataRepresentation.
write(DataRepresentation, Object) - Method in class org.jdaemon.util.data.Type
Writes an object of this exact type to some DataRepresentation.

A C D E G J M N O P Q R S T U W