| Package | Description |
|---|---|
| io.quarkus.builder | |
| io.quarkus.builder.diag | |
| io.quarkus.builder.location |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildContext.error(Location location,
String format,
Object... args)
Emit a build error.
|
void |
BuildContext.note(Location location,
String format,
Object... args)
Emit a build note.
|
void |
BuildContext.warn(Location location,
String format,
Object... args)
Emit a build warning.
|
| Constructor and Description |
|---|
Diagnostic(Diagnostic.Level level,
Location location,
String format,
Object... args) |
Diagnostic(Diagnostic.Level level,
Throwable thrown,
Location location,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.getParent() |
| Constructor and Description |
|---|
Location(Location parent) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.