public class ArchiveResourceLoader
extends org.springframework.core.io.DefaultResourceLoader
implements org.springframework.core.io.support.ResourcePatternResolver
Constructor and Description |
---|
ArchiveResourceLoader(org.springframework.boot.loader.archive.Archive archive) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.core.io.Resource |
getResourceByPath(java.lang.String path) |
org.springframework.core.io.Resource[] |
getResources(java.lang.String locationPattern) |
getClassLoader, getResource, setClassLoader
public ArchiveResourceLoader(org.springframework.boot.loader.archive.Archive archive)
public org.springframework.core.io.Resource[] getResources(java.lang.String locationPattern) throws java.io.IOException
getResources
in interface org.springframework.core.io.support.ResourcePatternResolver
java.io.IOException
protected org.springframework.core.io.Resource getResourceByPath(java.lang.String path)
getResourceByPath
in class org.springframework.core.io.DefaultResourceLoader