public class ResourceFinder
extends org.springframework.web.context.support.ServletContextResourcePatternResolver
Constructor and Description |
---|
ResourceFinder() |
ResourceFinder(org.springframework.core.io.ResourceLoader resourceLoader)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.Resource[] |
getResources(String... locationPatterns)
Gets an array of resources matching the given location patterns.
|
doFindPathMatchingFileResources, doRetrieveMatchingServletContextResources
convertClassLoaderURL, determineRootDir, doFindMatchingFileSystemResources, doFindPathMatchingJarResources, doRetrieveMatchingFiles, findAllClassPathResources, findPathMatchingResources, getClassLoader, getJarFile, getPathMatcher, getResource, getResourceLoader, getResources, isJarResource, resolveRootDirResource, retrieveMatchingFiles, setPathMatcher
public ResourceFinder()
public ResourceFinder(org.springframework.core.io.ResourceLoader resourceLoader)
resourceLoader
- the resource loaderpublic org.springframework.core.io.Resource[] getResources(String... locationPatterns) throws IOException
locationPatterns
- the location patternsIOException
- Signals that an I/O exception has occurred.Copyright © 2005–2017 Alfresco Software. All rights reserved.