|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceHandler
Provides access to resource-specific utility methods, for example factory methods that create various resources.
| Method Summary | |
|---|---|
ReadableResource |
bzip2(Object path)
Creates resource that points to a bzip2 compressed file at the given path. |
ReadableResource |
gzip(Object path)
Creates resource that points to a gzip compressed file at the given path. |
| Method Detail |
|---|
ReadableResource gzip(Object path)
Project.file(Object).
path - The path evaluated as for Project.file(Object).ReadableResource bzip2(Object path)
Project.file(Object).
path - The path evaluated as for Project.file(Object).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||