org.codehaus.plexus.collections
public abstract class AbstractActiveList extends java.lang.Object implements ActiveList
ROLE
Modifier | Constructor and Description |
---|---|
protected |
AbstractActiveList() |
protected |
AbstractActiveList(org.codehaus.plexus.PlexusContainer container,
java.lang.String role) |
Modifier and Type | Method and Description |
---|---|
void |
add(int arg0,
java.lang.Object arg1) |
boolean |
add(java.lang.Object arg0) |
boolean |
addAll(java.util.Collection arg0) |
boolean |
addAll(int arg0,
java.util.Collection arg1) |
protected java.util.List |
checkedGetList() |
void |
clear() |
void |
contextualize(org.codehaus.plexus.context.Context context) |
void |
enableLogging(org.codehaus.plexus.logging.Logger logger) |
protected java.util.List |
getList() |
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.
|
java.lang.Object |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection arg0) |
boolean |
retainAll(java.util.Collection arg0) |
java.lang.Object |
set(int arg0,
java.lang.Object arg1) |
protected void |
setRole(java.lang.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
protected AbstractActiveList()
protected AbstractActiveList(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.List
public void add(int arg0, java.lang.Object arg1)
add
in interface java.util.List
public boolean addAll(java.util.Collection arg0)
addAll
in interface java.util.Collection
addAll
in interface java.util.List
public boolean addAll(int arg0, java.util.Collection arg1)
addAll
in interface java.util.List
public void clear()
clear
in interface java.util.Collection
clear
in interface java.util.List
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection
remove
in interface java.util.List
public java.lang.Object remove(int index)
remove
in interface java.util.List
public boolean removeAll(java.util.Collection arg0)
removeAll
in interface java.util.Collection
removeAll
in interface java.util.List
public boolean retainAll(java.util.Collection arg0)
retainAll
in interface java.util.Collection
retainAll
in interface java.util.List
public java.lang.Object set(int arg0, java.lang.Object arg1)
set
in interface java.util.List
protected final java.util.List checkedGetList() throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
protected final java.util.List getList()
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
protected final org.codehaus.plexus.logging.Logger getLogger()
public final void enableLogging(org.codehaus.plexus.logging.Logger logger)
Copyright © 2014. All Rights Reserved.