Module org.kordamp.jarviz.core
Interface JarManifestAnalyzer<R>
-
- All Superinterfaces:
JarAnalyzer<R>
- All Known Implementing Classes:
QueryJarManifestAnalyzer
public interface JarManifestAnalyzer<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.Manifest manifest)-
Methods inherited from interface org.kordamp.jarviz.core.analyzers.JarAnalyzer
getResult
-
-
-
-
Method Detail
-
handle
void handle(java.util.jar.JarFile jarFile, java.util.jar.Manifest manifest) throws JarvizException- Throws:
JarvizException
-
-