This module provides the equivalent of command-line access to the
javap and jdeps tools via the
ToolProvider
service provider
interface (SPI)
Instances of the tools can be obtained by calling
ToolProvider.
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.
Modifier and Type | Package and Description |
---|---|
package | com.
A minimalist library to read and write class files into objects closely based on the corresponding definitions in The Java Virtual Machine Specification (JVMS). Exported to |
internal package | com.
Classes to dump class files in text format. |
internal package | |
internal package | |
internal package | |
internal package | |
internal package | |
internal package |