jdk.jdeps (Java SE 15 & JDK 15) (original) (raw)

Defines tools for analysing dependencies in Java libraries and programs, including the jdeps,javap, and_jdeprscan_ tools.

This module provides the equivalent of command-line access to the_javap_ and jdeps tools via theToolProvider service provider interface (SPI)

Instances of the tools can be obtained by callingToolProvider.findFirst or the service loader with the name"javap" or "jdeps" as appropriate.

jdeprscan only exists as a command line tool, and does not provide any direct API.

Module Graph:

Module graph for jdk.jdepsModule graph for jdk.jdeps

Tool Guides:

javap,jdeprscan,jdeps

Since:

9