Table of Contents
| API Documentation: | ResourceHandler |
|---|
Provides access to resource-specific utility methods, for example factory methods that create various resources.
| Property | Description |
text | Returns a factory for creating |
| Method | Description |
bzip2(path) | Creates resource that points to a bzip2 compressed file at the given path.
The path is evaluated as per |
gzip(path) | Creates resource that points to a gzip compressed file at the given path.
The path is evaluated as per |
Returns a factory for creating TextResources from various sources such as
strings, files, and archive entries.
Creates resource that points to a bzip2 compressed file at the given path.
The path is evaluated as per Project.file(java.lang.Object).
Creates resource that points to a gzip compressed file at the given path.
The path is evaluated as per Project.file(java.lang.Object).