A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clojure.github.io/java.classpath/ below:

clojure.java.classpath - java.classpath 1.1.0-SNAPSHOT API documentation

API for clojure.java.classpath -

Full namespace name:

clojure.java.classpath Overview
Utilities for dealing with the JVM's classpath

Protocols
URLClasspathProtocol

Known implementations:

java.net.URLClassLoader
urlsfunction
Usage: (urls loader)
Returns a sequence of java.net.URL objects representing locations
which this classloader will search for classes and resources.
Source Public Variables and Functions 

classpathfunction
Usage: (classpath classloader)
       (classpath)
Returns a sequence of File objects of the elements on the
classpath. Defaults to searching for instances of
java.net.URLClassLoader in the classloader hierarchy above
clojure.lang.RT/baseLoader or the given classloader. If no
URLClassloader can be found, as on Java 9, falls back to the
'java.class'path' system property.
Source

classpath-directoriesfunction
Usage: (classpath-directories)
Returns a sequence of File objects for the directories on classpath.
Source

classpath-jarfilesfunction
Usage: (classpath-jarfiles)
Returns a sequence of JarFile objects for the JAR files on classpath.
Source

filenames-in-jarfunction
Usage: (filenames-in-jar jar-file)
Returns a sequence of Strings naming the non-directory entries in
the JAR file.
Source

get-urlsfunction
Usage: (get-urls loader)
Returns a sequence of java.net.URL objects used by this
classloader, or nil if the classloader does not sastify the
URLClasspath protocol.
Source

jar-file?function
Usage: (jar-file? f)
Returns true if file is a normal file with a .jar or .JAR extension.
Source

loader-classpathfunction
Usage: (loader-classpath loader)
Returns a sequence of File paths from a classloader.
Source

system-classpathfunction
Usage: (system-classpath)
Returns a sequence of File paths from the 'java.class.path' system
property.
Source

Logo & site design by

Tom Hickey

.

Clojure auto-documentation system by Tom Faulhaber.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4