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 class
AbstractActiveList
class
DefaultActiveList
Methods in org.codehaus.plexus.collections that return ActiveList Modifier and Type Method Description ActiveList
ActiveCollectionManager. getActiveList(java.lang.Class role)
Retrieve anActiveList
instance that contains the components of the given role.ActiveList
ActiveCollectionManager. getActiveList(java.lang.String role)
Retrieve anActiveList
instance that contains the components of the given role.ActiveList
DefaultActiveCollectionManager. getActiveList(java.lang.Class role)
ActiveList
DefaultActiveCollectionManager. getActiveList(java.lang.String role)
ActiveList
DefaultProtoCollection. getActiveList()
ActiveList
ProtoCollection. getActiveList()
Retrieve anActiveList
instance that contains components matching the role given byProtoCollection.getCollectedRole()
.
-