Uses of Interface
org.codehaus.plexus.collections.ActiveList
-
-
Uses of ActiveList in org.codehaus.plexus.collections
Classes in org.codehaus.plexus.collections that implement ActiveList Modifier and Type Class Description classAbstractActiveListclassDefaultActiveListMethods in org.codehaus.plexus.collections that return ActiveList Modifier and Type Method Description ActiveListActiveCollectionManager. getActiveList(java.lang.Class role)Retrieve anActiveListinstance that contains the components of the given role.ActiveListActiveCollectionManager. getActiveList(java.lang.String role)Retrieve anActiveListinstance that contains the components of the given role.ActiveListDefaultActiveCollectionManager. getActiveList(java.lang.Class role)ActiveListDefaultActiveCollectionManager. getActiveList(java.lang.String role)ActiveListDefaultProtoCollection. getActiveList()ActiveListProtoCollection. getActiveList()Retrieve anActiveListinstance that contains components matching the role given byProtoCollection.getCollectedRole().
-