Package org.gradle.api.resources
@NonNullApi
package org.gradle.api.resources
Interfaces and API for the 'Resources' concept.
-
ClassDescriptionException thrown when the resource does not existA 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
TextResource
s backed by sources such as strings, files, and archive entries.