Module org.kordamp.jarviz.core
Interface JarContentAnalyzer<R>
-
- All Superinterfaces:
JarAnalyzer<R>
public interface JarContentAnalyzer<R> extends JarAnalyzer<R>
- Since:
- 0.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(java.util.jar.JarFile jarFile, java.util.jar.JarEntry jarEntry)-
Methods inherited from interface org.kordamp.jarviz.core.analyzers.JarAnalyzer
getResult
-
-
-
-
Method Detail
-
handle
void handle(java.util.jar.JarFile jarFile, java.util.jar.JarEntry jarEntry) throws JarvizException- Throws:
JarvizException
-
-