org.codehaus.plexus.context
public interface Context
| Method Summary | |
|---|---|
| boolean | contains(Object key) |
| Object | get(Object key) |
| void | hide(Object key)
Hides the item in the context.
|
| void | makeReadOnly()
Make the context read-only.
|
| void | put(Object key, Object value)
Adds the item to the context.
|
Parameters: key the items key
Throws: java.lang.IllegalStateException if context is read only
Parameters: key the key of the item value the item
Throws: java.lang.IllegalStateException if context is read only