Package org.oddjob.arooa.deploy

Concerning deployment and implementations of ArooaDescriptor in particular.

See:
          Description

Interface Summary
ArooaAnnotation Wrapper for an annotation.
ArooaDescriptorFactory Something that can create an ArooaDescriptor.
BeanDescriptorProvider Something capable of providing an ArooaBeanDescriptor.
 

Class Summary
AnnotatedBeanDescriptorProvider Attempts to provide a ArooaBeanDescriptor from an annotated class.
AnnotationArooaAnnotation An ArooaAnnotation created from a real annotation.
AnnotationDefinition The bean for the <arooa:annotation> definition in a descriptor.
ArooaAnnotationsHelper A simple implementation ArooaAnnotations.
ArooaAnnotationsUtil Utility class for accessing ArooaAnnotations
ArooaDescriptorBean A bean style implementation of an ArooaDescriptorFactory.
ArooaDescriptorDescriptor An ArooaDescriptor for a ArooaConfiguration that provides and ArooaDescriptorBean.
ArooaDescriptorDescriptorFactory An ArooaDescriptor for a ArooaConfiguration that provides and ArooaDescriptorBean.
BeanDefinition  
BeanDefinitions Provide a set of element to class name mappings.
BeanDescriptorHelper  
ClassBeanDescriptorProvider A BeanDescriptorProvider that looks for a class of the same name as the bean plus Arooa to provide the descriptor.
ClassesOnlyDescriptor An ArooaDescriptor that only provides classes;
ClassMappingsList Amalgamate ElementMappings.
ClassPathDescriptorFactory Create an ArooaDescriptor by scanning for arooa.xml descriptor files.
ClassResolverDescriptorFactory Create an ArooaDescriptor by scanning an existing descriptor for descriptor files.
ConfigurationDescriptorFactory A very simple ArooaDescriptorFactory that loads a descriptor definition from an ArooaConfiguration such an XML file.
DefaultBeanDescriptorProvider Provide a default descriptor with configured how based on the types of the property.
EmptyDescriptor  
LinkedBeanDescriptor Link together two BeanDescriptors.
LinkedClassMapping  
LinkedDescriptor Combine two ArooaDescriptors.
ListDescriptor A collection of descriptors.
ListDescriptorBean  
MappingsSwitch Provide a consistent ElementMappings view for the two individual mappings that are loaded in an ArooaDescriptorBean.
NoAnnotations A no-op implementation of ArooaAnnotations
PropertyDefinition  
PropertyDefinitionsHelper Helper class to provide an ArooaBeanDescriptor.
SupportedBeanDescriptorProvider Encapsulate all the supported methods for providing an ArooaBeanDescriptor.
SyntheticArooaAnnotation An ArooaAnnotation created just from a String from a descriptor.
URLDescriptorFactory Create an {link ArooaDescriptor} from a collection of URLs.
 

Enum Summary
PropertyDefinition.PropertyType  
 

Package org.oddjob.arooa.deploy Description

Concerning deployment and implementations of ArooaDescriptor in particular.