Package | Description |
---|---|
org.apache.maven.shared.artifact.filter.collection |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactFeatureFilter
This is the common base class of ClassifierFilter and TypeFilter
|
class |
AbstractArtifactsFilter |
class |
ArtifactIdFilter
Filter on ArtifactId name
|
class |
ArtifactTransitivityFilter
This filter will exclude everything that is not a dependency of the selected artifact.
|
class |
ClassifierFilter |
class |
GroupIdFilter
Filter on GroupId Name.
|
class |
ProjectTransitivityFilter |
class |
ScopeFilter |
class |
TypeFilter |
Modifier and Type | Method and Description |
---|---|
void |
FilterArtifacts.addFilter(ArtifactsFilter filter)
Appends the specified element to the end of this list.
|
void |
FilterArtifacts.addFilter(int index,
ArtifactsFilter filter)
Inserts the specified element at the specified position in this list.
|
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.