|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
org.codehaus.plexus | |
org.codehaus.plexus.context |
Uses of Context in org.codehaus.plexus |
Methods in org.codehaus.plexus with parameters of type Context | |
void |
ComponentPlexusContainer.contextualize(Context context)
|
Uses of Context in org.codehaus.plexus.context |
Classes in org.codehaus.plexus.context that implement Context | |
class |
DefaultContext
Default implementation of Context. |
Fields in org.codehaus.plexus.context declared as Context | |
private Context |
ContextMapAdapter.context
|
private Context |
DefaultContext.parent
Parent Context. |
Methods in org.codehaus.plexus.context that return Context | |
protected Context |
DefaultContext.getParent()
Get parent context if any. |
Constructors in org.codehaus.plexus.context with parameters of type Context | |
ContextMapAdapter(Context context)
|
|
DefaultContext(java.util.Map contextData,
Context parent)
Create a Context with specified data and parent. |
|
DefaultContext(Context parent)
Create a Context with specified parent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |