Class CmdModuleNameExtractor


  • public class CmdModuleNameExtractor
    extends java.lang.Object
    This is just a placeholder class
    Since:
    1.0.0
    Author:
    Robert Scholte
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getModuleName​(java.nio.file.Path modulePath)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • CmdModuleNameExtractor

        public CmdModuleNameExtractor()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • getModuleName

        public static java.lang.String getModuleName​(java.nio.file.Path modulePath)
        Parameters:
        modulePath -
        Returns: