Module org.kordamp.jarviz.core
Class ModuleDescriptorJarPathAnalyzer
- java.lang.Object
-
- org.kordamp.jarviz.core.analyzers.ModuleDescriptorJarPathAnalyzer
-
- All Implemented Interfaces:
JarAnalyzer<java.lang.module.ModuleDescriptor>,JarPathAnalyzer<java.lang.module.ModuleDescriptor>
public class ModuleDescriptorJarPathAnalyzer extends java.lang.Object implements JarPathAnalyzer<java.lang.module.ModuleDescriptor>
- Since:
- 0.2.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.module.ModuleDescriptormoduleDescriptor
-
Constructor Summary
Constructors Constructor Description ModuleDescriptorJarPathAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.module.ModuleDescriptorgetResult()voidhandle(java.nio.file.Path path)
-
-
-
Method Detail
-
getResult
public java.lang.module.ModuleDescriptor getResult()
- Specified by:
getResultin interfaceJarAnalyzer<java.lang.module.ModuleDescriptor>
-
handle
public void handle(java.nio.file.Path path) throws JarvizException- Specified by:
handlein interfaceJarPathAnalyzer<java.lang.module.ModuleDescriptor>- Throws:
JarvizException
-
-