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
-
public final class SetClassPathSystemPropBuildItem extends MultiBuildItem
A marker build item to make Quarkus set thejava.class.pathsystem 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.