Package org.gradle.api.resources


@NonNullApi package org.gradle.api.resources
Interfaces and API for the 'Resources' concept.
  • Class
    Description
    Exception thrown when the resource does not exist
    A resource that can be read.
    A generic resource of some kind.
    Generic resource exception that all other resource-related exceptions inherit from.
    Provides access to resource-specific utility methods, for example factory methods that create various resources.
    A read-only body of text backed by a string, file, archive entry, or other source.
    Creates TextResources backed by sources such as strings, files, and archive entries.