Skip navigation links
A C D E F G H I L M O P R S T V W 

A

addHeader(String, String) - Method in class org.maxxq.maven.repository.DefaultRemoteRepositoryRequestBuilder
 
addRepository(IRepository) - Method in class org.maxxq.maven.repository.VirtualRepository
 
apply(GAV) - Method in class org.maxxq.maven.dependency.GetMavenRepoURL
 
apply(String, String) - Method in class org.maxxq.maven.dependency.GetVersionsURL
 
apply(GAV) - Method in class org.maxxq.maven.dependency.ResolveRange
 
apply(String) - Method in class org.maxxq.maven.repository.DefaultRemoteRepositoryRequestBuilder
 

C

call(String) - Method in interface org.maxxq.maven.repository.IRemoteRepositoryAdapter
 
call(String) - Method in class org.maxxq.maven.repository.RemoteRepositoryAdapter
 
ComparableDependency - Class in org.maxxq.maven.dependency
 
ComparableDependency(Dependency) - Constructor for class org.maxxq.maven.dependency.ComparableDependency
 

D

DefaultRemoteRepositoryRequestBuilder - Class in org.maxxq.maven.repository
 
DefaultRemoteRepositoryRequestBuilder() - Constructor for class org.maxxq.maven.repository.DefaultRemoteRepositoryRequestBuilder
 
DepencyResolvingException - Exception in org.maxxq.maven.dependency
 
DepencyResolvingException(String, Throwable) - Constructor for exception org.maxxq.maven.dependency.DepencyResolvingException
 
DepencyResolvingException(String) - Constructor for exception org.maxxq.maven.dependency.DepencyResolvingException
 

E

equals(Object) - Method in class org.maxxq.maven.dependency.ComparableDependency
 
equals(Object) - Method in class org.maxxq.maven.dependency.GAV
 

F

FileCachingRepository - Class in org.maxxq.maven.repository
 
FileCachingRepository(Path, IRepository) - Constructor for class org.maxxq.maven.repository.FileCachingRepository
 
fromDependency(Dependency) - Static method in class org.maxxq.maven.dependency.GAV
 
fromModel(Model) - Static method in class org.maxxq.maven.dependency.GAV
 
fromParent(Parent) - Static method in class org.maxxq.maven.dependency.GAV
 

G

GAV - Class in org.maxxq.maven.dependency
 
GAV(String, String, String) - Constructor for class org.maxxq.maven.dependency.GAV
 
get() - Method in class org.maxxq.maven.dependency.ResolveDependenciesWorker
 
getArtifactId() - Method in class org.maxxq.maven.dependency.GAV
 
getDependencies(GAV) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven artifact with the given GAV (GroupId, ArtifactId, Version).
getDependencies(InputStream...) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven projects for which the inputstreams of the pom files are given.
getDependencies(InputStream) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven project for which the inputstream of the pom file is given.
getDependencies(GAV...) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
getDependencies(Collection<GAV>) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
getDependencies(Stream<GAV>) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
getDependencies(boolean, InputStream...) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
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.
getDependencies(Stream<GAV>, Collection<GAV>) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Calculate and return the dependencies of the maven artifacts with the given GAV's (GroupId, ArtifactId, Version).
getDependencies(InputStream...) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(boolean, InputStream...) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(InputStream) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(Collection<GAV>) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(Stream<GAV>) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(Stream<GAV>, Collection<GAV>) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(GAV...) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependencies(GAV) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getDependency() - Method in class org.maxxq.maven.dependency.ComparableDependency
 
getGav() - Method in class org.maxxq.maven.dependency.ComparableDependency
 
getGroupId() - Method in class org.maxxq.maven.dependency.GAV
 
getManagedDependencies(Dependency) - Method in class org.maxxq.maven.dependency.ResolveDependenciesWorker
 
GetMavenRepoURL - Class in org.maxxq.maven.dependency
 
GetMavenRepoURL(String) - Constructor for class org.maxxq.maven.dependency.GetMavenRepoURL
 
getMetaData(String, String) - Method in class org.maxxq.maven.repository.FileCachingRepository
 
getMetaData(String, String) - Method in class org.maxxq.maven.repository.InMemoryCachingRepository
 
getMetaData(String, String) - Method in interface org.maxxq.maven.repository.IRepository
 
getMetaData(String, String) - Method in class org.maxxq.maven.repository.LocalFileRepository
 
getMetaData(String, String) - Method in class org.maxxq.maven.repository.LocalInMemoryRepository
 
getMetaData(String, String) - Method in class org.maxxq.maven.repository.RemoteRepository
 
getMetaData(String, String) - Method in class org.maxxq.maven.repository.VirtualRepository
 
getMetaDataFromString(String) - Method in interface org.maxxq.maven.dependency.IModelIO
 
getMetaDataFromString(InputStream) - Method in interface org.maxxq.maven.dependency.IModelIO
 
getMetaDataFromString(String) - Method in class org.maxxq.maven.dependency.ModelIO
 
getMetaDataFromString(InputStream) - Method in class org.maxxq.maven.dependency.ModelIO
 
