Class 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
    • Field Summary

      • Fields inherited from interface org.springframework.core.io.ResourceLoader

        CLASSPATH_URL_PREFIX
      • Fields inherited from interface org.springframework.core.io.support.ResourcePatternResolver

        CLASSPATH_ALL_URL_PREFIX
    • 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
      • Methods inherited from interface org.springframework.core.io.ResourceLoader

        getClassLoader, getResource
      • Methods inherited from interface org.springframework.core.io.support.ResourcePatternResolver

        getResources
    • Constructor Detail

      • XLPluginAwareResourcePatternResolver

        public XLPluginAwareResourcePatternResolver()
    • 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:
        doFindPathMatchingFileResources in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
        Throws:
        java.io.IOException