public class ResourceHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Stream<String> |
getResourcesByExtension(String extension)
Scan into classpath folders to find resources with the required extension
|
static Stream<String> |
getResourcesFromDirectory(File directory,
Pattern pattern)
Scan folder to find resources that match with pattern
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.