getModelFromInputStream(InputStream) - Method in interface org.maxxq.maven.dependency.IModelIO
 
getModelFromInputStream(InputStream) - Method in class org.maxxq.maven.dependency.ModelIO
 
getModelFromResource(String) - Method in interface org.maxxq.maven.dependency.IModelIO
 
getModelFromResource(String) - Method in class org.maxxq.maven.dependency.ModelIO
 
getModelFromString(String) - Method in interface org.maxxq.maven.dependency.IModelIO
 
getModelFromString(String) - Method in class org.maxxq.maven.dependency.ModelIO
 
getPomStreamProvider() - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
getVersion() - Method in class org.maxxq.maven.dependency.GAV
 
GetVersionsURL - Class in org.maxxq.maven.dependency
 
GetVersionsURL(String) - Constructor for class org.maxxq.maven.dependency.GetVersionsURL
 

H

hashCode() - Method in class org.maxxq.maven.dependency.ComparableDependency
 
hashCode() - Method in class org.maxxq.maven.dependency.GAV
 

I

IConfigurationResolver - Interface in org.maxxq.maven.configuration
 
IDependencyResolver - Interface in org.maxxq.maven.dependency
 
IModelIO - Interface in org.maxxq.maven.dependency
 
InMemoryCachingRepository - Class in org.maxxq.maven.repository
 
InMemoryCachingRepository(IRepository) - Constructor for class org.maxxq.maven.repository.InMemoryCachingRepository
 
IPomStreamProvider - Interface in org.maxxq.maven.dependency
 
IPOMUtils - Interface in org.maxxq.maven.dependency
 
IRemoteRepositoryAdapter - Interface in org.maxxq.maven.repository
 
IRemoteRepositoryRequestBuilder - Interface in org.maxxq.maven.repository
 
IRepository - Interface in org.maxxq.maven.repository
 
isIgnoreIconsistencies() - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
isPropertyValue(String) - Method in interface org.maxxq.maven.dependency.IPOMUtils
 
isPropertyValue(String) - Method in class org.maxxq.maven.dependency.POMUtils
 
isRange(String) - Static method in class org.maxxq.maven.dependency.ResolveRange
 
isWritable() - Method in class org.maxxq.maven.repository.FileCachingRepository
 
isWritable() - Method in class org.maxxq.maven.repository.InMemoryCachingRepository
 
isWritable() - Method in interface org.maxxq.maven.repository.IRepository
 
isWritable() - Method in class org.maxxq.maven.repository.LocalFileRepository
 
isWritable() - Method in class org.maxxq.maven.repository.LocalInMemoryRepository
 
isWritable() - Method in class org.maxxq.maven.repository.RemoteRepository
 
isWritable() - Method in class org.maxxq.maven.repository.VirtualRepository
 

L

loadPomFromRelativeLocation(String) - Method in interface org.maxxq.maven.dependency.IPomStreamProvider
 
LocalFileRepository - Class in org.maxxq.maven.repository
 
LocalFileRepository(Path) - Constructor for class org.maxxq.maven.repository.LocalFileRepository
 
LocalInMemoryRepository - Class in org.maxxq.maven.repository
 
LocalInMemoryRepository() - Constructor for class org.maxxq.maven.repository.LocalInMemoryRepository
 

M

MAVEN_CENTRAL - Static variable in class org.maxxq.maven.repository.RemoteRepository
 
ModelIO - Class in org.maxxq.maven.dependency
 
ModelIO() - Constructor for class org.maxxq.maven.dependency.ModelIO
 

O

org.maxxq.maven.configuration - package org.maxxq.maven.configuration
 
org.maxxq.maven.dependency - package org.maxxq.maven.dependency
 
org.maxxq.maven.repository - package org.maxxq.maven.repository
 

P

POMUtils - Class in org.maxxq.maven.dependency
 
POMUtils() - Constructor for class org.maxxq.maven.dependency.POMUtils
 

R

readPom(GAV) - Method in class org.maxxq.maven.repository.FileCachingRepository
 
readPom(GAV) - Method in class org.maxxq.maven.repository.InMemoryCachingRepository
 
readPom(GAV) - Method in interface org.maxxq.maven.repository.IRepository
 
readPom(GAV) - Method in class org.maxxq.maven.repository.LocalFileRepository
 
readPom(GAV) - Method in class org.maxxq.maven.repository.LocalInMemoryRepository
 
readPom(GAV) - Method in class org.maxxq.maven.repository.RemoteRepository
 
readPom(GAV) - Method in class org.maxxq.maven.repository.VirtualRepository
 
RemoteRepository - Class in org.maxxq.maven.repository
 
RemoteRepository() - Constructor for class org.maxxq.maven.repository.RemoteRepository
 
RemoteRepository(String) - Constructor for class org.maxxq.maven.repository.RemoteRepository
 
RemoteRepository(String, IRemoteRepositoryRequestBuilder) - Constructor for class org.maxxq.maven.repository.RemoteRepository
 
RemoteRepositoryAdapter - Class in org.maxxq.maven.repository
 
