|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.util.filter.FilterHelper
public final class FilterHelper
| Field Summary | |
|---|---|
static Filter |
NO_FILTER
|
| Method Summary | |
|---|---|
static java.util.Collection |
filter(java.util.Collection col,
Filter filter)
Returns a new collection containing only the items from the given collectoin, which are accepted by the filter. |
static Filter |
getArtifactTypeFilter(java.lang.String types)
|
static Filter |
getArtifactTypeFilter(java.lang.String[] types)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Filter NO_FILTER
| Method Detail |
|---|
public static Filter getArtifactTypeFilter(java.lang.String types)
public static Filter getArtifactTypeFilter(java.lang.String[] types)
public static java.util.Collection filter(java.util.Collection col,
Filter filter)
col - The collection to filter.filter - The filter to use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||