Groovy Documentation

org.gradle.api.tasks.util
Class ZipFileSet

java.lang.Object
  org.gradle.api.internal.artifacts.AbstractFileCollection
      org.gradle.api.tasks.util.FileSet
          org.gradle.api.tasks.util.ZipFileSet

class ZipFileSet
extends FileSet

author:
Hans Dockter


Property Summary
java.lang.String dirMode

java.lang.String fileMode

java.lang.String fullPath

java.lang.String prefix

 
Constructor Summary
ZipFileSet()

ZipFileSet(java.io.File dir)

ZipFileSet(java.util.Map args)

 
Method Summary
def addToAntBuilder(def node, java.lang.String childNodeName)

def removeEmptyArgs(java.util.Map args)

 
Methods inherited from class FileSet
addToAntBuilder, exclude, exclude, getDisplayName, getExcludes, getFiles, getIncludes, include, include, setExcludes, setIncludes
 
Methods inherited from class AbstractFileCollection
getAsPath, getDisplayName, getSingleFile, iterator, plus
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Property Detail

dirMode

java.lang.String dirMode


fileMode

java.lang.String fileMode


fullPath

java.lang.String fullPath


prefix

java.lang.String prefix


 
Constructor Detail

ZipFileSet

public ZipFileSet()


ZipFileSet

public ZipFileSet(java.io.File dir)


ZipFileSet

public ZipFileSet(java.util.Map args)


 
Method Detail

addToAntBuilder

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


removeEmptyArgs

public def removeEmptyArgs(java.util.Map args)


 

Groovy Documentation