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, wait
checkedContains, checkedContainsAll, checkedGet, checkedIndexOf, checkedIterator, checkedLastIndexOf, checkedListIterator, checkedListIterator, checkedSubList, checkedToArray, checkedToArray
checkedIsEmpty, checkedSize, isEmpty, size
contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, replaceAll, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
protected AbstractActiveList()
protected AbstractActiveList(org.codehaus.plexus.PlexusContainer container, String role)
public boolean add(Object arg0)
add
in interface Collection
add
in interface List
public boolean addAll(Collection arg0)
addAll
in interface Collection
addAll
in interface List
public boolean addAll(int arg0, Collection arg1)
public void clear()
clear
in interface Collection
clear
in interface List
public boolean remove(Object o)
remove
in interface Collection
remove
in interface List
public boolean removeAll(Collection arg0)
removeAll
in interface Collection
removeAll
in interface List
public boolean retainAll(Collection arg0)
retainAll
in interface Collection
retainAll
in interface List
protected final List checkedGetList() throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
protected final List getList()
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
protected final org.codehaus.plexus.logging.Logger getLogger()
public final void enableLogging(org.codehaus.plexus.logging.Logger logger)
Copyright © 2019. All rights reserved.