Package org.codehaus.plexus.context
Class DefaultContext
- java.lang.Object
-
- org.codehaus.plexus.context.DefaultContext
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<Object,Object>
contextData
-
Constructor Summary
Constructors Constructor Description DefaultContext()
DefaultContext(Map<?,?> context)
-
-
-
Constructor Detail
-
DefaultContext
public DefaultContext()
-
DefaultContext
public DefaultContext(Map<?,?> context)
-
-
Method Detail
-
get
public Object get(Object key) throws ContextException
- Specified by:
get
in interfaceContext
- Throws:
ContextException
-
getContextData
public Map<Object,Object> getContextData()
- Specified by:
getContextData
in interfaceContext
-
-