Package | Description |
---|---|
org.eclipse.osgi.internal.loader | |
org.eclipse.osgi.internal.resolver | |
org.eclipse.osgi.util |
Provides utility classes for NLS support and bundle manifest header parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleLoader.addDynamicImportPackage(ManifestElement[] packages)
Adds a list of DynamicImport-Package manifest elements to the dynamic
import tables of this BundleLoader.
|
Modifier and Type | Method and Description |
---|---|
static void |
StateBuilder.addImportPackages(ManifestElement importPackage,
List<ImportPackageSpecification> allImports,
int manifestVersion,
boolean dynamic) |
static void |
StateBuilder.checkImportExportSyntax(String headerKey,
ManifestElement[] elements,
boolean export,
boolean dynamic,
boolean jreBundle) |
Modifier and Type | Method and Description |
---|---|
static ManifestElement[] |
ManifestElement.parseHeader(String header,
String value)
Parses a manifest header value into an array of ManifestElements.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.