public interface ProtoCollection
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() . |
String |
getCollectedRole()
Retrieve the role of components to be collected by any of the active collections created here.
|
static final String ROLE
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 © 2001–2018 Codehaus Plexus. All rights reserved.