| Package | Description |
|---|---|
| io.quarkus.bootstrap.model | |
| io.quarkus.bootstrap.resolver.maven | |
| io.quarkus.bootstrap.resolver.maven.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.getParentFirstArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
AppModel.Builder |
AppModel.Builder.addExcludedArtifact(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.addParentFirstArtifacts(List<AppArtifactKey> deps) |
| Constructor and Description |
|---|
BuildDependencyGraphVisitor(Set<AppArtifactKey> appDeps,
Consumer<String> buildTreeConsumer) |
| Modifier and Type | Method and Description |
|---|---|
AppArtifactKey |
LocalProject.getKey() |
| Modifier and Type | Method and Description |
|---|---|
Map<AppArtifactKey,LocalProject> |
LocalWorkspace.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
LocalProject |
LocalWorkspace.getProject(AppArtifactKey key) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.