Package io.quarkus.deployment.builditem
Class SetClassPathSystemPropBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.SetClassPathSystemPropBuildItem
@Deprecated(forRemoval=true,
since="3.16")
public final class SetClassPathSystemPropBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Deprecated, for removal: This API element is subject to removal in a future version.
This was initially added to support Truffle, but it is no longer needed so the build item should not be used
A marker build item to make Quarkus set the
java.class.path system property.
This system property is used in rare by libraries (Truffle for example) to create their own ClassLoaders.
The value of the system property is simply best effort, as there is no way to faithfully represent
the Quarkus ClassLoader hierarchies in a system property value.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
SetClassPathSystemPropBuildItem
public SetClassPathSystemPropBuildItem()Deprecated, for removal: This API element is subject to removal in a future version.
-