| Package | Description |
|---|---|
| io.quarkus.bootstrap.model | |
| io.quarkus.bootstrap.resolver | |
| io.quarkus.bootstrap.resolver.maven.workspace |
| Modifier and Type | Method and Description |
|---|---|
List<AppDependency> |
AppModel.getAllDependencies() |
List<AppDependency> |
AppModel.getDeploymentDependencies() |
List<AppDependency> |
AppModel.getUserDependencies() |
| Constructor and Description |
|---|
AppModel(AppArtifact appArtifact,
List<AppDependency> userDeps,
List<AppDependency> deploymentDeps) |
AppModel(AppArtifact appArtifact,
List<AppDependency> userDeps,
List<AppDependency> deploymentDeps) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
static List<AppDependency> |
ModelUtils.getUpdateCandidates(List<org.apache.maven.model.Dependency> deps,
List<AppDependency> appDeps,
Set<String> groupIds)
Filters out non-platform from application POM dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AppDependency> |
ModelUtils.getUpdateCandidates(List<org.apache.maven.model.Dependency> deps,
List<AppDependency> appDeps,
Set<String> groupIds)
Filters out non-platform from application POM dependencies.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.