Package | Description |
---|---|
org.apache.maven.shared.artifact.filter.collection |
Modifier and Type | Class | 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 | Description |
---|---|---|
java.util.List<ArtifactsFilter> |
FilterArtifacts.getFilters() |
Modifier and Type | Method | Description |
---|---|---|
void |
FilterArtifacts.addFilter(int index,
ArtifactsFilter filter) |
Inserts the specified element at the specified position in this list.
|
void |
FilterArtifacts.addFilter(ArtifactsFilter filter) |
Appends the specified element to the end of this list.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FilterArtifacts.setFilters(java.util.List<ArtifactsFilter> filters) |
Copyright © 2018. All rights reserved.