Class GeneratedModuleInfo


  • public class GeneratedModuleInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String moduleName  
      private java.nio.file.Path path  
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneratedModuleInfo​(java.lang.String moduleName, java.nio.file.Path path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModuleName()  
      java.nio.file.Path getPath()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • moduleName

        private final java.lang.String moduleName
      • path

        private final java.nio.file.Path path
    • Constructor Detail

      • GeneratedModuleInfo

        public GeneratedModuleInfo​(java.lang.String moduleName,
                                   java.nio.file.Path path)
    • Method Detail

      • getModuleName

        public java.lang.String getModuleName()
      • getPath

        public java.nio.file.Path getPath()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object