| Package | Description |
|---|---|
| org.maxxq.maven.configuration | |
| org.maxxq.maven.dependency |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.maven.model.Model> |
ResolveBuildConfiguration.resolveBuildConfiguration(GAV projectIdentifier) |
Optional<org.apache.maven.model.Model> |
IConfigurationResolver.resolveBuildConfiguration(GAV projectIdentifier) |
org.apache.maven.model.Model |
ResolveBuildConfiguration.resolveBuildConfiguration(InputStream inputStream) |
org.apache.maven.model.Model |
IConfigurationResolver.resolveBuildConfiguration(InputStream inputStream) |
org.apache.maven.model.Model |
ResolveBuildConfiguration.resolveBuildConfiguration(org.apache.maven.model.Model model) |
org.apache.maven.model.Model |
IConfigurationResolver.resolveBuildConfiguration(org.apache.maven.model.Model model) |
| 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(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.
|
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
|
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.
|
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.
|
Copyright © 2023. All rights reserved.