public interface UrlProtocolHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String protocol) |
Set<String> |
getAssetPaths(URL url,
Pattern filterExpr,
ClassLoader... classLoaders)
Returns a list of all asset paths found in resource
|
boolean accepts(String protocol)
Set<String> getAssetPaths(URL url, Pattern filterExpr, ClassLoader... classLoaders)
url - url to resourcefilterExpr - filter for the assets to findclassLoaders - classloader to locate resourcesCopyright © 2024. All rights reserved.