| Package | Description |
|---|---|
| io.quarkus.bootstrap.model | |
| io.quarkus.bootstrap.resolver | |
| io.quarkus.bootstrap.resolver.maven.workspace |
| Modifier and Type | Method and Description |
|---|---|
AppArtifact |
AppModel.getAppArtifact() |
AppArtifact |
AppDependency.getArtifact() |
| Constructor and Description |
|---|
AppDependency(AppArtifact artifact,
String scope) |
AppDependency(AppArtifact artifact,
String scope,
boolean optional) |
AppModel(AppArtifact appArtifact,
List<AppDependency> userDeps,
List<AppDependency> deploymentDeps) |
| 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.getLatestVersionFromRange(AppArtifact appArtifact,
String range)
Resolves the latest version from the specified range.
|
String |
BootstrapAppModelResolver.getLatestVersionFromRange(AppArtifact appArtifact,
String range) |
String |
AppModelResolver.getNextVersion(AppArtifact artifact,
String fromVersion,
boolean fromVersionIncluded,
String upToVersion,
boolean upToVersionIncluded)
Returns the next version of the artifact from the specified range.
|
String |
BootstrapAppModelResolver.getNextVersion(AppArtifact appArtifact,
String fromVersion,
boolean fromVersionIncluded,
String upToVersion,
boolean upToVersionInclusive) |
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 |
BootstrapAppModelResolver.resolveManagedModel(AppArtifact appArtifact,
List<AppDependency> directDeps,
AppArtifact managingProject) |
AppModel |
AppModelResolver.resolveModel(AppArtifact artifact)
Resolve dependencies that are required at runtime, excluding test and optional dependencies.
|
AppModel |
BootstrapAppModelResolver.resolveModel(AppArtifact appArtifact) |
AppModel |
AppModelResolver.resolveModel(AppArtifact root,
List<AppDependency> deps)
Resolve artifact dependencies given the specific versions of the direct dependencies
|
AppModel |
BootstrapAppModelResolver.resolveModel(AppArtifact appArtifact,
List<AppDependency> directDeps) |
default List<AppDependency> |
AppModelResolver.resolveUserDependencies(AppArtifact artifact)
Resolve application direct and transitive dependencies configured by the user.
|
List<AppDependency> |
AppModelResolver.resolveUserDependencies(AppArtifact artifact,
List<AppDependency> deps)
Resolve application direct and transitive dependencies configured by the user,
given the specific versions of the direct dependencies.
|
List<AppDependency> |
BootstrapAppModelResolver.resolveUserDependencies(AppArtifact appArtifact,
List<AppDependency> deps) |
| Modifier and Type | Method and Description |
|---|---|
AppArtifact |
LocalProject.getAppArtifact() |
static AppArtifact |
ModelUtils.getStateArtifact(AppArtifact appArtifact)
Returns the provisioning state artifact for the given application artifact
|
static AppArtifact |
ModelUtils.resolveAppArtifact(Path appJar) |
| Modifier and Type | Method and Description |
|---|---|
static AppArtifact |
ModelUtils.getStateArtifact(AppArtifact appArtifact)
Returns the provisioning state artifact for the given application artifact
|
static org.apache.maven.model.Model |
ModelUtils.readAppModel(Path appJar,
AppArtifact appArtifact) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.