Modifier and Type | Method and Description |
---|---|
static Map<String,Set<Dependency>> |
DependencyParser.parseDependencyCopyOutput(Path buildOutput)
Parses the output of a Maven build where
dependency:copy was used, and returns a set
of copied dependencies for each module. |
Modifier and Type | Method and Description |
---|---|
Collection<Dependency> |
NoticeContents.getDeclaredDependencies() |
Constructor and Description |
---|
NoticeContents(String noticeModuleName,
Collection<Dependency> declaredDependencies) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<Dependency>> |
ShadeParser.parseShadeOutput(Path buildOutput)
Parses the output of a Maven build where
shade:shade was used, and returns a set of
bundled dependencies for each module. |
Modifier and Type | Method and Description |
---|---|
static Dependency |
Dependency.create(String groupId,
String artifactId,
String version,
String classifier) |
static Dependency |
Dependency.create(String groupId,
String artifactId,
String version,
String classifier,
String scope,
boolean isOptional) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<Dependency> |
DependencyTree.flatten() |
List<Dependency> |
DependencyTree.getPathTo(Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
void |
DependencyTree.addDirectDependency(Dependency dependency) |
void |
DependencyTree.addTransitiveDependencyTo(Dependency transitiveDependency,
Dependency parent) |
List<Dependency> |
DependencyTree.getPathTo(Dependency dependency) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.