All Classes and Interfaces
Class
Description
This is the common base class of ClassifierFilter and TypeFilter
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
.Filter on ArtifactId name
Makes it possible to use the TransformableFilters for Aether and as classic Maven ArtifactFilter.
This filter will exclude everything that is not a dependency of the selected artifact.
FilterTransformer implementation for Eclipses Aether
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
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.
ArtifactFilter
implementation that selects artifacts based on their scopes.Filter based on scope.
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.