public abstract class AbstractActiveSet extends Object implements ActiveSet
Modifier | Constructor and Description |
---|---|
protected |
AbstractActiveSet() |
protected |
AbstractActiveSet(org.codehaus.plexus.PlexusContainer container,
String role) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
protected 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() |
String |
getRole()
Retrive the role, or type of component, which is collected in the current instance.
|
protected Set |
getSet() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection arg0) |
boolean |
retainAll(Collection arg0) |
protected void |
setRole(String role) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkedContains, checkedContainsAll, checkedIterator, checkedToArray, checkedToArray
checkedIsEmpty, checkedSize, isEmpty, size
contains, containsAll, equals, hashCode, isEmpty, iterator, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected AbstractActiveSet()
protected AbstractActiveSet(org.codehaus.plexus.PlexusContainer container, String role)
public boolean add(Object arg0)
add
in interface Collection
add
in interface Set
public boolean addAll(Collection arg0)
addAll
in interface Collection
addAll
in interface Set
public void clear()
clear
in interface Collection
clear
in interface Set
public boolean remove(Object o)
remove
in interface Collection
remove
in interface Set
public boolean removeAll(Collection arg0)
removeAll
in interface Collection
removeAll
in interface Set
public boolean retainAll(Collection arg0)
retainAll
in interface Collection
retainAll
in interface Set
protected final org.codehaus.plexus.logging.Logger getLogger()
protected final Set getSet()
protected final Set checkedGetSet() throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
public final String getRole()
ActiveCollection
getRole
in interface ActiveCollection
protected final void setRole(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 © 2001–2015 Codehaus. All rights reserved.