Package | Description |
---|---|
org.codehaus.plexus | |
org.codehaus.plexus.context | |
org.codehaus.plexus.personality.plexus.lifecycle.phase | |
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
Modifier and Type | Field and Description |
---|---|
(package private) Context |
DefaultPlexusContainer.context |
private Context |
DefaultContainerConfiguration.contextComponent |
Modifier and Type | Method and Description |
---|---|
Context |
DefaultPlexusContainer.getContext() |
Context |
PlexusContainer.getContext() |
Context |
DefaultContainerConfiguration.getContextComponent() |
Context |
ContainerConfiguration.getContextComponent() |
private static Context |
DefaultPlexusContainer.getContextComponent(ContainerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlexusTestCase.customizeContext(Context context) |
ContainerConfiguration |
DefaultContainerConfiguration.setContextComponent(Context contextComponent) |
ContainerConfiguration |
ContainerConfiguration.setContextComponent(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultContext |
Constructor and Description |
---|
ContextMapAdapter(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
Contextualizable.contextualize(Context context) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PlexusSpaceModule.ParameterizedContext
Context backed by Sisu Parameters . |
Modifier and Type | Field and Description |
---|---|
(package private) Context |
PseudoPlexusContainer.context |
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<Context> |
PlexusLifecycleManager.plexusContextProvider |
Modifier and Type | Method and Description |
---|---|
Context |
PseudoPlexusContainer.getContext() |
Constructor and Description |
---|
PseudoPlexusContainer(PlexusBeanLocator locator,
BeanManager manager,
Context context) |
Constructor and Description |
---|
PlexusLifecycleManager(javax.inject.Provider<Context> plexusContextProvider,
javax.inject.Provider<LoggerManager> plexusLoggerManagerProvider,
javax.inject.Provider<?> slf4jLoggerFactoryProvider,
BeanManager delegate) |