public class PathUtils extends Object
| Constructor and Description |
|---|
PathUtils() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
expandPath(String path,
AntPathResourceLoader resourceLoader)
Gets all relative paths of files for given path by org.springframework.core.io.support.PathMatchingResourcePatternResolver.
|
public List<String> expandPath(String path, AntPathResourceLoader resourceLoader) throws IOException
path - Path can contains masked expressions for by org.springframework.core.io.support.PathMatchingResourcePatternResolver.IOException - some exception derived from IOExceptionCopyright © 2025 FG Forrest, a.s.. All rights reserved.