java.lang.Object
io.avaje.inject.generator.ModuleInfoReader.Exports
- Enclosing class:
ModuleInfoReader
An exported package of a module.
-
Constructor Summary
ConstructorsConstructorDescriptionExports(ModuleElement parent, String packageName, List<ModuleElement> targets) -
Method Summary
Modifier and TypeMethodDescriptionReturns the package being exported.Returns the specific modules to which the package is being exported, ornull, if the package is exported to all modules which have readability to this module.Returns the name of the package being exported.
-
Constructor Details
-
Exports
-
-
Method Details
-
packageName
Returns the name of the package being exported.- Returns:
- the name of the package being exported
-
getPackage
Returns the package being exported.- Returns:
- the package being exported
-
getTargetModules
Returns the specific modules to which the package is being exported, ornull, if the package is exported to all modules which have readability to this module.- Returns:
- the specific modules to which the package is being exported
-