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, waitcheckedContains, checkedContainsAll, checkedIterator, checkedToArray, checkedToArraycheckedIsEmpty, checkedSize, isEmpty, sizecontains, containsAll, equals, hashCode, isEmpty, iterator, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected AbstractActiveSet()
protected AbstractActiveSet(org.codehaus.plexus.PlexusContainer container,
String role)
public boolean add(Object arg0)
add in interface Collectionadd in interface Setpublic boolean addAll(Collection arg0)
addAll in interface CollectionaddAll in interface Setpublic void clear()
clear in interface Collectionclear in interface Setpublic boolean remove(Object o)
remove in interface Collectionremove in interface Setpublic boolean removeAll(Collection arg0)
removeAll in interface CollectionremoveAll in interface Setpublic boolean retainAll(Collection arg0)
retainAll in interface CollectionretainAll in interface Setprotected 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.ComponentLookupExceptionpublic final String getRole()
ActiveCollectiongetRole in interface ActiveCollectionprotected 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.ContextExceptionpublic final void enableLogging(org.codehaus.plexus.logging.Logger logger)
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.