All Classes and Interfaces

Class
Description
This is the common base class of ClassifierFilter and TypeFilter
Abstract AbstractArtifactsFilter class.
Abstract filter for custom implementations
Filter to include or exclude artifacts from a list of patterns.
A filter that combines zero or more other filters using a logical AND.
ArtifactFilterException class.
Filter on ArtifactId name
Makes it possible to use the TransformableFilters for Aether and as classic Maven ArtifactFilter.
ArtifactsFilter interface.
This filter will exclude everything that is not a dependency of the selected artifact.
ClassifierFilter class.
FilterTransformer implementation for Eclipse Aether.
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
FilterArtifacts class.
Provide a mechanism to transform a Filter to a tool specific equivalent using the visitor pattern.
Filter on GroupId Name.
Represents a node of a dependency graph
A filter that combines zero or more other filters using a logical OR.
TODO: include in maven-artifact in future
A simple filter to exclude artifacts from a list of patterns.
TODO: include in maven-artifact in future
A simple filter to include artifacts from a list of patterns.
ProjectTransitivityFilter class.
ArtifactFilter implementation that selects artifacts based on their scopes.
ScopeFilter class.
Filter based on scope.
StatisticsReportingArtifactFilter interface.
Filter to exclude artifacts from a list of patterns.
Filter to include artifacts from a list of patterns.
The element interface of the visitor pattern for transforming filters.
TypeFilter class.
Utilities.