com.springsource.bundlor
Interface EntryScannerListener


public interface EntryScannerListener

Lifecycle interface to be implemented by interested parties to get notified during scanning of JARs or class folders with start and end events on a per entry/file basis.

Author:
Christian Dupuis

Method Summary
 void onBeginEntry(java.lang.String name)
          Start scanning of entry identified by given name.
 void onEndEntry()
          End scanning of latest started entry.
 

Method Detail

onBeginEntry

void onBeginEntry(java.lang.String name)
Start scanning of entry identified by given name.


onEndEntry

void onEndEntry()
End scanning of latest started entry.