Module org.kordamp.jarviz.core
Interface JarPathAnalyzer<R>
-
- All Superinterfaces:
JarAnalyzer<R>
- All Known Implementing Classes:
ModuleDescriptorJarPathAnalyzer,ModuleNameJarPathAnalyzer
public interface JarPathAnalyzer<R> extends JarAnalyzer<R>
- Since:
- 0.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(java.nio.file.Path path)-
Methods inherited from interface org.kordamp.jarviz.core.analyzers.JarAnalyzer
getResult
-
-
-
-
Method Detail
-
handle
void handle(java.nio.file.Path path) throws JarvizException- Throws:
JarvizException
-
-