RemoteRepositoryAdapter(IRemoteRepositoryRequestBuilder) - Constructor for class org.maxxq.maven.repository.RemoteRepositoryAdapter
 
RepositoryException - Exception in org.maxxq.maven.repository
 
RepositoryException(String, Throwable) - Constructor for exception org.maxxq.maven.repository.RepositoryException
 
RepositoryException(String) - Constructor for exception org.maxxq.maven.repository.RepositoryException
 
resolveBuildConfiguration(Model) - Method in interface org.maxxq.maven.configuration.IConfigurationResolver
 
resolveBuildConfiguration(InputStream) - Method in interface org.maxxq.maven.configuration.IConfigurationResolver
 
resolveBuildConfiguration(GAV) - Method in interface org.maxxq.maven.configuration.IConfigurationResolver
 
ResolveBuildConfiguration - Class in org.maxxq.maven.configuration
 
ResolveBuildConfiguration(IRepository) - Constructor for class org.maxxq.maven.configuration.ResolveBuildConfiguration
 
resolveBuildConfiguration(GAV) - Method in class org.maxxq.maven.configuration.ResolveBuildConfiguration
 
resolveBuildConfiguration(InputStream) - Method in class org.maxxq.maven.configuration.ResolveBuildConfiguration
 
resolveBuildConfiguration(Model) - Method in class org.maxxq.maven.configuration.ResolveBuildConfiguration
 
ResolveBuildConfigurationWorker - Class in org.maxxq.maven.configuration
 
ResolveBuildConfigurationWorker(Model, IRepository) - Constructor for class org.maxxq.maven.configuration.ResolveBuildConfigurationWorker
 
ResolveDependencies - Class in org.maxxq.maven.dependency
 
ResolveDependencies(IRepository) - Constructor for class org.maxxq.maven.dependency.ResolveDependencies
 
ResolveDependenciesWorker - Class in org.maxxq.maven.dependency
 
ResolveDependenciesWorker(Model, IRepository, boolean) - Constructor for class org.maxxq.maven.dependency.ResolveDependenciesWorker
 
resolveProperty(String, Model) - Method in interface org.maxxq.maven.dependency.IPOMUtils
 
resolveProperty(String, Model) - Method in class org.maxxq.maven.dependency.POMUtils
 
ResolveRange - Class in org.maxxq.maven.dependency
 
ResolveRange(IRepository) - Constructor for class org.maxxq.maven.dependency.ResolveRange
 
run() - Method in class org.maxxq.maven.configuration.ResolveBuildConfigurationWorker
 

S

setIgnoreIconsistencies(boolean) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
setPomStreamProvider(IPomStreamProvider) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
store(Model) - Method in interface org.maxxq.maven.configuration.IConfigurationResolver
 
store(InputStream) - Method in interface org.maxxq.maven.configuration.IConfigurationResolver
 
store(Model) - Method in class org.maxxq.maven.configuration.ResolveBuildConfiguration
 
store(InputStream) - Method in class org.maxxq.maven.configuration.ResolveBuildConfiguration
 
store(Model) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Store a single maven model
store(InputStream) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
Read the maven model from the given input stream and store it
store(Model) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
store(InputStream) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
store(Model) - Method in class org.maxxq.maven.repository.FileCachingRepository
 
store(Model) - Method in class org.maxxq.maven.repository.InMemoryCachingRepository
 
store(Model) - Method in interface org.maxxq.maven.repository.IRepository
 
store(Model) - Method in class org.maxxq.maven.repository.LocalFileRepository
 
store(Model) - Method in class org.maxxq.maven.repository.LocalInMemoryRepository
 
store(Model) - Method in class org.maxxq.maven.repository.RemoteRepository
 
store(Model) - Method in class org.maxxq.maven.repository.VirtualRepository
 
storeMultiModule(InputStream, String) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
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.
storeMultiModule(InputStream) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
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.
storeMultiModule(Model, String) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
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.
storeMultiModule(Model) - Method in interface org.maxxq.maven.dependency.IDependencyResolver
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.
storeMultiModule(InputStream, String) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 
storeMultiModule(Model, String) - Method in class org.maxxq.maven.dependency.ResolveDependencies
 

T

toString() - Method in class org.maxxq.maven.dependency.GAV
 

V

VirtualRepository - Class in org.maxxq.maven.repository
 
VirtualRepository() - Constructor for class org.maxxq.maven.repository.VirtualRepository
 

W

writeMetadataToStream(Metadata, OutputStream) - Method in interface org.maxxq.maven.dependency.IModelIO
 
writeMetadataToStream(Metadata, OutputStream) - Method in class org.maxxq.maven.dependency.ModelIO
 
writeModelToStream(Model, OutputStream) - Method in interface org.maxxq.maven.dependency.IModelIO
 
writeModelToStream(Model, OutputStream) - Method in class org.maxxq.maven.dependency.ModelIO
 
writeModelToString(Model) - Method in interface org.maxxq.maven.dependency.IModelIO
 
writeModelToString(Model) - Method in class org.maxxq.maven.dependency.ModelIO
 
A C D E F G H I L M O P R S T V W 
Skip navigation links

Copyright © 2023. All rights reserved.