|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.plexus.collections.DefaultActiveCollectionManager
public class DefaultActiveCollectionManager
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.plexus.collections.ActiveCollectionManager |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DefaultActiveCollectionManager()
|
|
| Method Summary | |
|---|---|
void |
contextualize(org.codehaus.plexus.context.Context context)
|
ActiveList |
getActiveList(java.lang.Class role)
Retrieve an ActiveList instance that contains the components of the given role. |
ActiveList |
getActiveList(java.lang.String role)
Retrieve an ActiveList instance that contains the components of the given role. |
ActiveMap |
getActiveMap(java.lang.Class role)
Retrieve an ActiveMap instance that contains the components of the given role. |
ActiveMap |
getActiveMap(java.lang.String role)
Retrieve an ActiveMap instance that contains the components of the given role. |
ActiveSet |
getActiveSet(java.lang.Class role)
Retrieve an ActiveSet instance that contains the components of the given role. |
ActiveSet |
getActiveSet(java.lang.String role)
Retrieve an ActiveSet instance that contains the components of the given role. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultActiveCollectionManager()
| Method Detail |
|---|
public ActiveList getActiveList(java.lang.String role)
ActiveCollectionManagerActiveList instance that contains the components of the given role.
getActiveList in interface ActiveCollectionManagerpublic ActiveMap getActiveMap(java.lang.String role)
ActiveCollectionManagerActiveMap instance that contains the components of the given role.
getActiveMap in interface ActiveCollectionManagerpublic ActiveSet getActiveSet(java.lang.String role)
ActiveCollectionManagerActiveSet instance that contains the components of the given role.
getActiveSet in interface ActiveCollectionManager
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizableorg.codehaus.plexus.context.ContextExceptionpublic ActiveList getActiveList(java.lang.Class role)
ActiveCollectionManagerActiveList 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().
getActiveList in interface ActiveCollectionManagerrole - the class whose name we will use as the role for the components to retrieve.public ActiveMap getActiveMap(java.lang.Class role)
ActiveCollectionManagerActiveMap 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().
getActiveMap in interface ActiveCollectionManagerrole - the class whose name we will use as the role for the components to retrieve.public ActiveSet getActiveSet(java.lang.Class role)
ActiveCollectionManagerActiveSet 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().
getActiveSet in interface ActiveCollectionManagerrole - the class whose name we will use as the role for the components to retrieve.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||