public abstract class AbstractActiveList extends Object implements ActiveList
ROLE| Modifier | Constructor and Description |
|---|---|
protected |
AbstractActiveList() |
protected |
AbstractActiveList(org.codehaus.plexus.PlexusContainer container,
String role) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int arg0,
Object arg1) |
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
boolean |
addAll(int arg0,
Collection arg1) |
protected List |
checkedGetList() |
void |
clear() |
void |
contextualize(org.codehaus.plexus.context.Context context) |
void |
enableLogging(org.codehaus.plexus.logging.Logger logger) |
protected List |
getList() |
protected org.codehaus.plexus.logging.Logger |
getLogger() |
String |
getRole()
Retrive the role, or type of component, which is collected in the current instance.
|
Object |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection arg0) |
boolean |
retainAll(Collection arg0) |
Object |
set(int arg0,
Object arg1) |
protected void |
setRole(String role) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckedContains, checkedContainsAll, checkedGet, checkedIndexOf, checkedIterator, checkedLastIndexOf, checkedListIterator, checkedListIterator, checkedSubList, checkedToArray, checkedToArraycheckedIsEmpty, checkedSize, isEmpty, sizecontains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, replaceAll, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected AbstractActiveList()
protected AbstractActiveList(org.codehaus.plexus.PlexusContainer container,
String role)
public boolean add(Object arg0)
add in interface Collectionadd in interface Listpublic boolean addAll(Collection arg0)
addAll in interface CollectionaddAll in interface Listpublic boolean addAll(int arg0,
Collection arg1)
public void clear()
clear in interface Collectionclear in interface Listpublic boolean remove(Object o)
remove in interface Collectionremove in interface Listpublic boolean removeAll(Collection arg0)
removeAll in interface CollectionremoveAll in interface Listpublic boolean retainAll(Collection arg0)
retainAll in interface CollectionretainAll in interface Listprotected final List checkedGetList() throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.codehaus.plexus.component.repository.exception.ComponentLookupExceptionprotected final List getList()
public 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.ContextExceptionprotected final org.codehaus.plexus.logging.Logger getLogger()
public final void enableLogging(org.codehaus.plexus.logging.Logger logger)
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.