Groovy Documentation

org.gradle.api.tasks.bundling
Class GradleManifest

java.lang.Object
  org.gradle.api.tasks.bundling.GradleManifest

class GradleManifest
extends java.lang.Object

author:
Hans Dockter


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
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Property Detail

baseManifest

Manifest baseManifest
The baseManifest is usually the common manifest info for all archives. It is usually not manipulated via this object but its attributes are added to the Ant manifest generation.


file

java.io.File file


manifest

Manifest manifest


 
Constructor Detail

GradleManifest

public GradleManifest()


GradleManifest

public GradleManifest(Manifest baseManifest)


 
Method Detail

addToAntBuilder

public def addToAntBuilder(def node, java.lang.String childNodeName = null)


createManifest

Manifest createManifest()


mainAttributes

GradleManifest mainAttributes(java.util.Map attributes)


sections

GradleManifest sections(java.util.Map attributes, java.lang.String name)


 

Groovy Documentation