| Package | Description |
|---|---|
| io.quarkus.bootstrap.model | |
| io.quarkus.bootstrap.resolver |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppModel.Builder.build() |
AppModel |
PersistentAppModel.getAppModel(Path root) |
| Constructor and Description |
|---|
PersistentAppModel(String baseName,
Map<AppArtifactKey,List<String>> paths,
AppModel appModel,
String userProvidersDirectory,
String appArchivePath) |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppModelResolver.resolveManagedModel(AppArtifact appArtifact,
List<AppDependency> directDeps,
AppArtifact managingProject,
Set<AppArtifactKey> localProjects) |
AppModel |
AppModelResolver.resolveModel(AppArtifact artifact)
Resolve dependencies that are required at runtime, excluding test and optional dependencies.
|
AppModel |
AppModelResolver.resolveModel(AppArtifact root,
List<AppDependency> deps)
Resolve artifact dependencies given the specific versions of the direct dependencies
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.