Package-level declarations

Interfaces and API for the 'Resources' concept.

Types

Link copied to clipboard
Exception thrown when the resource does not exist
Link copied to clipboard
A resource that can be read.
Link copied to clipboard
interface Resource
A generic resource of some kind.
Link copied to clipboard
Generic resource exception that all other resource-related exceptions inherit from.
Link copied to clipboard
interface ResourceHandler
Provides access to resource-specific utility methods, for example factory methods that create various resources.
Link copied to clipboard
A read-only body of text backed by a string, file, archive entry, or other source.
Link copied to clipboard
Creates TextResources backed by sources such as strings, files, and archive entries.