Interface ModuleDescription.ForLoadedModule.Module
- Enclosing class:
ModuleDescription.ForLoadedModule
A proxy for interacting with
java.lang.Module.-
Method Summary
Modifier and TypeMethodDescriptiongetDescriptor(Object value) Returns the module descriptor.Returns the module's name.getPackages(Object value) Returns the module's exported packages.booleanisInstance(Object value) Returnstrueif the supplied instance is of typejava.lang.Module.booleanReturnstrueif the supplied module is named.
-
Method Details
-
isInstance
-
isNamed
Returnstrueif the supplied module is named.- Parameters:
value- Thejava.lang.Moduleto check for the existence of a name.- Returns:
trueif the supplied module is named.
-
getName
-
getPackages
-
getDescriptor
-