Uses of Class
net.dpml.metro.info.EntryDescriptor

Packages that use EntryDescriptor
net.dpml.metro Internal and remote component model management interface. 
net.dpml.metro.info Immutable datatypes that describe a component type. 
 

Uses of EntryDescriptor in net.dpml.metro
 

Methods in net.dpml.metro that return EntryDescriptor
 EntryDescriptor ContextModel.getEntryDescriptor(String key)
          Return a of context entry descriptor.
 EntryDescriptor[] ContextModel.getEntryDescriptors()
          Return the set of context entries descriptors.
 

Uses of EntryDescriptor in net.dpml.metro.info
 

Methods in net.dpml.metro.info that return EntryDescriptor
 EntryDescriptor ContextDescriptor.getEntryDescriptor(String key)
          Return the entry with specified key.
 EntryDescriptor[] ContextDescriptor.getEntryDescriptors()
          Return the entries contained in the context.
 EntryDescriptor[] ContextDescriptor.merge(EntryDescriptor[] entries)
          Returns a set of entry descriptors resulting from a merge of the descriptors contained in this descriptor with the supplied descriptors.
 

Methods in net.dpml.metro.info with parameters of type EntryDescriptor
 EntryDescriptor[] ContextDescriptor.merge(EntryDescriptor[] entries)
          Returns a set of entry descriptors resulting from a merge of the descriptors contained in this descriptor with the supplied descriptors.
 

Constructors in net.dpml.metro.info with parameters of type EntryDescriptor
ContextDescriptor(EntryDescriptor[] entries)
          Creation of a new context descriptor.