Uses of Class
java.lang.module.ModuleDescriptor.Requires
-
Packages that use ModuleDescriptor.Requires Package Description java.lang.module Classes to support module descriptors and creating configurations of modules by means of resolution and service binding. -
-
Uses of ModuleDescriptor.Requires in java.lang.module
Methods in java.lang.module that return types with arguments of type ModuleDescriptor.Requires Modifier and Type Method Description Set<ModuleDescriptor.Requires>ModuleDescriptor. requires()Returns the set ofRequiresobjects representing the module dependences.Methods in java.lang.module with parameters of type ModuleDescriptor.Requires Modifier and Type Method Description intModuleDescriptor.Requires. compareTo(ModuleDescriptor.Requires that)Compares this module dependence to another.ModuleDescriptor.BuilderModuleDescriptor.Builder. requires(ModuleDescriptor.Requires req)Adds a dependence on a module.
-