| Package | Description |
|---|---|
| org.gradle.api.internal.plugins.osgi | |
| org.gradle.api.java.archives |
Classes for working with JAR manifests.
|
| org.gradle.api.java.archives.internal | |
| org.gradle.api.plugins.osgi |
The OSGi
Plugin implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOsgiManifest |
| Modifier and Type | Method and Description |
|---|---|
Manifest |
Manifest.attributes(Map<String,?> attributes)
Adds content to the main attributes of the manifest.
|
Manifest |
Manifest.attributes(Map<String,?> attributes,
String sectionName)
Adds content to the given section of the manifest.
|
Manifest |
Manifest.from(Object... mergePath)
Specifies other manifests to be merged into this manifest.
|
Manifest |
Manifest.from(Object mergePath,
Closure closure)
Specifies other manifests to be merged into this manifest.
|
Manifest |
Manifest.getEffectiveManifest()
Returns a new manifest instance where all the attribute values are expanded (e.g.
|
Manifest |
Manifest.writeTo(Object path)
Writes the manifest into a file.
|
Manifest |
Manifest.writeTo(Writer writer)
Writes the manifest into a writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultManifest |
| Modifier and Type | Method and Description |
|---|---|
Manifest |
DefaultManifest.writeTo(Object path) |
| Modifier and Type | Method and Description |
|---|---|
DefaultManifest |
DefaultManifestMergeSpec.merge(Manifest baseManifest,
FileResolver fileResolver) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OsgiManifest
Represents a manifest file for a JAR containing an OSGi bundle.
|
Copyright © 2013. All rights reserved