Class DependencyFilter
java.lang.Object
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.apache.dubbo.maven.plugin.aot.DependencyFilter
- All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
- Direct Known Subclasses:
ExcludeFilter,IncludeFilter
public abstract class DependencyFilter
extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
Base class for
ArtifactsFilter based on a FilterableDependency list.- Author:
- Stephane Nicoll, David Turanski
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyFilter(List<? extends org.apache.dubbo.maven.plugin.aot.FilterableDependency> dependencies) Create a new instance with the list ofFilterableDependencyinstance(s) to use. -
Method Summary
Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
isArtifactIncluded
-
Constructor Details
-
DependencyFilter
public DependencyFilter(List<? extends org.apache.dubbo.maven.plugin.aot.FilterableDependency> dependencies) Create a new instance with the list ofFilterableDependencyinstance(s) to use.- Parameters:
dependencies- the source dependencies
-
-
Method Details