Uses of Class
io.quarkus.bootstrap.resolver.maven.BootstrapMavenException
Packages that use BootstrapMavenException
Package
Description
-
Uses of BootstrapMavenException in io.quarkus.bootstrap
Subclasses of BootstrapMavenException in io.quarkus.bootstrap -
Uses of BootstrapMavenException in io.quarkus.bootstrap.resolver.maven
Methods in io.quarkus.bootstrap.resolver.maven that throw BootstrapMavenExceptionModifier and TypeMethodDescriptionMavenArtifactResolver.Builder.build()org.eclipse.aether.collection.CollectResultMavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> deps) org.eclipse.aether.collection.CollectResultMavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> deps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos) org.eclipse.aether.collection.CollectResultMavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> deps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos, Collection<org.eclipse.aether.graph.Exclusion> exclusions) org.eclipse.aether.collection.CollectResultMavenArtifactResolver.collectManagedDependencies(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> directDeps, List<org.eclipse.aether.graph.Dependency> managedDeps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos, Collection<org.eclipse.aether.graph.Exclusion> exclusions, String... excludedScopes) List<org.apache.maven.model.Profile> BootstrapMavenContext.getActiveSettingsProfiles()io.quarkus.maven.dependency.ArtifactCoordsBootstrapMavenContext.getCurrentProjectArtifact(String extension) org.apache.maven.settings.SettingsBootstrapMavenContext.getEffectiveSettings()MavenArtifactResolver.getLatestVersionFromRange(org.eclipse.aether.artifact.Artifact artifact, String range) BootstrapMavenContext.getLocalRepo()List<org.eclipse.aether.repository.RemoteRepository> BootstrapMavenContext.getRemotePluginRepositories()List<org.eclipse.aether.repository.RemoteRepository> BootstrapMavenContext.getRemoteRepositories()org.eclipse.aether.RepositorySystemBootstrapMavenContext.getRepositorySystem()org.eclipse.aether.RepositorySystemSessionBootstrapMavenContext.getRepositorySystemSession()voidMavenArtifactResolver.install(org.eclipse.aether.artifact.Artifact artifact) booleanBootstrapMavenContext.isOffline()org.eclipse.aether.collection.CollectRequestMavenArtifactResolver.newCollectManagedRequest(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> directDeps, List<org.eclipse.aether.graph.Dependency> managedDeps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos, Collection<org.eclipse.aether.graph.Exclusion> exclusions, Set<String> excludedScopes) static BootstrapModelResolverBootstrapModelResolver.newInstance(BootstrapMavenContext ctx, org.eclipse.aether.repository.WorkspaceReader workspace) List<org.eclipse.aether.resolution.ArtifactResult> org.eclipse.aether.resolution.ArtifactResultMavenArtifactResolver.resolve(org.eclipse.aether.artifact.Artifact artifact) org.eclipse.aether.resolution.ArtifactResultMavenArtifactResolver.resolve(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.repository.RemoteRepository> mainRepos) org.eclipse.aether.resolution.DependencyResultMavenArtifactResolver.resolveDependencies(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> deps) org.eclipse.aether.resolution.DependencyResultMavenArtifactResolver.resolveDependencies(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> deps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos) org.eclipse.aether.resolution.ArtifactDescriptorResultMavenArtifactResolver.resolveDescriptor(org.eclipse.aether.artifact.Artifact artifact) org.eclipse.aether.resolution.ArtifactDescriptorResultMavenArtifactResolver.resolveDescriptor(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.repository.RemoteRepository> mainRepos) org.eclipse.aether.resolution.DependencyResultMavenArtifactResolver.resolvePluginDependencies(org.eclipse.aether.artifact.Artifact pluginArtifact) org.eclipse.aether.resolution.VersionRangeResultMavenArtifactResolver.resolveVersionRange(org.eclipse.aether.artifact.Artifact artifact) org.eclipse.aether.resolution.DependencyResultMavenArtifactResolver.toDependencyTree(List<org.eclipse.aether.graph.Dependency> deps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos) Turns the list of dependencies into a simple dependency treevoidBuildDependencyGraphVisitor.visit(org.eclipse.aether.graph.DependencyNode node) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.quarkus.bootstrap.resolver.maven that throw BootstrapMavenExceptionModifierConstructorDescriptionBootstrapMavenContext(BootstrapMavenContextConfig<?> config) MavenArtifactResolver(BootstrapMavenContext mvnSettings) -
Uses of BootstrapMavenException in io.quarkus.bootstrap.resolver.maven.workspace
Methods in io.quarkus.bootstrap.resolver.maven.workspace that throw BootstrapMavenExceptionModifier and TypeMethodDescriptionstatic LocalProjectstatic LocalProjectstatic LocalProjectLocalProject.loadWorkspace(BootstrapMavenContext ctx) Loads the workspace the current project belongs to.static LocalProjectLocalProject.loadWorkspace(BootstrapMavenContext ctx, List<WorkspaceModulePom> providedModules) static LocalProjectLocalProject.loadWorkspace(Path path) static LocalProjectLocalProject.loadWorkspace(Path path, boolean required) -
Uses of BootstrapMavenException in io.quarkus.bootstrap.util
Methods in io.quarkus.bootstrap.util that throw BootstrapMavenExceptionModifier and TypeMethodDescriptionstatic io.quarkus.maven.dependency.ResolvedDependencyBuilderDependencyUtils.newDependencyBuilder(org.eclipse.aether.graph.DependencyNode node, MavenArtifactResolver resolver)