| Package | Description |
|---|---|
| aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
| aQute.bnd.classfile.builder |
| Modifier and Type | Field and Description |
|---|---|
ModuleAttribute.Provide[] |
ModuleAttribute.provides |
| Constructor and Description |
|---|
ModuleAttribute(String module_name,
int module_flags,
String module_version,
ModuleAttribute.Require[] requires,
ModuleAttribute.Export[] exports,
ModuleAttribute.Open[] opens,
String[] uses,
ModuleAttribute.Provide[] provides) |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleAttribute.Provide> |
ModuleInfoBuilder.provides() |
Copyright © 2021. All rights reserved.