|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.collections.AbstractActiveMap
public abstract class AbstractActiveMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.collections.ActiveMap |
---|
ROLE |
Constructor Summary | |
---|---|
protected |
AbstractActiveMap()
|
protected |
AbstractActiveMap(org.codehaus.plexus.PlexusContainer container,
java.lang.String role)
|
Method Summary | |
---|---|
protected java.util.Map |
checkedGetMap()
|
void |
clear()
|
void |
contextualize(org.codehaus.plexus.context.Context context)
|
void |
enableLogging(org.codehaus.plexus.logging.Logger logger)
|
protected org.codehaus.plexus.logging.Logger |
getLogger()
|
protected java.util.Map |
getMap()
|
java.lang.String |
getRole()
Retrive the role, or type of component, which is collected in the current instance. |
java.lang.Object |
put(java.lang.Object arg0,
java.lang.Object arg1)
|
void |
putAll(java.util.Map arg0)
|
java.lang.Object |
remove(java.lang.Object key)
|
protected void |
setRole(java.lang.String role)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.plexus.collections.ActiveMap |
---|
checkedContainsKey, checkedContainsValue, checkedEntrySet, checkedGet, checkedKeySet, checkedValues |
Methods inherited from interface org.codehaus.plexus.collections.ActiveCollection |
---|
checkedIsEmpty, checkedSize, isEmpty, size |
Methods inherited from interface java.util.Map |
---|
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, values |
Constructor Detail |
---|
protected AbstractActiveMap()
protected AbstractActiveMap(org.codehaus.plexus.PlexusContainer container, java.lang.String role)
Method Detail |
---|
public void clear()
clear
in interface java.util.Map
public java.lang.Object put(java.lang.Object arg0, java.lang.Object arg1)
put
in interface java.util.Map
public void putAll(java.util.Map arg0)
putAll
in interface java.util.Map
public java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map
protected final org.codehaus.plexus.logging.Logger getLogger()
protected final java.util.Map getMap()
protected final java.util.Map checkedGetMap() throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
public final java.lang.String getRole()
ActiveCollection
getRole
in interface ActiveCollection
protected final void setRole(java.lang.String role)
public final void contextualize(org.codehaus.plexus.context.Context context) throws org.codehaus.plexus.context.ContextException
contextualize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
org.codehaus.plexus.context.ContextException
public final void enableLogging(org.codehaus.plexus.logging.Logger logger)
enableLogging
in interface org.codehaus.plexus.logging.LogEnabled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |