Class DeploymentInjectingDependencyVisitor
- java.lang.Object
-
- io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
-
public class DeploymentInjectingDependencyVisitor extends Object
- Author:
- Alexey Loubyansky
-
-
Field Summary
Fields Modifier and Type Field Description Set<ArtifactKey>allRuntimeDeps
-
Constructor Summary
Constructors Constructor Description DeploymentInjectingDependencyVisitor(MavenArtifactResolver resolver, List<org.eclipse.aether.graph.Dependency> managedDeps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos, ApplicationModelBuilder appBuilder, boolean collectReloadableModules)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GACTgetKey(org.eclipse.aether.artifact.Artifact a)static org.eclipse.aether.artifact.ArtifactgetRuntimeArtifact(org.eclipse.aether.graph.DependencyNode dep)voidinjectDeploymentDependencies(org.eclipse.aether.graph.DependencyNode root)booleanisInjectedDeps()static ResolvedDependencyBuildertoAppArtifact(org.eclipse.aether.artifact.Artifact artifact, WorkspaceModule module)
-
-
-
Field Detail
-
allRuntimeDeps
public final Set<ArtifactKey> allRuntimeDeps
-
-
Constructor Detail
-
DeploymentInjectingDependencyVisitor
public DeploymentInjectingDependencyVisitor(MavenArtifactResolver resolver, List<org.eclipse.aether.graph.Dependency> managedDeps, List<org.eclipse.aether.repository.RemoteRepository> mainRepos, ApplicationModelBuilder appBuilder, boolean collectReloadableModules) throws BootstrapDependencyProcessingException
-
-
Method Detail
-
getRuntimeArtifact
public static org.eclipse.aether.artifact.Artifact getRuntimeArtifact(org.eclipse.aether.graph.DependencyNode dep)
-
isInjectedDeps
public boolean isInjectedDeps()
-
injectDeploymentDependencies
public void injectDeploymentDependencies(org.eclipse.aether.graph.DependencyNode root) throws BootstrapDependencyProcessingException
-
getKey
public static GACT getKey(org.eclipse.aether.artifact.Artifact a)
-
toAppArtifact
public static ResolvedDependencyBuilder toAppArtifact(org.eclipse.aether.artifact.Artifact artifact, WorkspaceModule module)
-
-