Functions for interacting with java.lang.System.
Functions for interacting with java.lang.System.
(clear-system-property property)
Removes the system propery.
Removes the system propery.
(exit)
(exit status)
Terminates the currently running JVM.
Terminates the currently running JVM.
(get-environment-variable var)
(get-environment-variable var default)
Returns the environment variable named var. If a default is specified and the environment variable is not set, the default will be returned.
Returns the environment variable named var. If a default is specified and the environment variable is not set, the default will be returned.
(get-system-property property)
(get-system-property property default)
Gets a system property. If a default is specified and the property is not set, the default will be returned.
Gets a system property. If a default is specified and the property is not set, the default will be returned.
(line-separator)
Returns the line separator of the current system.
Returns the line separator of the current system.
(milli-time)
Returns the current time in milli seconds.
Returns the current time in milli seconds.
(nano-time)
Returns the current time in nano seconds.
Returns the current time in nano seconds.
(os-freebsd?)
(os-freebsd? os)
Tests for FreeBSD OS.
Tests for FreeBSD OS.
(os-name)
Returns the value of the os.name property.
Returns the value of the os.name property.
(os-windows?)
(os-windows? os)
Tests for Windows OS.
Tests for Windows OS.
(set-ftp-proxy host port)
(set-ftp-proxy host port bypassed-hosts)
Set a FTP proxy for the JVM.
Set a FTP proxy for the JVM.
(set-http-proxy host port)
(set-http-proxy host port bypassed-hosts)
Set an HTTP proxy for the JVM.
Set an HTTP proxy for the JVM.
(set-https-proxy host port)
Set an HTTPS proxy for the JVM.
Set an HTTPS proxy for the JVM.
(set-socks-proxy host port)
Set an SOCKS proxy for the JVM.
Set an SOCKS proxy for the JVM.
(set-system-property property value)
Sets a system property.
Sets a system property.
(use-system-proxies)
Tell the JVM that the system proxies should be used.
Tell the JVM that the system proxies should be used.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close