Interface Summary |
ActiveCollection |
Represents a collection-style view of a PlexusContainer instance, which retrieves a fresh
batch of component elements for each method call. |
ActiveCollectionManager |
Manager interface provided for backward compatibility to apps using plexus-container-default with
versions under 1.0-alpha-22. |
ActiveList |
Collection with List semantics, which is backed by a PlexusContainer instance,
and retrieves a fresh batch of elements for each method call. |
ActiveMap |
Type of Map , which is backed by a PlexusContainer instance, and retrieves a
fresh batch of elements for each method call. |
ActiveSet |
Collection with Set semantics, which is backed by a PlexusContainer instance,
and retrieves a fresh batch of elements for each method call. |
ProtoCollection |
Represents an undifferentiated ActiveCollection instance, with the same configuration (role). |