org.codehaus.plexus.collections
public interface ProtoCollection
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
Modifier and Type | Method and Description |
---|---|
ActiveList |
getActiveList()
Retrieve an
ActiveList instance that contains components matching the role given by
getCollectedRole() . |
ActiveMap |
getActiveMap()
Retrieve an
ActiveMap instance that contains components matching the role given by
getCollectedRole() . |
ActiveSet |
getActiveSet()
Retrieve an
ActiveSet instance that contains components matching the role given by
getCollectedRole() . |
java.lang.String |
getCollectedRole()
Retrieve the role of components to be collected by any of the active collections created here.
|
java.lang.String getCollectedRole()
ActiveMap getActiveMap()
ActiveMap
instance that contains components matching the role given by
getCollectedRole()
.ActiveList getActiveList()
ActiveList
instance that contains components matching the role given by
getCollectedRole()
.ActiveSet getActiveSet()
ActiveSet
instance that contains components matching the role given by
getCollectedRole()
.Copyright © 2014. All Rights Reserved.