Class 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.ModuleDescriptor moduleDescriptor  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.module.ModuleDescriptor getResult()  
      void handle​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • moduleDescriptor

        private java.lang.module.ModuleDescriptor moduleDescriptor
    • Constructor Detail

      • ModuleDescriptorJarPathAnalyzer

        public ModuleDescriptorJarPathAnalyzer()