Uses of Class
org.apache.avalon.meta.info.ReferenceDescriptor

Packages that use ReferenceDescriptor
org.apache.avalon.meta.info Type is an assembly of descriptors of the constraints a component type declares towards a container and includes declaration of service dependencies, Logger establishment criteria, Configuration, Parameters and Context establishment criteria, in addition to human-readable information about the component type.  
org.apache.avalon.meta.info.builder Resources supporting the creation of a Type instance from a serialized form.  
 

Uses of ReferenceDescriptor in org.apache.avalon.meta.info
 

Methods in org.apache.avalon.meta.info that return ReferenceDescriptor
 ReferenceDescriptor ServiceDescriptor.getReference()
          Retrieve the reference that service descriptor refers to.
 ReferenceDescriptor Service.getReference()
          Return the service reference.
 ReferenceDescriptor DependencyDescriptor.getService()
          Deprecated. use getReference()
 ReferenceDescriptor DependencyDescriptor.getReference()
          Return the service class/interface descriptor that describes the dependency must fulfilled by a provider.
 

Methods in org.apache.avalon.meta.info with parameters of type ReferenceDescriptor
 ServiceDescriptor Type.getService(ReferenceDescriptor reference)
          Retrieve a service with a particular reference.
 boolean Service.matches(ReferenceDescriptor reference)
          Determine if supplied reference will match this service.
 boolean ReferenceDescriptor.matches(ReferenceDescriptor other)
          Determine if specified service will match this service.
 

Constructors in org.apache.avalon.meta.info with parameters of type ReferenceDescriptor
ServiceDescriptor(ReferenceDescriptor designator)
          Construct a service descriptor for specified ReferenceDescriptor
ServiceDescriptor(ReferenceDescriptor designator, Properties attributes)
          Construct a service with specified name, version and attributes.
Service(ReferenceDescriptor reference)
          Creation of a new Service instance using a classname and supplied properties argument.
Service(ReferenceDescriptor reference, EntryDescriptor[] entries)
          Creation of a new Service instance using a classname and supplied properties argument.
Service(ReferenceDescriptor reference, Properties attributes)
          Creation of a new Service instance using a classname and supplied properties argument.
Service(ReferenceDescriptor reference, EntryDescriptor[] entries, Properties attributes)
          Creation of a new Service instance using a classname and supplied properties argument.
DependencyDescriptor(String role, ReferenceDescriptor service)
          Creation of a new dependency descriptor.
DependencyDescriptor(String role, ReferenceDescriptor service, boolean optional, Properties attributes)
          Creation of a new dependency descriptor.
 

Uses of ReferenceDescriptor in org.apache.avalon.meta.info.builder
 

Methods in org.apache.avalon.meta.info.builder that return ReferenceDescriptor
protected  ReferenceDescriptor XMLTypeCreator.buildReferenceDescriptor(Configuration service)
          A utility method to build a ReferenceDescriptor object from specified configuration data.
protected  ReferenceDescriptor XMLTypeCreator.buildReferenceDescriptor(Configuration service, String classname)
          A utility method to build a ReferenceDescriptor object from specified configuration data.
 ReferenceDescriptor XMLTypeCreator.createReference(String path)
          Creation of a reference descriptor from the supplied path.
protected  ReferenceDescriptor XMLLegacyCreator.buildReferenceDescriptor(Configuration service)
          A utility method to build a ReferenceDescriptor object from specified configuraiton data.
 



Copyright © Apache Software Foundation. All Rights Reserved.