Class ResettableSystemProperties

java.lang.Object
io.quarkus.runtime.ResettableSystemProperties
All Implemented Interfaces:
AutoCloseable

public class ResettableSystemProperties extends Object implements AutoCloseable
Utility that allows for setting system properties when it's created and resetting them when it's closed. This is meant to be used in try-with-resources statements