Package io.kjson.util
Class SystemPropertyKt
-
- All Implemented Interfaces:
public final class SystemPropertyKt
-
-
Method Summary
Modifier and Type Method Description final static IntegergetIntProperty(String propertyName, Integer defaultValue)Get the named system property and convert to Int(with default).-
-
Method Detail
-
getIntProperty
final static Integer getIntProperty(String propertyName, Integer defaultValue)
Get the named system property and convert to
Int(with default).
-
-
-
-