API for javadoc.browse - clojure-contrib v1.2 (stable)

by Christophe Grand

clojure-contrib is now deprecated

clojure-contrib is no longer being developed or maintained.

Rather than a single, monolithic, contributions library, Clojure now has a set of separate libraries for each unit of functionality. The libraries are in the Clojure GitHub organization at https://github.com/clojure. API documentation of the libraries can be found at https://clojure.github.io.

If you're looking for a specific function or namespace from the old clojure-contrib, see "Where Did Clojure.Contrib Go".


Full namespace name: clojure.contrib.javadoc.browse

Overview

Start a web browser from Clojure
Deprecated since clojure-contrib version 1.2

Public Variables and Functions



open-url-in-browser

function
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (open-url-in-browser url)
Opens url (a string) in the default system web browser.  May not
work on all platforms.  Returns url on success, nil if not
supported.
Source


open-url-in-swing

function
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (open-url-in-swing url)
Opens url (a string) in a Swing window.
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.