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
 class AbstractActiveList
           
 class DefaultActiveList
           
 

Methods in org.codehaus.plexus.collections that return ActiveList
 ActiveList ProtoCollection.getActiveList()
          Retrieve an ActiveList instance that contains components matching the role given by ProtoCollection.getCollectedRole().
 ActiveList DefaultProtoCollection.getActiveList()
           
 ActiveList ActiveCollectionManager.getActiveList(java.lang.Class role)
          Retrieve an ActiveList instance that contains the components of the given role.
 ActiveList DefaultActiveCollectionManager.getActiveList(java.lang.Class role)
           
 ActiveList ActiveCollectionManager.getActiveList(java.lang.String role)
          Retrieve an ActiveList instance that contains the components of the given role.
 ActiveList DefaultActiveCollectionManager.getActiveList(java.lang.String role)
           
 



Copyright © 2001-2011 Codehaus. All Rights Reserved.