public class JarAssetPathCollector extends ProtocolAwareAssetPathCollector
| Modifier | Constructor and Description |
|---|---|
|
JarAssetPathCollector()
Construct accepting the jar protocol.
|
protected |
JarAssetPathCollector(String... protocols)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
collect(URL url,
Pattern filterExpr)
collects all webjars assets on given url.
|
protected JarFile |
newJarFile(URL url) |
acceptpublic JarAssetPathCollector()
protected JarAssetPathCollector(String... protocols)
protocols - the protocols to acceptpublic Collection<String> collect(URL url, Pattern filterExpr)
AssetPathCollectorurl - the path to webjars assetsfilterExpr - a filter that must be applied on all found assets.url that matches given filterExprCopyright © 2015 agilecoders.de. All Rights Reserved.