| Package | Description |
|---|---|
| io.quarkus.bootstrap.resolver | |
| io.quarkus.bootstrap.resolver.maven |
| Modifier and Type | Method and Description |
|---|---|
String |
AppModelResolver.getLatestVersion(AppArtifact artifact,
String upToVersion,
boolean inclusive)
Returns the latest version for the artifact up to the version specified.
|
String |
BootstrapAppModelResolver.getLatestVersion(AppArtifact appArtifact,
String upToVersion,
boolean inclusive) |
String |
AppModelResolver.getNextVersion(AppArtifact artifact,
String upToVersion,
boolean inclusive)
Returns the next version for the artifact which is not later than the version specified.
|
String |
BootstrapAppModelResolver.getNextVersion(AppArtifact appArtifact,
String upToVersion,
boolean inclusive) |
void |
BootstrapAppModelResolver.install(AppArtifact appArtifact,
Path localPath) |
List<String> |
AppModelResolver.listLaterVersions(AppArtifact artifact,
String upToVersion,
boolean inclusive)
Lists versions released later than the version of the artifact up to the version
specified or all the later versions in case the up-to-version is not provided.
|
List<String> |
BootstrapAppModelResolver.listLaterVersions(AppArtifact appArtifact,
String upToVersion,
boolean inclusive) |
void |
AppModelResolver.relink(AppArtifact appArtifact,
Path localPath)
(Re-)links an artifact to a path.
|
void |
BootstrapAppModelResolver.relink(AppArtifact artifact,
Path path) |
Path |
AppModelResolver.resolve(AppArtifact artifact)
Resolves an artifact.
|
Path |
BootstrapAppModelResolver.resolve(AppArtifact artifact) |
List<org.eclipse.aether.repository.RemoteRepository> |
BootstrapAppModelResolver.resolveArtifactRepos(AppArtifact appArtifact) |
AppModel |
AppModelResolver.resolveModel(AppArtifact artifact)
Collect dependencies that are required at runtime, excluding test and optional depependencies.
|
AppModel |
BootstrapAppModelResolver.resolveModel(AppArtifact coords) |
AppModel |
AppModelResolver.resolveModel(AppArtifact root,
List<AppDependency> deps)
Collects artifact dependencies merging the provided direct dependencies in
|
AppModel |
BootstrapAppModelResolver.resolveModel(AppArtifact root,
List<AppDependency> coords) |
| Constructor and Description |
|---|
BootstrapAppModelResolver(MavenArtifactResolver mvn) |
| Modifier and Type | Method and Description |
|---|---|
MavenArtifactResolver |
MavenArtifactResolver.Builder.build() |
org.eclipse.aether.collection.CollectResult |
MavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.collection.CollectResult |
MavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps) |
static List<org.eclipse.aether.repository.RemoteRepository> |
MavenRepoInitializer.getRemoteRepos() |
static List<org.eclipse.aether.repository.RemoteRepository> |
MavenRepoInitializer.getRemoteRepos(org.apache.maven.settings.Settings settings) |
static org.apache.maven.settings.Settings |
MavenRepoInitializer.getSettings() |
void |
MavenArtifactResolver.install(org.eclipse.aether.artifact.Artifact artifact) |
static org.eclipse.aether.DefaultRepositorySystemSession |
MavenRepoInitializer.newSession(org.eclipse.aether.RepositorySystem system) |
org.eclipse.aether.resolution.ArtifactResult |
MavenArtifactResolver.resolve(org.eclipse.aether.artifact.Artifact artifact) |
List<org.eclipse.aether.resolution.ArtifactResult> |
MavenArtifactResolver.resolve(List<org.eclipse.aether.resolution.ArtifactRequest> artifacts) |
org.eclipse.aether.resolution.DependencyResult |
MavenArtifactResolver.resolveDependencies(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.resolution.DependencyResult |
MavenArtifactResolver.resolveDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps) |
org.eclipse.aether.resolution.ArtifactDescriptorResult |
MavenArtifactResolver.resolveDescriptor(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.resolution.VersionRangeResult |
MavenArtifactResolver.resolveVersionRange(org.eclipse.aether.artifact.Artifact artifact) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.