Java org.apache.maven.artifact.resolver.filter CumulativeScopeArtifactFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.artifact.resolver.filter CumulativeScopeArtifactFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.artifact.resolver.filter CumulativeScopeArtifactFilter.

The text is from its open source code.

Constructor

CumulativeScopeArtifactFilter(Collection scopes)
Create a new filter with the specified scopes and their implied scopes enabled.
CumulativeScopeArtifactFilter(CumulativeScopeArtifactFilter... filters)
Creates a new filter that combines the specified filters.