Interface ResourceHandler


public interface ResourceHandler
Provides access to resource-specific utility methods, for example factory methods that create various resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    bzip2(Object path)
    Creates resource that points to a bzip2 compressed file at the given path.
    Returns a factory for creating TextResources from various sources such as strings, files, and archive entries.
    gzip(Object path)
    Creates resource that points to a gzip compressed file at the given path.