| Package | Description |
|---|---|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.archive | |
| org.gradle.api.internal.file.archive.compression | |
| org.gradle.api.internal.resources | |
| org.gradle.api.resources |
Interfaces and API for the 'Resources' concept.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileResource
by Szczepan Faber, created at: 11/23/11
|
class |
FileResource
by Szczepan Faber, created at: 11/22/11
|
class |
MaybeCompressedFileResource
by Szczepan Faber, created at: 11/23/11
|
| Modifier and Type | Method and Description |
|---|---|
ReadableResource |
MaybeCompressedFileResource.getResource() |
ReadableResource |
FileResolver.resolveResource(Object path) |
ReadableResource |
AbstractFileResolver.resolveResource(Object path) |
| Constructor and Description |
|---|
MaybeCompressedFileResource(ReadableResource resource) |
| Constructor and Description |
|---|
TarFileTree(ReadableResource resource,
File tmpDir) |
| Modifier and Type | Class and Description |
|---|---|
class |
Bzip2Archiver
by Szczepan Faber, created at: 11/16/11
|
class |
GzipArchiver
by Szczepan Faber, created at: 11/16/11
|
| Constructor and Description |
|---|
Bzip2Archiver(ReadableResource resource) |
GzipArchiver(ReadableResource resource) |
| Modifier and Type | Method and Description |
|---|---|
ReadableResource |
DefaultResourceHandler.bzip2(Object path) |
ReadableResource |
DefaultResourceHandler.gzip(Object path) |
ReadableResource |
DefaultResourceHandler.maybeCompressed(Object tarPath) |
| Modifier and Type | Method and Description |
|---|---|
ReadableResource |
ResourceHandler.bzip2(Object path)
Creates resource that points to a bzip2 compressed file at the given path.
|
ReadableResource |
ResourceHandler.gzip(Object path)
Creates resource that points to a gzip compressed file at the given path.
|
Copyright © 2013. All rights reserved