|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.bundling.AntArchiveParameter
class AntArchiveParameter
Property Summary | |
---|---|
groovy.util.AntBuilder |
ant
|
java.lang.String |
archiveName
|
boolean |
createIfEmpty
|
java.io.File |
destinationDir
|
java.util.List |
mergeFileSets
|
java.util.List |
mergeGroupFileSets
|
java.util.List |
resourceCollections
|
Constructor Summary | |
AntArchiveParameter(java.util.List resourceCollections, java.util.List mergeFileSets, java.util.List mergeGroupFileSets, boolean createIfEmpty, java.io.File destinationDir, java.lang.String archiveName, groovy.util.AntBuilder ant)
|
Method Summary | |
---|---|
java.lang.String
|
emptyPolicy()
|
boolean
|
equals(def object)
|
int
|
hashCode()
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
groovy.util.AntBuilder ant
java.lang.String archiveName
boolean createIfEmpty
java.io.File destinationDir
java.util.List mergeFileSets
java.util.List mergeGroupFileSets
java.util.List resourceCollections
Constructor Detail |
---|
public AntArchiveParameter(java.util.List resourceCollections, java.util.List mergeFileSets, java.util.List mergeGroupFileSets, boolean createIfEmpty, java.io.File destinationDir, java.lang.String archiveName, groovy.util.AntBuilder ant)
Method Detail |
---|
java.lang.String emptyPolicy()
boolean equals(def object)
int hashCode()
Groovy Documentation