Class CurateOutcomeBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem
public final class CurateOutcomeBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
Represents the outcome of the application dependency resolution and
model building.
This build item exposes the resulting
ApplicationModel
to subsequent build steps.-
Constructor Summary
ConstructorsConstructorDescriptionCurateOutcomeBuildItem(io.quarkus.bootstrap.model.ApplicationModel appModel) Creates a new CurateOutcomeBuildItem. -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.bootstrap.model.ApplicationModelGets the application model.
-
Constructor Details
-
CurateOutcomeBuildItem
public CurateOutcomeBuildItem(io.quarkus.bootstrap.model.ApplicationModel appModel) Creates a new CurateOutcomeBuildItem.- Parameters:
appModel- the application model
-
-
Method Details
-
getApplicationModel
public io.quarkus.bootstrap.model.ApplicationModel getApplicationModel()Gets the application model.- Returns:
- the application model
-