Liking cljdoc? Tell your friends :D

javax.tools.ToolProvider

Provides methods for locating tool providers, for example, providers of compilers. This class complements the functionality of ServiceLoader.

Provides methods for locating tool providers, for example,
providers of compilers.  This class complements the
functionality of ServiceLoader.
raw docstring

*get-system-documentation-toolclj

(*get-system-documentation-tool)

Gets the Java™ programming language documentation tool provided with this platform.

returns: the documentation tool provided with this platform or null if no documentation tool is provided - javax.tools.DocumentationTool

Gets the Java™ programming language documentation tool provided
 with this platform.

returns: the documentation tool provided with this platform or
 null if no documentation tool is provided - `javax.tools.DocumentationTool`
raw docstring

*get-system-java-compilerclj

(*get-system-java-compiler)

Gets the Java™ programming language compiler provided with this platform.

returns: the compiler provided with this platform or null if no compiler is provided - javax.tools.JavaCompiler

Gets the Java™ programming language compiler provided
 with this platform.

returns: the compiler provided with this platform or
 null if no compiler is provided - `javax.tools.JavaCompiler`
raw docstring

*get-system-tool-class-loaderclj

(*get-system-tool-class-loader)

Returns the class loader for tools provided with this platform. This does not include user-installed tools. Use the java.util.service provider mechanism for locating user installed tools.

returns: the class loader for tools provided with this platform or null if no tools are provided - java.lang.ClassLoader

Returns the class loader for tools provided with this platform.
 This does not include user-installed tools.  Use the
 java.util.service provider mechanism
 for locating user installed tools.

returns: the class loader for tools provided with this platform
 or null if no tools are provided - `java.lang.ClassLoader`
raw docstring

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

× close