| Package | Description |
|---|---|
| io.quarkus.bootstrap.app | |
| io.quarkus.bootstrap.model | |
| io.quarkus.bootstrap.resolver |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
CuratedApplication.getAppModel() |
AppModel |
CurationResult.getAppModel() |
| Constructor and Description |
|---|
CurationResult(AppModel appModel) |
CurationResult(AppModel appModel,
List<AppDependency> updatedDependencies,
boolean fromState,
AppArtifact appArtifact,
AppArtifact stateArtifact) |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppModel.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppModelResolver.resolveManagedModel(AppArtifact appArtifact,
List<AppDependency> directDeps,
AppArtifact managingProject) |
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) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.