Java org.springframework.core.io DescriptiveResource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.io DescriptiveResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.io DescriptiveResource.

The text is from its open source code.

Constructor

DescriptiveResource(@Nullable String description)
Create a new DescriptiveResource.

Method

URLgetURL()
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.