All Classes and Interfaces
Class
Description
Extract information from module with ASM
This is just a placeholder class
Reads the bytecode of a Java class to detect the major, minor and Java
version that was compiled.
This class is intented to be package-private and consumed by
JavaClassfileVersion
.Simple representation of a ModuleDescriptor containing info required by this plugin.
A JavaModuleDescriptor Builder
Represents ModuleDescriptor.Exports
Represents ModuleDescriptor.Provides
Represents ModuleDescriptor.Requires
Represents ModuleDescriptor.Requires.Modifier
Maps artifacts to modules and analyzes the type of required modules
Extract the module name by calling the main method with an external JVM
Extracts the name of the module by reading the Automatic-Module-Name attribute of the manifest file
Extract information from the module-info file
Holds the results of the location manager
Contains all information required to analyze the project
Holds the results of the project analyzer
Extract information from module with QDox