public class FatJarUrlProtocolHandler extends Object implements UrlProtocolHandler
| Constructor and Description |
|---|
FatJarUrlProtocolHandler() |
| 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
|
public boolean accepts(String protocol)
accepts in interface UrlProtocolHandlerpublic Set<String> getAssetPaths(URL url, Pattern filterExpr, ClassLoader... classLoaders)
UrlProtocolHandlergetAssetPaths in interface UrlProtocolHandlerurl - url to resourcefilterExpr - filter for the assets to findclassLoaders - classloader to locate resourcesCopyright © 2024. All rights reserved.