Class SystemUtil
java.lang.Object
jodd.util.SystemUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns system property ornullif not set.static StringReturns system property.static booleangetBoolean(String name, boolean defaultValue) Returns system property as boolean.static longReturns system property as an int.static longReturns system property as a long.static SystemInfoinfo()Returns system information.
-
Field Details
-
systemInfo
-
-
Constructor Details
-
SystemUtil
public SystemUtil()
-
-
Method Details
-
get
-
get
-
getBoolean
Returns system property as boolean. -
getInt
Returns system property as an int. -
getLong
Returns system property as a long. -
info
Returns system information.
-