Class DefaultActiveCollectionManager

  • All Implemented Interfaces:
    ActiveCollectionManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

    public class DefaultActiveCollectionManager
    extends java.lang.Object
    implements ActiveCollectionManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
    • Field Detail

      • container

        private org.codehaus.plexus.PlexusContainer container
    • Constructor Detail

      • DefaultActiveCollectionManager

        public DefaultActiveCollectionManager()
    • Method Detail

      • contextualize

        public void contextualize​(org.codehaus.plexus.context.Context context)
                           throws org.codehaus.plexus.context.ContextException
        Specified by:
        contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
        Throws:
        org.codehaus.plexus.context.ContextException
      • getActiveList

        public ActiveList getActiveList​(java.lang.Class role)
        Description copied from interface: ActiveCollectionManager
        Retrieve an 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().
        Specified by:
        getActiveList in interface ActiveCollectionManager
        Parameters:
        role - the class whose name we will use as the role for the components to retrieve.
      • getActiveMap

        public ActiveMap getActiveMap​(java.lang.Class role)
        Description copied from interface: ActiveCollectionManager
        Retrieve an 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().
        Specified by:
        getActiveMap in interface ActiveCollectionManager
        Parameters:
        role - the class whose name we will use as the role for the components to retrieve.
      • getActiveSet

        public ActiveSet getActiveSet​(java.lang.Class role)
        Description copied from interface: ActiveCollectionManager
        Retrieve an 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().
        Specified by:
        getActiveSet in interface ActiveCollectionManager
        Parameters:
        role - the class whose name we will use as the role for the components to retrieve.