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 |
|---|---|
java.util.Collection<java.lang.String> |
collect(java.net.URL url,
java.util.regex.Pattern filterExpr)
collects all webjars assets on given url.
|
acceptpublic VfsAssetPathCollector()
public java.util.Collection<java.lang.String> collect(java.net.URL url,
java.util.regex.Pattern filterExpr)
AssetPathCollectorurl - the path to webjars assetsfilterExpr - a filter that must be applied on all found assets.url that matches given filterExprCopyright © 2019 agilecoders.de. All Rights Reserved.