Liking cljdoc? Tell your friends :D

com.fbeyer.autoload


autoloadclj

(autoload)

Automatically requires namespaces defined in META-INF/services/com.fbeyer.autoload files.

Automatically requires namespaces defined in META-INF/services/com.fbeyer.autoload
files.
sourceraw docstring

resourcesclj

(resources name)
(resources name loader)

Find all resources with the given name. Use the context class loader if no loader is specified.

Find all resources with the given name.  Use the context class loader
if no loader is specified.
sourceraw docstring

servicesclj

(services name)

Reads services defined by files with the given name in META-INF/services/ directories on the classpath, similar to java.util.ServiceLoader. Returns a sequence of symbols.

Reads services defined by files with the given name in META-INF/services/
directories on the classpath, similar to java.util.ServiceLoader. Returns
a sequence of symbols.
sourceraw docstring

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

× close