public abstract class CommonsCompressArchiver extends Object implements org.gradle.api.internal.file.archive.compression.CompressedReadableResource
AbstractArchiver| Modifier | Constructor and Description |
|---|---|
protected |
CommonsCompressArchiver(File file) |
| Modifier and Type | Method and Description |
|---|---|
File |
getBackingFile() |
String |
getBaseName() |
String |
getDisplayName() |
protected abstract String |
getSchemePrefix() |
URI |
getURI() |
CompressorInputStream |
read() |
protected abstract CompressorInputStream |
read(InputStream in) |
protected CommonsCompressArchiver(File file)
public File getBackingFile()
getBackingFile in interface org.gradle.api.resources.internal.ReadableResourceInternalpublic CompressorInputStream read() throws ResourceException
read in interface ReadableResourceResourceExceptionprotected abstract CompressorInputStream read(InputStream in) throws IOException
IOExceptionpublic String getBaseName()
public String getDisplayName()
getDisplayName in interface DescribablegetDisplayName in interface org.gradle.internal.resource.Resourcepublic URI getURI()
protected abstract String getSchemePrefix()