public interface ActiveCollectionManager
| Modifier and Type | Method and Description |
|---|---|
ActiveList |
getActiveList(Class role)
Retrieve an
ActiveList instance that contains the components of the given role. |
ActiveList |
getActiveList(String role)
Retrieve an
ActiveList instance that contains the components of the given role. |
ActiveMap |
getActiveMap(Class role)
Retrieve an
ActiveMap instance that contains the components of the given role. |
ActiveMap |
getActiveMap(String role)
Retrieve an
ActiveMap instance that contains the components of the given role. |
ActiveSet |
getActiveSet(Class role)
Retrieve an
ActiveSet instance that contains the components of the given role. |
ActiveSet |
getActiveSet(String role)
Retrieve an
ActiveSet instance that contains the components of the given role. |
static final String ROLE
ActiveMap getActiveMap(String role)
ActiveMap instance that contains the components of the given role.ActiveList getActiveList(String role)
ActiveList instance that contains the components of the given role.ActiveSet getActiveSet(String role)
ActiveSet instance that contains the components of the given role.ActiveMap getActiveMap(Class role)
ActiveMap instance that contains the components of the given role. NOTE:
the role which is used is actually the class-name, not the class...so, here ROLE = role.getName().role - the class whose name we will use as the role for the components to retrieve.ActiveList getActiveList(Class role)
ActiveList instance that contains the components of the given role. NOTE:
the role which is used is actually the class-name, not the class...so, here ROLE = role.getName().role - the class whose name we will use as the role for the components to retrieve.ActiveSet getActiveSet(Class role)
ActiveSet instance that contains the components of the given role. NOTE:
the role which is used is actually the class-name, not the class...so, here ROLE = role.getName().role - the class whose name we will use as the role for the components to retrieve.Copyright © 2001–2018 Codehaus Plexus. All rights reserved.