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