| Package | Description |
|---|---|
| org.maxxq.maven.configuration | |
| org.maxxq.maven.dependency | |
| org.maxxq.maven.repository |
| Modifier and Type | Method and Description |
|---|---|
GAV |
ResolveBuildConfiguration.store(InputStream inputStream) |
GAV |
IConfigurationResolver.store(InputStream inputStream) |
GAV |
ResolveBuildConfiguration.store(org.apache.maven.model.Model model) |
GAV |
IConfigurationResolver.store(org.apache.maven.model.Model model) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static GAV |
GAV.fromDependency(org.apache.maven.model.Dependency dependency) |
static GAV |
GAV.fromModel(org.apache.maven.model.Model model) |
static GAV |
GAV.fromParent(org.apache.maven.model.Parent parent) |
GAV |
IDependencyResolver.store(InputStream inputStream)
Read the maven model from the given input stream and store it
|
GAV |
ResolveDependencies.store(InputStream inputStream) |
GAV |
IDependencyResolver.store(org.apache.maven.model.Model model)
Store a single maven model
|
GAV |
ResolveDependencies.store(org.apache.maven.model.Model model) |
| Modifier and Type | Method and Description |
|---|---|
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> |
ResolveDependencies.storeMultiModule(InputStream inputStream,
String relativePathOfGivenPomStream) |
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> |
ResolveDependencies.storeMultiModule(org.apache.maven.model.Model model,
String relativePathOfGivenPomModel) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
ResolveRange.apply(GAV gav) |
String |
GetMavenRepoURL.apply(GAV dependency) |
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> |
ResolveDependencies.getDependencies(GAV... gavs) |
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> |
ResolveDependencies.getDependencies(GAV gav) |
| Modifier and Type | Method and Description |
|---|---|
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> |
ResolveDependencies.getDependencies(Collection<GAV> gavs) |
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> |
ResolveDependencies.getDependencies(Stream<GAV> gavs) |
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).
|
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).
|
Set<org.apache.maven.model.Dependency> |
ResolveDependencies.getDependencies(Stream<GAV> gavs,
Collection<GAV> gavsToExclude) |
Set<org.apache.maven.model.Dependency> |
ResolveDependencies.getDependencies(Stream<GAV> gavs,
Collection<GAV> gavsToExclude) |
| Modifier and Type | Method and Description |
|---|---|
GAV |
FileCachingRepository.store(org.apache.maven.model.Model model) |
GAV |
IRepository.store(org.apache.maven.model.Model model) |
GAV |
LocalInMemoryRepository.store(org.apache.maven.model.Model model) |
GAV |
InMemoryCachingRepository.store(org.apache.maven.model.Model model) |
GAV |
VirtualRepository.store(org.apache.maven.model.Model model) |
GAV |
LocalFileRepository.store(org.apache.maven.model.Model model) |
GAV |
RemoteRepository.store(org.apache.maven.model.Model model) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.maven.model.Model> |
FileCachingRepository.readPom(GAV gav) |
Optional<org.apache.maven.model.Model> |
IRepository.readPom(GAV gav) |
Optional<org.apache.maven.model.Model> |
LocalInMemoryRepository.readPom(GAV gav) |
Optional<org.apache.maven.model.Model> |
InMemoryCachingRepository.readPom(GAV gav) |
Optional<org.apache.maven.model.Model> |
VirtualRepository.readPom(GAV gav) |
Optional<org.apache.maven.model.Model> |
LocalFileRepository.readPom(GAV gav) |
Optional<org.apache.maven.model.Model> |
RemoteRepository.readPom(GAV gav) |
Copyright © 2023. All rights reserved.