Uses of Interface
org.codehaus.plexus.collections.ActiveMap
-
-
Uses of ActiveMap in org.codehaus.plexus.collections
Classes in org.codehaus.plexus.collections that implement ActiveMap Modifier and Type Class Description class
AbstractActiveMap
class
DefaultActiveMap
Methods in org.codehaus.plexus.collections that return ActiveMap Modifier and Type Method Description ActiveMap
ActiveCollectionManager. getActiveMap(java.lang.Class role)
Retrieve anActiveMap
instance that contains the components of the given role.ActiveMap
ActiveCollectionManager. getActiveMap(java.lang.String role)
Retrieve anActiveMap
instance that contains the components of the given role.ActiveMap
DefaultActiveCollectionManager. getActiveMap(java.lang.Class role)
ActiveMap
DefaultActiveCollectionManager. getActiveMap(java.lang.String role)
ActiveMap
DefaultProtoCollection. getActiveMap()
ActiveMap
ProtoCollection. getActiveMap()
Retrieve anActiveMap
instance that contains components matching the role given byProtoCollection.getCollectedRole()
.
-