Class MojoUtils


  • final class MojoUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MojoUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.nio.file.Path getProjectRoot​(java.nio.file.Path baseDir)  
      (package private) static boolean isGitRoot​(java.nio.file.Path dir)  
      (package private) static boolean isMavenProjectFolder​(java.nio.file.Path dir)  
      • Methods inherited from class java.lang.Object

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

      • MojoUtils

        private MojoUtils()
    • Method Detail

      • getProjectRoot

        static java.nio.file.Path getProjectRoot​(java.nio.file.Path baseDir)
      • isMavenProjectFolder

        static boolean isMavenProjectFolder​(java.nio.file.Path dir)
      • isGitRoot

        static boolean isGitRoot​(java.nio.file.Path dir)