public class ResourceMatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceMatcher.ReportMatch
Report matches found to name patterns.
|
| Constructor and Description |
|---|
ResourceMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static List |
matchPaths(File basedir,
URL baseurl,
List paths,
ResourceMatcher.ReportMatch report)
Find matches to resource paths.
|
public static List matchPaths(File basedir, URL baseurl, List paths, ResourceMatcher.ReportMatch report) throws IOException
basedir - file system base directory (null if not using file system)baseurl - base URL for names (null if no base)paths - resource paths to be found, with wildcards allowed in name portion if using file systemreport - match reporting interfaceIOException - I/O ErrorCopyright © 2005–2016 jibx.org. All rights reserved.