Uses of Class
aQute.bnd.classfile.ModuleAttribute.Export
-
Packages that use ModuleAttribute.Export Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.classfile.builder -
-
Uses of ModuleAttribute.Export in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ModuleAttribute.Export Modifier and Type Field Description ModuleAttribute.Export[]
ModuleAttribute. exports
Constructors in aQute.bnd.classfile with parameters of type ModuleAttribute.Export Constructor Description ModuleAttribute(java.lang.String module_name, int module_flags, java.lang.String module_version, ModuleAttribute.Require[] requires, ModuleAttribute.Export[] exports, ModuleAttribute.Open[] opens, java.lang.String[] uses, ModuleAttribute.Provide[] provides)
-
Uses of ModuleAttribute.Export in aQute.bnd.classfile.builder
Methods in aQute.bnd.classfile.builder that return types with arguments of type ModuleAttribute.Export Modifier and Type Method Description java.util.List<ModuleAttribute.Export>
ModuleInfoBuilder. exports()
-