|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.bundling.GradleManifest
class GradleManifest
| Property Summary | |
|---|---|
Manifest |
baseManifest
The baseManifest is usually the common manifest info for all archives. |
java.io.File |
file
|
Manifest |
manifest
|
| Constructor Summary | |
GradleManifest()
|
|
GradleManifest(Manifest baseManifest)
|
|
| Method Summary | |
|---|---|
def
|
addToAntBuilder(def node, java.lang.String childNodeName = null)
|
Manifest
|
createManifest()
|
GradleManifest
|
mainAttributes(java.util.Map attributes)
|
GradleManifest
|
sections(java.util.Map attributes, java.lang.String name)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
Manifest baseManifest
java.io.File file
Manifest manifest
| Constructor Detail |
|---|
public GradleManifest()
public GradleManifest(Manifest baseManifest)
| Method Detail |
|---|
public def addToAntBuilder(def node, java.lang.String childNodeName = null)
Manifest createManifest()
GradleManifest mainAttributes(java.util.Map attributes)
GradleManifest sections(java.util.Map attributes, java.lang.String name)
Groovy Documentation