Uses of Interface
spark.resource.Resource
Packages that use Resource
-
Uses of Resource in spark.resource
Classes in spark.resource that implement ResourceModifier and TypeClassDescriptionclassAbstract base class for resources which resolve URLs into File references, such as UrlResource orClassPathResource.classConvenience base class forResourceimplementations, pre-implementing typical behavior.classResourceimplementation for class path resources.classCreated 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)