@Deprecated public class JarAssetPathCollector extends ProtocolAwareAssetPathCollector
| Modifier | Constructor and Description |
|---|---|
|
JarAssetPathCollector()
Deprecated.
Construct accepting the jar protocol.
|
protected |
JarAssetPathCollector(java.lang.String... protocols)
Deprecated.
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
collect(java.net.URL url,
java.util.regex.Pattern filterExpr)
Deprecated.
collects all webjars assets on given url.
|
protected void |
collectInnerJar(java.util.jar.JarFile jarFile,
java.util.jar.JarEntry entry,
java.util.Set<java.lang.String> assetPaths,
java.util.regex.Pattern filterExpr)
Deprecated.
|
protected java.util.jar.JarFile |
newJarFile(java.net.URL url)
Deprecated.
|
acceptpublic JarAssetPathCollector()
protected JarAssetPathCollector(java.lang.String... protocols)
protocols - the protocols to acceptpublic 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 filterExprprotected void collectInnerJar(java.util.jar.JarFile jarFile,
java.util.jar.JarEntry entry,
java.util.Set<java.lang.String> assetPaths,
java.util.regex.Pattern filterExpr)
protected java.util.jar.JarFile newJarFile(java.net.URL url)
Copyright © 2019 agilecoders.de. All Rights Reserved.