se.hirt.plugin
Interface JarScanner.EntryApplier

Enclosing class:
JarScanner

public static interface JarScanner.EntryApplier

Callback interface to be used with the scanner. Will be invoked for every JarEntry in the file.

Author:
Marcus Hirt

Method Summary
 void onEntry(java.util.jar.JarFile file, java.util.jar.JarEntry entry)
          Called for every entry in the jar.
 

Method Detail

onEntry

void onEntry(java.util.jar.JarFile file,
             java.util.jar.JarEntry entry)
Called for every entry in the jar.

Parameters:
file - the jar file we're looking at.
entry - the current entry we're looking at.


Copyright © 2005 Marcus Hirt