| AbstractBinaryModuleInfoParser |
|
| BinaryModuleInfoParser |
Extract information from module with ASM
|
| BinaryModuleInfoParser.JavaModuleDescriptorWrapper |
|
| CmdModuleNameExtractor |
This is just a placeholder class
|
| JavaModuleDescriptor |
Simple representation of a Module containing info required by this plugin.
|
| JavaModuleDescriptor.Builder |
A JavaModuleDescriptor Builder
|
| JavaModuleDescriptor.JavaExports |
Represents Module.Requires
|
| JavaModuleDescriptor.JavaProvides |
Represents Module.Provides
|
| JavaModuleDescriptor.JavaRequires |
Represents Module.Requires
|
| LocationManager |
Maps artifacts to modules and analyzes the type of required modules
|
| MainClassModuleNameExtractor |
Extract the module name by calling the main method with an external JVM
|
| ManifestModuleNameExtractor |
Extracts the name of the module by reading the Automatic-Module-Name attribute of the manifest file
|
| ResolvePathRequest<T> |
|
| ResolvePathResult |
Holds the results of the location manager
|
| ResolvePathsRequest<T> |
Contains all information required to analyze the project
|
| ResolvePathsResult<T> |
Holds the results of the project analyzer
|
| SourceModuleInfoParser |
Extract information from module with QDox
|