de.agilecoders.wicket.webjars.collectors
Class VfsAssetPathCollector
java.lang.Object
de.agilecoders.wicket.webjars.collectors.ProtocolAwareAssetPathCollector
de.agilecoders.wicket.webjars.collectors.VfsAssetPathCollector
- All Implemented Interfaces:
- AssetPathCollector
public class VfsAssetPathCollector
- extends ProtocolAwareAssetPathCollector
An AssetPathCollector that collects all file entries in JBoss virtual file system
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VfsAssetPathCollector
public VfsAssetPathCollector()
- Construct accepting the jar protocol.
collect
public Collection<String> collect(URL url,
Pattern filterExpr)
- Description copied from interface:
AssetPathCollector
- collects all webjars assets on given url.
- Parameters:
url - the path to webjars assetsfilterExpr - a filter that must be applied on all found assets.
- Returns:
- a collection of webjars assets on given
url that matches given filterExpr
Copyright © 2016 agilecoders.de. All Rights Reserved.