public class BundleResourcePatternResolver extends Object implements org.springframework.core.io.support.ResourcePatternResolver
| Constructor and Description |
|---|
BundleResourcePatternResolver(org.springframework.core.io.support.ResourcePatternResolver patternResolver) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
org.springframework.core.io.Resource |
getResource(String path) |
org.springframework.core.io.Resource[] |
getResources(String pattern) |
void |
setBundle(org.osgi.framework.Bundle bundle) |
public BundleResourcePatternResolver(org.springframework.core.io.support.ResourcePatternResolver patternResolver)
public void setBundle(org.osgi.framework.Bundle bundle)
public final org.springframework.core.io.Resource getResource(String path)
getResource in interface org.springframework.core.io.ResourceLoaderpublic final ClassLoader getClassLoader()
getClassLoader in interface org.springframework.core.io.ResourceLoaderpublic final org.springframework.core.io.Resource[] getResources(String pattern) throws IOException
getResources in interface org.springframework.core.io.support.ResourcePatternResolverIOExceptionCopyright © 2015–2018 SourcePond. All rights reserved.