Uses of Interface
org.codehaus.plexus.collections.ActiveSet
-
-
Uses of ActiveSet in org.codehaus.plexus.collections
Classes in org.codehaus.plexus.collections that implement ActiveSet Modifier and Type Class Description classAbstractActiveSetclassDefaultActiveSetMethods in org.codehaus.plexus.collections that return ActiveSet Modifier and Type Method Description ActiveSetActiveCollectionManager. getActiveSet(java.lang.Class role)Retrieve anActiveSetinstance that contains the components of the given role.ActiveSetActiveCollectionManager. getActiveSet(java.lang.String role)Retrieve anActiveSetinstance that contains the components of the given role.ActiveSetDefaultActiveCollectionManager. getActiveSet(java.lang.Class role)ActiveSetDefaultActiveCollectionManager. getActiveSet(java.lang.String role)ActiveSetDefaultProtoCollection. getActiveSet()ActiveSetProtoCollection. getActiveSet()Retrieve anActiveSetinstance that contains components matching the role given byProtoCollection.getCollectedRole().
-