public class VfsAssetPathCollector extends ProtocolAwareAssetPathCollector
AssetPathCollector that collects all file entries in JBoss virtual file system| Constructor and Description |
|---|
VfsAssetPathCollector()
Construct accepting the jar protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
collect(URL url,
Pattern filterExpr)
collects all webjars assets on given url.
|
acceptpublic VfsAssetPathCollector()
public 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.