org.springframework.core.io.support
Class PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate

java.lang.Object
  extended by org.springframework.core.io.support.PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate
Enclosing class:
PathMatchingResourcePatternResolver

private static class PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate
extends java.lang.Object

Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.


Constructor Summary
private PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate()
           
 
Method Summary
static java.util.Set<Resource> findMatchingResources(Resource rootResource, java.lang.String locationPattern, PathMatcher pathMatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate

private PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate()
Method Detail

findMatchingResources

public static java.util.Set<Resource> findMatchingResources(Resource rootResource,
                                                            java.lang.String locationPattern,
                                                            PathMatcher pathMatcher)
                                                     throws java.io.IOException
Throws:
java.io.IOException