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