Uses of Class
java.lang.module.ModuleDescriptor.Provides
Package
Description
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleDescriptor.Provides in java.lang.module
Modifier and TypeMethodDescriptionModuleDescriptor.provides()
Returns the set ofProvides
objects representing the services that the module provides.Modifier and TypeMethodDescriptionint
ModuleDescriptor.Provides.compareTo
(ModuleDescriptor.Provides that) Compares thisProvides
to another.ModuleDescriptor.Builder.provides
(ModuleDescriptor.Provides p) Provides a service with one or more implementations.