| Package | Description |
|---|---|
| org.maxxq.maven.dependency |
| Modifier and Type | Method and Description |
|---|---|
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(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... 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(InputStream pomStream)
Calculate and return the dependencies of the maven project for which the inputstream of the pom file is given.
|
GAV |
IDependencyResolver.store(InputStream inputStream)
Read the maven model from the given input stream and store it
|
GAV |
IDependencyResolver.store(InputStream inputStream)
Read the maven model from the given input stream and store it
|
GAV |
IDependencyResolver.store(org.apache.maven.model.Model model)
Store a single maven model
|
GAV |
IDependencyResolver.store(org.apache.maven.model.Model model)
Store a single maven model
|
default List<GAV> |
IDependencyResolver.storeMultiModule(InputStream inputStream)
Store the given maven model input stream for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
default List<GAV> |
IDependencyResolver.storeMultiModule(InputStream inputStream)
Store the given maven model input stream for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
List<GAV> |
IDependencyResolver.storeMultiModule(InputStream inputStream,
String relativePathOfGivenPomStream)
Store the given maven model input stream for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
List<GAV> |
IDependencyResolver.storeMultiModule(InputStream inputStream,
String relativePathOfGivenPomStream)
Store the given maven model input stream for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
default List<GAV> |
IDependencyResolver.storeMultiModule(org.apache.maven.model.Model model)
Store the given maven model for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
default List<GAV> |
IDependencyResolver.storeMultiModule(org.apache.maven.model.Model model)
Store the given maven model for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
List<GAV> |
IDependencyResolver.storeMultiModule(org.apache.maven.model.Model model,
String relativePathOfGivenPomModel)
Store the given maven model input stream for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
List<GAV> |
IDependencyResolver.storeMultiModule(org.apache.maven.model.Model model,
String relativePathOfGivenPomModel)
Store the given maven model input stream for later processing, inspect whether the maven project is a multi module project If
so follow the modules and also store all child modules.
|
Copyright © 2022. All rights reserved.