| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Field and Description |
|---|---|
static ConsumeFlags |
ConsumeFlags.NONE |
| Modifier and Type | Method and Description |
|---|---|
protected ConsumeFlags |
ConsumeFlags.castThis(Object obj) |
(package private) ConsumeFlags |
Consume.getFlags() |
static ConsumeFlags |
ConsumeFlags.of(ConsumeFlag flag) |
protected ConsumeFlags |
ConsumeFlags.this_() |
protected ConsumeFlags |
ConsumeFlags.value(int bits) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Consume |
Consume.combine(Constraint constraint,
ConsumeFlags flags) |
BuildStepBuilder |
BuildStepBuilder.consumes(Class<? extends BuildItem> type,
ConsumeFlags flags)
This build step consumes the given produced item.
|
| Constructor and Description |
|---|
Consume(BuildStepBuilder buildStepBuilder,
ItemId itemId,
Constraint constraint,
ConsumeFlags flags) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.