Package com.xebialabs.deployit
Class XLPluginAwareResourcePatternResolver
- java.lang.Object
-
- org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- com.xebialabs.deployit.XLPluginAwareResourcePatternResolver
-
- All Implemented Interfaces:
org.springframework.core.io.ResourceLoader,org.springframework.core.io.support.ResourcePatternResolver
public class XLPluginAwareResourcePatternResolver extends org.springframework.core.io.support.PathMatchingResourcePatternResolver implements org.springframework.core.io.support.ResourcePatternResolver
-
-
Constructor Summary
Constructors Constructor Description XLPluginAwareResourcePatternResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<org.springframework.core.io.Resource>doFindPathMatchingFileResources(org.springframework.core.io.Resource rootDirResource, java.lang.String subPattern)-
Methods inherited from class org.springframework.core.io.support.PathMatchingResourcePatternResolver
addAllClassLoaderJarRoots, addClassPathManifestEntries, convertClassLoaderURL, determineRootDir, doFindAllClassPathResources, doFindMatchingFileSystemResources, doFindPathMatchingJarResources, doRetrieveMatchingFiles, findAllClassPathResources, findPathMatchingResources, getClassLoader, getJarFile, getPathMatcher, getResource, getResourceLoader, getResources, isJarResource, listDirectory, resolveRootDirResource, retrieveMatchingFiles, setPathMatcher
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
doFindPathMatchingFileResources
protected java.util.Set<org.springframework.core.io.Resource> doFindPathMatchingFileResources(org.springframework.core.io.Resource rootDirResource, java.lang.String subPattern) throws java.io.IOException- Overrides:
doFindPathMatchingFileResourcesin classorg.springframework.core.io.support.PathMatchingResourcePatternResolver- Throws:
java.io.IOException
-
-