Uses of Class
org.maxxq.maven.repository.RepositoryException
Packages that use RepositoryException
-
Uses of RepositoryException in org.maxxq.maven.configuration
Methods in org.maxxq.maven.configuration that throw RepositoryExceptionModifier and TypeMethodDescriptionorg.apache.maven.model.ModelIConfigurationResolver.resolveBuildConfiguration(InputStream inputStream) org.apache.maven.model.ModelIConfigurationResolver.resolveBuildConfiguration(org.apache.maven.model.Model model) Optional<org.apache.maven.model.Model> IConfigurationResolver.resolveBuildConfiguration(GAV projectIdentifier) org.apache.maven.model.ModelResolveBuildConfiguration.resolveBuildConfiguration(InputStream inputStream) org.apache.maven.model.ModelResolveBuildConfiguration.resolveBuildConfiguration(org.apache.maven.model.Model model) Optional<org.apache.maven.model.Model> ResolveBuildConfiguration.resolveBuildConfiguration(GAV projectIdentifier) -
Uses of RepositoryException in org.maxxq.maven.dependency
Methods in org.maxxq.maven.dependency that throw RepositoryExceptionModifier and TypeMethodDescriptionSet<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... 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(GAV gav) Calculate and return the dependencies of the maven artifact with the given GAV (GroupId, ArtifactId, Version).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 modelIDependencyResolver.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.