Uses of Interface
org.codehaus.plexus.context.Context
Packages that use Context
Package
Description
Sisu-Plexus backend implementation.
-
Uses of Context in org.codehaus.plexus
Fields in org.codehaus.plexus declared as ContextModifier and TypeFieldDescription(package private) final Context
DefaultPlexusContainer.context
private Context
DefaultContainerConfiguration.contextComponent
Methods in org.codehaus.plexus that return ContextModifier and TypeMethodDescriptionDefaultPlexusContainer.getContext()
PlexusContainer.getContext()
ContainerConfiguration.getContextComponent()
DefaultContainerConfiguration.getContextComponent()
private static Context
DefaultPlexusContainer.getContextComponent
(ContainerConfiguration configuration) Methods in org.codehaus.plexus with parameters of type ContextModifier and TypeMethodDescriptionprotected void
PlexusTestCase.customizeContext
(Context context) ContainerConfiguration.setContextComponent
(Context context) DefaultContainerConfiguration.setContextComponent
(Context contextComponent) -
Uses of Context in org.codehaus.plexus.context
Classes in org.codehaus.plexus.context that implement ContextConstructors in org.codehaus.plexus.context with parameters of type Context -
Uses of Context in org.codehaus.plexus.personality.plexus.lifecycle.phase
Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase with parameters of type Context -
Uses of Context in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement ContextModifier and TypeClassDescription(package private) static final class
Context
backed by SisuParameters
.Fields in org.eclipse.sisu.plexus declared as ContextFields in org.eclipse.sisu.plexus with type parameters of type ContextModifier and TypeFieldDescriptionprivate final javax.inject.Provider<Context>
PlexusLifecycleManager.plexusContextProvider
Methods in org.eclipse.sisu.plexus that return ContextConstructors in org.eclipse.sisu.plexus with parameters of type ContextModifierConstructorDescription(package private)
PseudoPlexusContainer
(PlexusBeanLocator locator, BeanManager manager, Context context) Constructor parameters in org.eclipse.sisu.plexus with type arguments of type ContextModifierConstructorDescriptionPlexusLifecycleManager
(javax.inject.Provider<Context> plexusContextProvider, javax.inject.Provider<LoggerManager> plexusLoggerManagerProvider, javax.inject.Provider<?> slf4jLoggerFactoryProvider, BeanManager delegate)