Uses of Class
aQute.bnd.classfile.ModuleAttribute.Provide
Packages that use ModuleAttribute.Provide
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of ModuleAttribute.Provide in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ModuleAttribute.ProvideConstructors in aQute.bnd.classfile with parameters of type ModuleAttribute.ProvideModifierConstructorDescriptionModuleAttribute
(String module_name, int module_flags, String module_version, ModuleAttribute.Require[] requires, ModuleAttribute.Export[] exports, ModuleAttribute.Open[] opens, String[] uses, ModuleAttribute.Provide[] provides) -
Uses of ModuleAttribute.Provide in aQute.bnd.classfile.builder
Methods in aQute.bnd.classfile.builder that return types with arguments of type ModuleAttribute.Provide