public class DependencyScanner extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
excludes |
protected List<String> |
includes |
protected List<String> |
specificTests |
Constructor and Description |
---|
DependencyScanner(List<File> dependenciesToScan,
List<String> includes,
List<String> excludes,
List<String> specificTests) |
Modifier and Type | Method and Description |
---|---|
static List<File> |
filter(List<org.apache.maven.artifact.Artifact> artifacts,
List<String> groupArtifactIds) |
DefaultScanResult |
scan() |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.