| Package | Description |
|---|---|
| org.gradle.api.java.archives |
Classes for working with JAR manifests.
|
| org.gradle.api.java.archives.internal |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Manifest.getAttributes()
Returns the main attributes of the manifest.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attributes> |
Manifest.getSections()
Returns the sections of the manifest (excluding the main section).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributes |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
DefaultManifest.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attributes> |
DefaultManifest.getSections() |
Copyright © 2013. All rights reserved