| Package | Description |
|---|---|
| io.quarkus.bootstrap.model | |
| io.quarkus.bootstrap.resolver | |
| io.quarkus.bootstrap.resolver.workspace |
| Modifier and Type | Field and Description |
|---|---|
protected AppArtifactKey |
AppArtifactCoords.key |
| Modifier and Type | Method and Description |
|---|---|
static AppArtifactKey |
AppArtifactKey.fromString(String str) |
AppArtifactKey |
AppArtifactCoords.getKey() |
| Modifier and Type | Method and Description |
|---|---|
Set<AppArtifactKey> |
AppModel.getLesserPriorityArtifacts() |
Set<AppArtifactKey> |
AppModel.getLocalProjectArtifacts() |
Set<AppArtifactKey> |
AppModel.getParentFirstArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
AppModel.Builder |
AppModel.Builder.addExcludedArtifact(AppArtifactKey deps) |
AppModel.Builder |
AppModel.Builder.addLesserPriorityArtifact(AppArtifactKey deps) |
AppModel.Builder |
AppModel.Builder.addLocalProjectArtifact(AppArtifactKey deps) |
AppModel.Builder |
AppModel.Builder.addParentFirstArtifact(AppArtifactKey deps) |
| Modifier and Type | Method and Description |
|---|---|
AppModel.Builder |
AppModel.Builder.addExcludedArtifacts(List<AppArtifactKey> deps) |
AppModel.Builder |
AppModel.Builder.addLesserPriorityArtifacts(List<AppArtifactKey> deps) |
AppModel.Builder |
AppModel.Builder.addLocalProjectArtifacts(Collection<AppArtifactKey> deps) |
AppModel.Builder |
AppModel.Builder.addParentFirstArtifacts(List<AppArtifactKey> deps) |
| Constructor and Description |
|---|
AppArtifactCoords(AppArtifactKey key,
String version) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
AppArtifactKey |
WorkspaceProject.getKey()
Project's key consisting of its group and artifact IDs
|
| Modifier and Type | Method and Description |
|---|---|
M |
Workspace.getProject(AppArtifactKey key) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.