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
Sets property in JVM.- Parameters:
key- key of property.value- value of property.
-
getSystemProperty
Returns value of property, or null- Parameters:
key- key of property.- Returns:
- value, or null - if not exists.
-