Class SystemUtils
java.lang.Object
ua.mcchickenstudio.opencreative.utils.SystemUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable StringgetSystemProperty(@NotNull String key) Returns value of property, or nullstatic voidsetSystemProperty(@NotNull String key, @NotNull String value) Sets property in JVM.
-
Constructor Details
-
SystemUtils
public SystemUtils()
-
-
Method Details
-
setSystemProperty
-
getSystemProperty
-