A B C G I M O P R S T X

A

AbsMapping - Class in org.ow2.util.xmlconfig.mapping
Common methods used by mapping class.
AbsMapping() - Constructor for class org.ow2.util.xmlconfig.mapping.AbsMapping
Default constructor.
addAttributeMapping(AttributeMapping) - Method in class org.ow2.util.xmlconfig.mapping.ClassMapping
Add a given attribute mapping object.
addClassMapping(ClassMapping) - Method in class org.ow2.util.xmlconfig.mapping.XMLMapping
Add a given class mapping object.
addConfigurationFile(URL) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Add an URL pointing to an XML configuration file that will be used sequentially to configure an instance.
addConfigurationSource(IConfigurationSource) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Add a new IConfigurationSource wrapping an XML configuration content.
addConfigurationStream(String, InputStream) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Add an InputStream that will be used sequentially to configure an instance.
AttributeMapping - Class in org.ow2.util.xmlconfig.mapping
Defines a mapping for attributes of a class.
AttributeMapping() - Constructor for class org.ow2.util.xmlconfig.mapping.AttributeMapping
 

B

build() - Method in class org.ow2.util.xmlconfig.mapping.XMLMappingBuilder
Build the XMLMapping object by analyzing the mapping file.

C

ClassMapping - Class in org.ow2.util.xmlconfig.mapping
Defines a mapping for a given class.
ClassMapping() - Constructor for class org.ow2.util.xmlconfig.mapping.ClassMapping
Build a default class mapping.
configure(Object) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Configure the given object with the configuration that was analyzed.
configure(Object, Element, ClassMapping) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Configure the given object by looking at the element (of the configuration).

G

getAliases() - Method in class org.ow2.util.xmlconfig.mapping.AbsMapping
Gets aliases used.
getAttributeMapping(String) - Method in class org.ow2.util.xmlconfig.mapping.ClassMapping
Gets the attribute mapping for the given attribute name.
getClassMapping(String) - Method in class org.ow2.util.xmlconfig.mapping.XMLMapping
Gets the class mapping for the given class name.
getContextualInstances() - Method in class org.ow2.util.xmlconfig.XMLConfiguration
 
getDocument(boolean) - Method in interface org.ow2.util.xmlconfig.source.IConfigurationSource
Parse the configuration source's content.
getDocument(boolean) - Method in class org.ow2.util.xmlconfig.source.InputStreamConfigurationSource
Parse the configuration source's content.
getDocument(boolean) - Method in class org.ow2.util.xmlconfig.source.XMLConfigurationSource
Parse the configuration source's content.
getElementAttribute() - Method in class org.ow2.util.xmlconfig.mapping.ClassMapping
 
getGetter() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
 
getName() - Method in class org.ow2.util.xmlconfig.mapping.AbsMapping
Gets name of this mapping element.
getName() - Method in interface org.ow2.util.xmlconfig.source.IConfigurationSource
 
getName() - Method in class org.ow2.util.xmlconfig.source.InputStreamConfigurationSource
 
getName() - Method in class org.ow2.util.xmlconfig.source.XMLConfigurationSource
 
getPropertyResolver() - Method in class org.ow2.util.xmlconfig.XMLConfiguration
 
getSetter() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
 
getXmlMapping() - Method in class org.ow2.util.xmlconfig.mapping.XMLMappingBuilder
Gets the XML mapping object.

I

IConfigurationSource - Interface in org.ow2.util.xmlconfig.source
Represents the source of a configuration.
InputStreamConfigurationSource - Class in org.ow2.util.xmlconfig.source
This IConfigurationSource wraps an InputStream.
InputStreamConfigurationSource(String, InputStream) - Constructor for class org.ow2.util.xmlconfig.source.InputStreamConfigurationSource
Constructs a new IConfigurationSource based on InputStream.
IPropertyResolver - Interface in org.ow2.util.xmlconfig.properties
IPropertyResolver represents a pluggable mechanism for accessing a property of an underlying Java object instance.
isElement() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
Is that this attribute is mapped to an XML element ?
isElementMapping(String, ClassMapping) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Is that the given name should be considered as an XML element (and read the value of this element).
isListElement() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
Is that this attribute should be considered as a list ?
isListElement(String, ClassMapping) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Is that the given name should be used with a list.
isOptional() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
Is that this attribute should be considered as optional ?

M

MAPPING_SCHEMA_10 - Static variable in class org.ow2.util.xmlconfig.ns.MappingResolver
Persistence Schema.
MappingResolver - Class in org.ow2.util.xmlconfig.ns
Entity resolver allowing to find schema within the classloader.
MappingResolver() - Constructor for class org.ow2.util.xmlconfig.ns.MappingResolver
Constructor.

O

org.ow2.util.xmlconfig - package org.ow2.util.xmlconfig
 
org.ow2.util.xmlconfig.mapping - package org.ow2.util.xmlconfig.mapping
 
org.ow2.util.xmlconfig.ns - package org.ow2.util.xmlconfig.ns
 
