| 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.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) |
| 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 © 2019 JBoss by Red Hat. All rights reserved.