|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryDescriptor | |
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 EntryDescriptor in org.apache.avalon.meta.info |
Methods in org.apache.avalon.meta.info that return EntryDescriptor | |
EntryDescriptor[] |
Service.getEntries()
Return the entries declared by the service. |
EntryDescriptor[] |
ContextDescriptor.getEntries()
Return the local entries contained in the context. |
EntryDescriptor |
ContextDescriptor.getEntry(String alias)
Return the entry with specified alias. |
EntryDescriptor[] |
ContextDescriptor.merge(EntryDescriptor[] entries)
Returns a set of entry descriptors resulting from a merge of the descriptors container in this descriptor with the supplied descriptors. |
Methods in org.apache.avalon.meta.info with parameters of type EntryDescriptor | |
EntryDescriptor[] |
ContextDescriptor.merge(EntryDescriptor[] entries)
Returns a set of entry descriptors resulting from a merge of the descriptors container in this descriptor with the supplied descriptors. |
Constructors in org.apache.avalon.meta.info with parameters of type EntryDescriptor | |
Service(ReferenceDescriptor reference,
EntryDescriptor[] entries)
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. |
|
ContextDescriptor(EntryDescriptor[] entries)
Create a standard descriptor without attributes. |
|
ContextDescriptor(String classname,
EntryDescriptor[] entries)
Create a descriptor without attributes. |
|
ContextDescriptor(String classname,
EntryDescriptor[] entries,
Properties attributes)
Create a descriptor. |
Uses of EntryDescriptor in org.apache.avalon.meta.info.builder |
Methods in org.apache.avalon.meta.info.builder that return EntryDescriptor | |
protected EntryDescriptor[] |
XMLServiceCreator.buildEntries(Configuration[] entrySet)
A utility method to build an array of EntryDescriptor
objects from specified configuration. |
protected EntryDescriptor |
XMLServiceCreator.buildEntry(Configuration config)
Create a EntryDescriptor from configuration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |