Constructor and Description |
---|
FilterArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(ArtifactsFilter filter)
Appends the specified element to the end of this list.
|
void |
addFilter(int index,
ArtifactsFilter filter)
Inserts the specified element at the specified position in this list.
|
void |
clearFilters()
Removes all of the elements from this list.
|
Set |
filter(Set artifacts) |
ArrayList |
getFilters() |
void |
setFilters(ArrayList filters) |
public void clearFilters()
public void addFilter(ArtifactsFilter filter)
filter
- element to be appended to this list.public void addFilter(int index, ArtifactsFilter filter)
index
- index at which the specified element is to be inserted.element
- element to be inserted.IndexOutOfBoundsException
- if index is out of range (index < 0 || index > size()).public Set filter(Set artifacts) throws ArtifactFilterException
ArtifactFilterException
public ArrayList getFilters()
public void setFilters(ArrayList filters)
filters
- The filters to set.Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.