public interface ResourceHandler
| Modifier and Type | Method | Description | 
|---|---|---|
| ReadableResource | bzip2(java.lang.Object path) | Creates resource that points to a bzip2 compressed file at the given path. | 
| TextResourceFactory | getText() | Returns a factory for creating  TextResources from various sources such as
 strings, files, and archive entries. | 
| ReadableResource | gzip(java.lang.Object path) | Creates resource that points to a gzip compressed file at the given path. | 
ReadableResource gzip(java.lang.Object path)
Project.file(Object).path - The path evaluated as per Project.file(Object).ReadableResource bzip2(java.lang.Object path)
Project.file(Object).path - The path evaluated as per Project.file(Object).TextResourceFactory getText()
TextResources from various sources such as
 strings, files, and archive entries.TextResources