Class ModularityDetecter


  • public final class ModularityDetecter
    extends java.lang.Object
    Our version of JavaModuleDetector from Gradle, since that's internal API.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isModule​(java.io.File library, boolean inferModulePath)  
      static boolean isModuleInfo​(@NotNull java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • isModule

        public static boolean isModule​(java.io.File library,
                                       boolean inferModulePath)
      • isModuleInfo

        public static boolean isModuleInfo​(@NotNull
                                           @NotNull java.lang.String path)