|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.bundling.LongFile
class LongFile extends java.lang.Object
Field Summary | |
---|---|
static LongFile |
FAIL
|
static LongFile |
GNU
|
static LongFile |
OMIT
|
static LongFile |
TRUNCATE
|
static LongFile |
WARN
|
Constructor Summary | |
private LongFile(java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String
|
getAntValue()
|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Field Detail |
---|
static final LongFile FAIL
static final LongFile GNU
static final LongFile OMIT
static final LongFile TRUNCATE
static final LongFile WARN
Constructor Detail |
---|
private LongFile(java.lang.String name)
Method Detail |
---|
public java.lang.String getAntValue()
Groovy Documentation