org.codehaus.plexus.collections
public abstract class AbstractActiveSet extends java.lang.Object implements ActiveSet
Modifier | Constructor and Description |
---|---|
protected |
AbstractActiveSet() |
protected |
AbstractActiveSet(org.codehaus.plexus.PlexusContainer container,
java.lang.String role) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.Object arg0) |
boolean |
addAll(java.util.Collection arg0) |
protected java.util.Set |
checkedGetSet() |
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() |
java.lang.String |
getRole()
Retrive the role, or type of component, which is collected in the current instance.
|
protected java.util.Set |
getSet() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection arg0) |
boolean |
retainAll(java.util.Collection arg0) |
protected void |
setRole(java.lang.String role) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkedContains, checkedContainsAll, checkedIterator, checkedToArray, checkedToArray
checkedIsEmpty, checkedSize, isEmpty, size
protected AbstractActiveSet()
protected AbstractActiveSet(org.codehaus.plexus.PlexusContainer container, java.lang.String role)
public boolean add(java.lang.Object arg0)
add
in interface java.util.Collection
add
in interface java.util.Set
public boolean addAll(java.util.Collection arg0)
addAll
in interface java.util.Collection
addAll
in interface java.util.Set
public void clear()
clear
in interface java.util.Collection
clear
in interface java.util.Set
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection
remove
in interface java.util.Set
public boolean removeAll(java.util.Collection arg0)
removeAll
in interface java.util.Collection
removeAll
in interface java.util.Set
public boolean retainAll(java.util.Collection arg0)
retainAll
in interface java.util.Collection
retainAll
in interface java.util.Set
protected final org.codehaus.plexus.logging.Logger getLogger()
protected final java.util.Set getSet()
protected final java.util.Set checkedGetSet() 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
org.codehaus.plexus.context.ContextException
public final void enableLogging(org.codehaus.plexus.logging.Logger logger)
Copyright © 2014. All Rights Reserved.