| Interface | Description |
|---|---|
| ModuleInfoParser |
Extract information from the module-info file
|
| 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.Exports
|
| JavaModuleDescriptor.JavaRequires |
Represents Module.Requires
|
| ProjectAnalyzer |
Maps artifacts to modules and analyzes the type of required modules
|
| ProjectAnalyzerRequest |
Contains all information required to analyze the project
|
| ProjectAnalyzerResult |
Holds the results of the project analyzer
|
| QDoxModuleInfoParser |
Extract information from module with QDox
|
| ReflectModuleInfoParser |
This class is could be replaced with a Java 9 MultiRelease implementation
|
| Enum | Description |
|---|---|
| ModuleInfoParser.Type |
Defines the type of parser, i.e.
|
| ProjectAnalyzerResult.ModuleNameSource |
Source of the modulename
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.