Modifier and Type | Method and Description |
---|---|
Context |
PlexusContainer.getContext() |
Context |
DefaultPlexusContainer.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
SimplePlexusContainerManager.contextualize(Context context) |
protected void |
PlexusTestCase.customizeContext(Context context) |
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
PlexusXmlComponentDiscoverer.discoverConfiguration(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
List |
PlexusXmlComponentDiscoverer.findComponents(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
List |
ComponentDiscoverer.findComponents(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
List |
AbstractComponentDiscoverer.findComponents(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentFactoryManager.contextualize(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultContext
Default implementation of Context.
|
Modifier and Type | Method and Description |
---|---|
protected Context |
DefaultContext.getParent()
Get parent context if any.
|
Constructor and Description |
---|
ContextMapAdapter(Context context) |
DefaultContext(Context parent)
Create a Context with specified parent.
|
DefaultContext(Map contextData,
Context parent)
Create a Context with specified data and parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Contextualizable.contextualize(Context context) |
Copyright © 2001-2012 Codehaus. All Rights Reserved.