Uses of Class
aQute.bnd.classfile.ModuleAttribute
-
Packages that use ModuleAttribute Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of ModuleAttribute in aQute.bnd.classfile
Methods in aQute.bnd.classfile that return ModuleAttribute Modifier and Type Method Description static ModuleAttribute
ModuleAttribute. read(java.io.DataInput in, ConstantPool constant_pool)
-
Uses of ModuleAttribute in aQute.bnd.osgi
Fields in aQute.bnd.osgi with type parameters of type ModuleAttribute Modifier and Type Field Description private java.util.Optional<ModuleAttribute>
Jar. moduleAttribute
Methods in aQute.bnd.osgi that return types with arguments of type ModuleAttribute Modifier and Type Method Description (package private) java.util.Optional<ModuleAttribute>
Jar. moduleAttribute()
-