Uses of Interface org.codehaus.plexus.component.manager.ComponentManager

Uses in package org.codehaus.plexus

Methods with return type org.codehaus.plexus.component.manager.ComponentManager

ComponentManager

Uses in package org.codehaus.plexus.component.manager

Classes implementing org.codehaus.plexus.component.manager.ComponentManager

class
class
This ensures only a single manager of a a component exists.
class
This ensures a component is only used as a singleton, and is only shutdown when the container shuts down.
class
Creates a new component manager for every lookup

Methods with parameter type org.codehaus.plexus.component.manager.ComponentManager

void
void

Methods with return type org.codehaus.plexus.component.manager.ComponentManager

ComponentManager
ComponentManager
ComponentManager
ComponentManager
ComponentManager
ComponentManager
ComponentManager
ComponentManager
ComponentManager

Uses in package org.codehaus.plexus.component.repository

Fields of type org.codehaus.plexus.component.manager.ComponentManager

ComponentManager
Component Manager.

Methods with parameter type org.codehaus.plexus.component.manager.ComponentManager

void

Methods with return type org.codehaus.plexus.component.manager.ComponentManager

ComponentManager

Uses in package org.codehaus.plexus.lifecycle

Methods with parameter type org.codehaus.plexus.component.manager.ComponentManager

void
AbstractLifecycleHandler.end(Object component, ComponentManager manager)
End a component's lifecycle.
void
LifecycleHandler.end(Object component, ComponentManager manager)
void
AbstractLifecycleHandler.resume(Object component, ComponentManager manager)
void
LifecycleHandler.resume(Object component, ComponentManager manager)
void
AbstractLifecycleHandler.start(Object component, ComponentManager manager)
Start a component's lifecycle.
void
LifecycleHandler.start(Object component, ComponentManager manager)
void
void
LifecycleHandler.suspend(Object component, ComponentManager manager)

Uses in package org.codehaus.plexus.lifecycle.phase

Methods with parameter type org.codehaus.plexus.component.manager.ComponentManager

void
AbstractPhase.execute(Object component, ComponentManager manager)
Execute the phase.
void
Phase.execute(Object component, ComponentManager manager)
Execute the phase.

Uses in package org.codehaus.plexus.personality.plexus.lifecycle.phase

Methods with parameter type org.codehaus.plexus.component.manager.ComponentManager

void
AutoConfigurePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
CompositionPhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
ConfigurablePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
ContextualizePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
DisposePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
InitializePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
LogDisablePhase.execute(Object object, ComponentManager componentManager)
Execute the phase.
void
LogEnablePhase.execute(Object object, ComponentManager componentManager)
Execute the phase.
void
ResumePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
ServiceablePhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
StartPhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
StopPhase.execute(Object object, ComponentManager manager)
Execute the phase.
void
SuspendPhase.execute(Object object, ComponentManager manager)
Execute the phase.