| Package | Description |
|---|---|
| org.apache.maven.shared.artifact.filter.resolve | |
| org.apache.maven.shared.artifact.filter.resolve.transform |
| Class and Description |
|---|
| AbstractFilter
Abstract filter for custom implementations
|
| AndFilter
A filter that combines zero or more other filters using a logical
AND. |
| ExclusionsFilter
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
|
| FilterTransformer
Provide a mechanism to transform a Filter to a tool specific equivalent using the visitor pattern.
|
| Node
Represents a node of a dependency graph
|
| OrFilter
A filter that combines zero or more other filters using a logical
OR. |
| PatternExclusionsFilter
A simple filter to exclude artifacts from a list of patterns.
|
| PatternInclusionsFilter
A simple filter to include artifacts from a list of patterns.
|
| ScopeFilter
Filter based on scope.
|
| TransformableFilter
The element interface of the visitor pattern for transforming filters.
|
| Class and Description |
|---|
| AbstractFilter
Abstract filter for custom implementations
|
| AndFilter
A filter that combines zero or more other filters using a logical
AND. |
| ExclusionsFilter
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
|
| FilterTransformer
Provide a mechanism to transform a Filter to a tool specific equivalent using the visitor pattern.
|
| Node
Represents a node of a dependency graph
|
| OrFilter
A filter that combines zero or more other filters using a logical
OR. |
| PatternExclusionsFilter
A simple filter to exclude artifacts from a list of patterns.
|
| PatternInclusionsFilter
A simple filter to include artifacts from a list of patterns.
|
| ScopeFilter
Filter based on scope.
|