de.agilecoders.wicket.webjars.collectors
Class JarAssetPathCollector

java.lang.Object
  extended by de.agilecoders.wicket.webjars.collectors.ProtocolAwareAssetPathCollector
      extended by de.agilecoders.wicket.webjars.collectors.JarAssetPathCollector
All Implemented Interfaces:
AssetPathCollector

Deprecated.

@Deprecated
public class JarAssetPathCollector
extends ProtocolAwareAssetPathCollector

See Also:
ClasspathAssetPathCollector

Constructor Summary
  JarAssetPathCollector()
          Deprecated. Construct accepting the jar protocol.
protected JarAssetPathCollector(String... protocols)
          Deprecated. Construct.
 
Method Summary
 Collection<String> collect(URL url, Pattern filterExpr)
          Deprecated. collects all webjars assets on given url.
protected  void collectInnerJar(JarFile jarFile, JarEntry entry, Set<String> assetPaths, Pattern filterExpr)
          Deprecated.  
protected  JarFile newJarFile(URL url)
          Deprecated.  
 
Methods inherited from class de.agilecoders.wicket.webjars.collectors.ProtocolAwareAssetPathCollector
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarAssetPathCollector

public JarAssetPathCollector()
Deprecated. 
Construct accepting the jar protocol.


JarAssetPathCollector

protected JarAssetPathCollector(String... protocols)
Deprecated. 
Construct.

Parameters:
protocols - the protocols to accept
Method Detail

collect

public Collection<String> collect(URL url,
                                  Pattern filterExpr)
Deprecated. 
Description copied from interface: AssetPathCollector
collects all webjars assets on given url.

Parameters:
url - the path to webjars assets
filterExpr - a filter that must be applied on all found assets.
Returns:
a collection of webjars assets on given url that matches given filterExpr

collectInnerJar

protected void collectInnerJar(JarFile jarFile,
                               JarEntry entry,
                               Set<String> assetPaths,
                               Pattern filterExpr)
Deprecated. 

newJarFile

protected JarFile newJarFile(URL url)
Deprecated. 


Copyright © 2016 agilecoders.de. All Rights Reserved.