FileResource
public interface FileProvider
FileResource
, to allow other resources
to act as sources of files (and to make components that only support
file-based resources from only support FileResource resources.Modifier and Type | Method | Description |
---|---|---|
java.io.File |
getFile() |
Get the file represented by this Resource.
|