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 classAbstractActiveMapclassDefaultActiveMapMethods in org.codehaus.plexus.collections that return ActiveMap Modifier and Type Method Description ActiveMapActiveCollectionManager. getActiveMap(java.lang.Class role)Retrieve anActiveMapinstance that contains the components of the given role.ActiveMapActiveCollectionManager. getActiveMap(java.lang.String role)Retrieve anActiveMapinstance that contains the components of the given role.ActiveMapDefaultActiveCollectionManager. getActiveMap(java.lang.Class role)ActiveMapDefaultActiveCollectionManager. getActiveMap(java.lang.String role)ActiveMapDefaultProtoCollection. getActiveMap()ActiveMapProtoCollection. getActiveMap()Retrieve anActiveMapinstance that contains components matching the role given byProtoCollection.getCollectedRole().
-