Uses of Interface
spark.resource.Resource
Packages that use Resource
-
Uses of Resource in spark.resource
Classes in spark.resource that implement ResourceModifier and TypeClassDescriptionclass
Abstract base class for resources which resolve URLs into File references, such as UrlResource orClassPathResource
.class
Convenience base class forResource
implementations, pre-implementing typical behavior.class
Resource
implementation for class path resources.class
Created by Per Wendel on 2014-05-18.Methods in spark.resource that return ResourceModifier and TypeMethodDescriptionAbstractResource.createRelative
(String relativePath) This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.ClassPathResource.createRelative
(String relativePath) This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.Resource.createRelative
(String relativePath)