PlexusContainer
instance, which retrieves a fresh
batch of component elements for each method call.List
semantics, which is backed by a PlexusContainer
instance,
and retrieves a fresh batch of elements for each method call.Map
, which is backed by a PlexusContainer
instance, and retrieves a
fresh batch of elements for each method call.Set
semantics, which is backed by a PlexusContainer
instance,
and retrieves a fresh batch of elements for each method call.List.contains(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Set.contains(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.containsAll(Collection)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Set.containsAll(Collection)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Map.containsKey(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Map.containsValue(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Map.entrySet()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.get(int)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Map.get(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.indexOf(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Collection.isEmpty()
or Map.isEmpty()
, except this method
will throw a ComponentLookupException
if one or more of the elements collected here
fails during lookup.List.iterator()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Set.iterator()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Map#keySet(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.lastIndexOf(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.listIterator()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.listIterator(int)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Collection.size()
or Map.size()
, except this method
will throw a ComponentLookupException
if one or more of the elements collected here
fails during lookup.List.subList(int, int)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.toArray()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.List.toArray(Object[])
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Set.toArray()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Set.toArray(Object[])
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.Map#values(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.ActiveList
instance that contains the components of the given role.ActiveList
instance that contains the components of the given role.ActiveList
instance that contains components matching the role given by
ProtoCollection.getCollectedRole()
.ActiveMap
instance that contains the components of the given role.ActiveMap
instance that contains the components of the given role.ActiveMap
instance that contains components matching the role given by
ProtoCollection.getCollectedRole()
.ActiveSet
instance that contains the components of the given role.ActiveSet
instance that contains the components of the given role.ActiveSet
instance that contains components matching the role given by
ProtoCollection.getCollectedRole()
.Collection.isEmpty()
or Map.isEmpty()
.Collection.size()
or Map.size()
.Copyright © 2001–2017 Codehaus. All rights reserved.