Package | Description |
---|---|
aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
Modifier and Type | Field and Description |
---|---|
ModuleAttribute.Export[] |
ModuleAttribute.exports |
Modifier and Type | Method and Description |
---|---|
(package private) static ModuleAttribute.Export |
ModuleAttribute.Export.parseExport(java.io.DataInput in,
ConstantPool constant_pool) |
Constructor and 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) |