| Package | Description |
|---|---|
| org.maxxq.maven.dependency |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(boolean excludeCorrespondingGavs,
InputStream... pomStreams)
Calculate and return the dependencies of the maven artifacts loaded from the given InputStreams if excludeCorrespondingGavs
is true then the returned dependencies will not include the resolved GAV's from the inputstreams.
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(Collection<GAV> gavs)
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(GAV... gavs)
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(GAV gav)
Calculate and return the dependencies of the maven artifact with the given GAV (GroupId, ArtifactId, Version).
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(InputStream... pomStreams)
Calculate and return the dependencies of the maven projects for which the inputstreams of the pom files are given.
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(InputStream pomStream)
Calculate and return the dependencies of the maven project for which the inputstream of the pom file is given.
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(Stream<GAV> gavs)
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
|
Set<org.apache.maven.model.Dependency> |
IDependencyResolver.getDependencies(Stream<GAV> gavs,
Collection<GAV> gavsToExclude)
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
|
Copyright © 2023. All rights reserved.