Interface | Description |
---|---|
ModuleInfoParser |
Extract information from the module-info file
|
ModuleNameExtractor |
Class | Description |
---|---|
AbstractBinaryModuleInfoParser | |
BinaryModuleInfoParser |
Extract information from module with ASM
|
BinaryModuleInfoParser.JavaModuleDescriptorWrapper | |
JavaModuleDescriptor |
Simple representation of a Module containing info required by this plugin.
|
JavaModuleDescriptor.Builder |
A JavaModuleDescriptor Builder
|
JavaModuleDescriptor.JavaExports |
Represents Module.Requires
|
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
|
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
|
Enum | Description |
---|---|
JavaModuleDescriptor.JavaRequires.JavaModifier |
Represents Module.Requires.Modifier
|
ResolvePathsResult.ModuleNameSource |
Source of the modulename
|