Groovy Documentation

org.gradle.api.tasks.bundling
[Java] Enum Compression

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

public enum Compression

Specifies the compression which should be applied to a TAR archive.


Method Summary
String getDefaultExtension()

String getExtension()

List getSupportedExtensions()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getDefaultExtension

public String getDefaultExtension()


getExtension

public String getExtension()

Returns the file extension of the type of Compression.

deprecated:
Use getDefaultExtension() instead.


getSupportedExtensions

public List getSupportedExtensions()


 

Gradle API 1.8