Groovy Documentation

org.gradle.api.tasks.bundling
Class LongFile

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

class LongFile

author:
Hans Dockter


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

Field Detail

FAIL

static final LongFile FAIL


GNU

static final LongFile GNU


OMIT

static final LongFile OMIT


TRUNCATE

static final LongFile TRUNCATE


WARN

static final LongFile WARN


 
Constructor Detail

LongFile

private LongFile(java.lang.String name)


 
Method Detail

getAntValue

public java.lang.String getAntValue()


 

Groovy Documentation