Uses of Package
java.module

Packages that use java.module
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.module Provides classes for the module system. 
sun.module.bootstrap   
sun.module.config   
sun.module.core   
sun.module.repository   
 

Classes in java.module used by java.lang
Module
          This class represents the reified module instance in the module system.
 

Classes in java.module used by java.module
ImportDependency
          This class represents an import dependency of the module definition.
ImportOverridePolicy
          This interface represents the import override policy which is a mechanism that allows deployers to narrow the version constraints in the import dependencies of a specific module definition to control the resolution.
ImportPolicy
          This interface represents the import policy of a module definition.
Module
          This class represents the reified module instance in the module system.
ModuleArchiveInfo
          This class represents the information of an installed module archive in the repository.
ModuleDefinition
          This class represents the reified module definition in the module system.
ModuleDefinitionContent
          This class represents the content of the module definition.
ModuleFormatException
          Thrown to indicate that the format of the module archive is not recognized or supported.
ModuleInitializationException
          Thrown to indicate that the initialization of a Module failed.
ModuleSystem
          This class represents the module system which constructs a module instance from a module definition.
Query
          This class represents a query that determines whether or not a particular module definition matches some criteria.
Repository
          This class represents the repository in the module system.
Version
          This class represents a version in the module system.
VersionConstraint
          This class represents a version constraint in the module system.
VisibilityPolicy
          This interface represents the visibility policy of the module definitions in the repository of the module system.
 

Classes in java.module used by sun.module.bootstrap
Module
          This class represents the reified module instance in the module system.
ModuleArchiveInfo
          This class represents the information of an installed module archive in the repository.
ModuleDefinition
          This class represents the reified module definition in the module system.
Query
          This class represents a query that determines whether or not a particular module definition matches some criteria.
Repository
          This class represents the repository in the module system.
 

Classes in java.module used by sun.module.config
ModuleDefinition
          This class represents the reified module definition in the module system.
VisibilityPolicy
          This interface represents the visibility policy of the module definitions in the repository of the module system.
 

Classes in java.module used by sun.module.core
Module
          This class represents the reified module instance in the module system.
ModuleDefinition
          This class represents the reified module definition in the module system.
ModuleInitializationException
          Thrown to indicate that the initialization of a Module failed.
ModuleSystem
          This class represents the module system which constructs a module instance from a module definition.
 

Classes in java.module used by sun.module.repository
ModuleArchiveInfo
          This class represents the information of an installed module archive in the repository.
ModuleDefinition
          This class represents the reified module definition in the module system.
ModuleDefinitionContent
          This class represents the content of the module definition.
Query
          This class represents a query that determines whether or not a particular module definition matches some criteria.
Repository
          This class represents the repository in the module system.