@Deprecated public final class ResourceUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceUtils.UrlStreamResolver
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getAsClasspathResource(String location)
Deprecated.
|
static InputStream |
getAsFileSystemResource(String publicKeyLocation)
Deprecated.
|
static ResourceUtils.UrlStreamResolver |
getUrlResolver()
Deprecated.
|
static String |
readResource(String resourceLocation)
Deprecated.
|
static String |
readResource(String resourceLocation,
ResourceUtils.UrlStreamResolver urlResolver)
Deprecated.
|
public static String readResource(String resourceLocation) throws IOException
IOExceptionpublic static String readResource(String resourceLocation, ResourceUtils.UrlStreamResolver urlResolver) throws IOException
IOExceptionpublic static ResourceUtils.UrlStreamResolver getUrlResolver()
public static InputStream getAsFileSystemResource(String publicKeyLocation) throws IOException
IOExceptionpublic static InputStream getAsClasspathResource(String location)
Copyright © 2018–2021. All rights reserved.