public class BundleResourcePatternResolver extends Object implements org.springframework.core.io.support.ResourcePatternResolver
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.core.io.support.ResourcePatternResolver |
create(org.springframework.core.io.support.ResourcePatternResolver delegate) |
ClassLoader |
getClassLoader() |
org.springframework.core.io.Resource |
getResource(String path) |
org.springframework.core.io.Resource[] |
getResources(String pattern) |
static void |
setBundleContext(org.osgi.framework.BundleContext b) |
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.ResourcePatternResolverIOExceptionpublic static void setBundleContext(org.osgi.framework.BundleContext b)
public static org.springframework.core.io.support.ResourcePatternResolver create(org.springframework.core.io.support.ResourcePatternResolver delegate)
Copyright © 2015–2017 SourcePond. All rights reserved.