Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.system

Functions for interacting with java.lang.System.

Functions for interacting with java.lang.System.
raw docstring

clear-system-propertyclj

(clear-system-property property)

Removes the system propery.

Removes the system propery.
sourceraw docstring

exitclj

(exit)
(exit status)

Terminates the currently running JVM.

Terminates the currently running JVM.
sourceraw docstring

get-environment-variableclj

(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.
sourceraw docstring

get-system-propertyclj

(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.
sourceraw docstring

line-separatorclj

(line-separator)

Returns the line separator of the current system.

Returns the line separator of the current system.
sourceraw docstring

milli-timeclj

(milli-time)

Returns the current time in milli seconds.

Returns the current time in milli seconds.
sourceraw docstring

nano-timeclj

(nano-time)

Returns the current time in nano seconds.

Returns the current time in nano seconds.
sourceraw docstring

os-aix?clj

(os-aix?)
(os-aix? os)

Tests for AIX OS.

Tests for AIX OS.
sourceraw docstring

os-freebsd?clj

(os-freebsd?)
(os-freebsd? os)

Tests for FreeBSD OS.

Tests for FreeBSD OS.
sourceraw docstring

os-linux?clj

(os-linux?)
(os-linux? os)

Tests for Linux OS.

Tests for Linux OS.
sourceraw docstring

os-mac-os?clj

(os-mac-os?)
(os-mac-os? os)

Tests for Mac OS.

Tests for Mac OS.
sourceraw docstring

os-nameclj

(os-name)

Returns the value of the os.name property.

Returns the value of the os.name property.
sourceraw docstring

os-sun-os?clj

(os-sun-os?)
(os-sun-os? os)

Tests for SunOS.

Tests for SunOS.
sourceraw docstring

os-unix?clj

(os-unix?)

Tests for a Unix OS.

Tests for a Unix OS.
sourceraw docstring

os-windows?clj

(os-windows?)
(os-windows? os)

Tests for Windows OS.

Tests for Windows OS.
sourceraw docstring

set-ftp-proxyclj

(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.
sourceraw docstring

set-http-proxyclj

(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.
sourceraw docstring

set-https-proxyclj

(set-https-proxy host port)

Set an HTTPS proxy for the JVM.

Set an HTTPS proxy for the JVM.
sourceraw docstring

set-socks-proxyclj

(set-socks-proxy host port)

Set an SOCKS proxy for the JVM.

Set an SOCKS proxy for the JVM.
sourceraw docstring

set-system-propertyclj

(set-system-property property value)

Sets a system property.

Sets a system property.
sourceraw docstring

use-system-proxiesclj

(use-system-proxies)

Tell the JVM that the system proxies should be used.

Tell the JVM that the system proxies should be used.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close