org.cruxframework.crux.scanner.archiveiterator
Class JarProtocolIterator

java.lang.Object
  extended by org.cruxframework.crux.scanner.archiveiterator.URLIterator
      extended by org.cruxframework.crux.scanner.archiveiterator.ZIPProtocolIterator
          extended by org.cruxframework.crux.scanner.archiveiterator.JarProtocolIterator

public class JarProtocolIterator
extends ZIPProtocolIterator

Author:
Thiago da Rosa de Bustamante

Field Summary
 
Fields inherited from class org.cruxframework.crux.scanner.archiveiterator.ZIPProtocolIterator
closed, initial, next, pathInZip, zip, zipStream
 
Constructor Summary
JarProtocolIterator(URL zip, List<ScannerRegistration> scanners, String pathInZip)
           
 
Method Summary
protected  String getProtocol()
           
 
Methods inherited from class org.cruxframework.crux.scanner.archiveiterator.ZIPProtocolIterator
close, next, search
 
Methods inherited from class org.cruxframework.crux.scanner.archiveiterator.URLIterator
consumeWhenAccepted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarProtocolIterator

public JarProtocolIterator(URL zip,
                           List<ScannerRegistration> scanners,
                           String pathInZip)
                    throws IOException,
                           URISyntaxException
Throws:
IOException
URISyntaxException
Method Detail

getProtocol

protected String getProtocol()
Overrides:
getProtocol in class ZIPProtocolIterator


Copyright © 2014. All rights reserved.