org.ow2.util.xmlconfig.properties - package org.ow2.util.xmlconfig.properties
 
org.ow2.util.xmlconfig.source - package org.ow2.util.xmlconfig.source
 

P

PREFIX - Static variable in class org.ow2.util.xmlconfig.ns.MappingResolver
Schema prefix.
PropertyResolverHelper - Class in org.ow2.util.xmlconfig.properties
Helper to resolve properties.
PropertyResolverHelper() - Constructor for class org.ow2.util.xmlconfig.properties.PropertyResolverHelper
 

R

resolve(String) - Method in interface org.ow2.util.xmlconfig.properties.IPropertyResolver
Get a property value of the underlying Java object instance.
resolve(IPropertyResolver, String) - Static method in class org.ow2.util.xmlconfig.properties.PropertyResolverHelper
Resolve a property with a given instance of IPropertyResolver.
resolve(String) - Method in class org.ow2.util.xmlconfig.properties.SystemPropertyResolver
Get the value of a system property.

S

setAliases(List<String>) - Method in class org.ow2.util.xmlconfig.mapping.AbsMapping
Sets the aliases for this mapping.
setAttributes(Element, Object, ClassMapping) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Sets the attributes on the given object.
setContextualInstances(Map<String, Object>) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Set the contextual instances Map.
setElement() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
This attribute is mapped to an XML element ?
setElementAttribute(String) - Method in class org.ow2.util.xmlconfig.mapping.ClassMapping
Sets the name of the element attribute for this class.
setGetter(String) - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
Sets the getter for this attribute.
setListElement() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
This attribute is considered as a List.
setName(String) - Method in class org.ow2.util.xmlconfig.mapping.AbsMapping
Sets the name for this mapping.
setOptional() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
This attribute is considered optional.
setPropertyResolver(IPropertyResolver) - Method in class org.ow2.util.xmlconfig.XMLConfiguration
Set the property resolver.
setSetter(String) - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
Sets the setter for this attribute.
SystemPropertyResolver - Class in org.ow2.util.xmlconfig.properties
Provide an implementation of IPropertyResolver such as resolved properties are system properties.
SystemPropertyResolver() - Constructor for class org.ow2.util.xmlconfig.properties.SystemPropertyResolver
 

T

toString() - Method in class org.ow2.util.xmlconfig.mapping.AbsMapping
Returns a string representation of the object.
toString() - Method in class org.ow2.util.xmlconfig.mapping.AttributeMapping
Returns a string representation of the object.
toString() - Method in class org.ow2.util.xmlconfig.mapping.ClassMapping
Returns a string representation of the object.
toString() - Method in class org.ow2.util.xmlconfig.mapping.XMLMapping
Returns a string representation of the object.

X

XMLConfiguration - Class in org.ow2.util.xmlconfig
XML configuration class that configure a given object with an xml configuration file.
XMLConfiguration(URL, String, String) - Constructor for class org.ow2.util.xmlconfig.XMLConfiguration
Deprecated.  
XMLConfiguration(URL, String) - Constructor for class org.ow2.util.xmlconfig.XMLConfiguration
Build an xml configuration with the given xml configuration file.
XMLConfiguration(InputStream, String) - Constructor for class org.ow2.util.xmlconfig.XMLConfiguration
Build an xml configuration with the given xml configuration file.
XMLConfiguration(String) - Constructor for class org.ow2.util.xmlconfig.XMLConfiguration
Initialize class fields.
XMLConfigurationException - Exception in org.ow2.util.xmlconfig
Exception thrown if there is a failure in the configuration with XML file.
XMLConfigurationException() - Constructor for exception org.ow2.util.xmlconfig.XMLConfigurationException
Constructs a new runtime exception with null as its detail message.
XMLConfigurationException(String) - Constructor for exception org.ow2.util.xmlconfig.XMLConfigurationException
Constructs a new runtime exception with the specified detail message.
XMLConfigurationException(String, Throwable) - Constructor for exception org.ow2.util.xmlconfig.XMLConfigurationException
Constructs a new runtime exception with the specified detail message and cause.
XMLConfigurationSource - Class in org.ow2.util.xmlconfig.source
This IConfigurationSource wraps an URL.
XMLConfigurationSource(URL) - Constructor for class org.ow2.util.xmlconfig.source.XMLConfigurationSource
Constructs a new IConfigurationSource based on URL.
XMLMapping - Class in org.ow2.util.xmlconfig.mapping
Mapping for a given name space.
It contains all classes mapping.
XMLMapping() - Constructor for class org.ow2.util.xmlconfig.mapping.XMLMapping
Default constructor.
XMLMappingBuilder - Class in org.ow2.util.xmlconfig.mapping
Allows to build the Mapping object for a set of classes.
XMLMappingBuilder(URL) - Constructor for class org.ow2.util.xmlconfig.mapping.XMLMappingBuilder
Builds a new mapping builder.
XMLMappingBuilder(String, URL) - Constructor for class org.ow2.util.xmlconfig.mapping.XMLMappingBuilder
Deprecated.  

A B C G I M O P R S T X

Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.