|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.internal.artifacts.AbstractFileCollection
org.gradle.api.tasks.util.FileSet
org.gradle.api.tasks.util.ZipFileSet
class ZipFileSet extends FileSet
| 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 |
|---|
java.lang.String dirMode
java.lang.String fileMode
java.lang.String fullPath
java.lang.String prefix
| Constructor Detail |
|---|
public ZipFileSet()
public ZipFileSet(java.io.File dir)
public ZipFileSet(java.util.Map args)
| Method Detail |
|---|
public def addToAntBuilder(def node, java.lang.String childNodeName)
public def removeEmptyArgs(java.util.Map args)
Groovy Documentation