| Interface | Description |
|---|---|
| ModuleInfoParser |
Extract information from the module-info file
|
| ModuleNameExtractor |
| Class | Description |
|---|---|
| AsmModuleInfoParser |
Extract information from module with ASM
|
| 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
|
| QDoxModuleInfoParser |
Extract information from module with QDox
|
| ResolvePathsRequest<T> |
Contains all information required to analyze the project
|
| ResolvePathsResult<T> |
Holds the results of the project analyzer
|
| Enum | Description |
|---|---|
| JavaModuleDescriptor.JavaRequires.JavaModifier |
Represents Module.Requires.Modifier
|
| ResolvePathsResult.ModuleNameSource |
Source of the modulename
|
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.