Uses of Class
org.maxxq.maven.dependency.GAV
Packages that use GAV
Package
Description
-
Uses of GAV in org.maxxq.maven.configuration
Methods in org.maxxq.maven.configuration that return GAVModifier and TypeMethodDescriptionIConfigurationResolver.store(InputStream inputStream) IConfigurationResolver.store(org.apache.maven.model.Model model) ResolveBuildConfiguration.store(InputStream inputStream) ResolveBuildConfiguration.store(org.apache.maven.model.Model model) Methods in org.maxxq.maven.configuration with parameters of type GAVModifier and TypeMethodDescriptionOptional<org.apache.maven.model.Model>IConfigurationResolver.resolveBuildConfiguration(GAV projectIdentifier) Optional<org.apache.maven.model.Model>ResolveBuildConfiguration.resolveBuildConfiguration(GAV projectIdentifier) -
Uses of GAV in org.maxxq.maven.dependency
Methods in org.maxxq.maven.dependency that return GAVModifier and TypeMethodDescriptionstatic GAVGAV.fromDependency(org.apache.maven.model.Dependency dependency) static GAVGAV.fromModel(org.apache.maven.model.Model model) static GAVGAV.fromParent(org.apache.maven.model.Parent parent) IDependencyResolver.store(InputStream inputStream) Read the maven model from the given input stream and store itIDependencyResolver.store(org.apache.maven.model.Model model) Store a single maven modelResolveDependencies.store(InputStream inputStream) ResolveDependencies.store(org.apache.maven.model.Model model) Methods in org.maxxq.maven.dependency that return types with arguments of type GAVModifier and TypeMethodDescriptionIDependencyResolver.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.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.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.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.ResolveDependencies.storeMultiModule(InputStream inputStream, String relativePathOfGivenPomStream) ResolveDependencies.storeMultiModule(org.apache.maven.model.Model model, String relativePathOfGivenPomModel) Methods in org.maxxq.maven.dependency with parameters of type GAVModifier and TypeMethodDescriptionSet<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... 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 gav) Set<org.apache.maven.model.Dependency>ResolveDependencies.getDependencies(GAV... gavs) Method parameters in org.maxxq.maven.dependency with type arguments of type GAVModifier and TypeMethodDescriptionSet<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(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).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(Collection<GAV> gavs) Set<org.apache.maven.model.Dependency>ResolveDependencies.getDependencies(Stream<GAV> gavs) 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) -
Uses of GAV in org.maxxq.maven.repository
Methods in org.maxxq.maven.repository that return GAVModifier and TypeMethodDescriptionFileCachingRepository.store(org.apache.maven.model.Model model) InMemoryCachingRepository.store(org.apache.maven.model.Model model) IRepository.store(org.apache.maven.model.Model model) LocalFileRepository.store(org.apache.maven.model.Model model) LocalInMemoryRepository.store(org.apache.maven.model.Model model) RemoteRepository.store(org.apache.maven.model.Model model) VirtualRepository.store(org.apache.maven.model.Model model) Methods in org.maxxq.maven.repository with parameters of type GAVModifier and TypeMethodDescriptionOptional<org.apache.maven.model.Model>Optional<org.apache.maven.model.Model>Optional<org.apache.maven.model.Model>Optional<org.apache.maven.model.Model>Optional<org.apache.maven.model.Model>Optional<org.apache.maven.model.Model>Optional<org.apache.maven.model.Model>