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