public interface AssetPathCollector
AssetPathCollector collects webjars assets from
an url/classpath/disc and so on depending on the protocol that is used.boolean accept(URL url)
url - the url to webjars assetCollection<String> collect(URL url, Pattern filterExpr)
url - 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.