Package org.codehaus.plexus.collections
package org.codehaus.plexus.collections
-
ClassDescriptionRepresents 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 withList
semantics, which is backed by aPlexusContainer
instance, and retrieves a fresh batch of elements for each method call.Type ofMap
, which is backed by aPlexusContainer
instance, and retrieves a fresh batch of elements for each method call.Collection withSet
semantics, which is backed by aPlexusContainer
instance, and retrieves a fresh batch of elements for each method call.Represents an undifferentiated ActiveCollection instance, with the same configuration (role).