Class SourceSetHandler


  • public class SourceSetHandler
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.hello2morrow.sonargraph.build.api.RootPathInfo.Category getSourceDirectoryCategory​(java.io.File buildDir, java.io.File dir)  
      static boolean handleSourceSet​(java.io.File buildDir, org.gradle.api.tasks.GroovySourceSet sourceSet, com.hello2morrow.sonargraph.build.api.ModuleInfo module)  
      static boolean handleSourceSet​(java.io.File buildDir, org.gradle.api.tasks.SourceSet sourceSet, com.hello2morrow.sonargraph.build.api.ModuleInfo module)  
      static void info​(java.lang.String text)  
      static boolean processSourceSets​(org.gradle.api.Project project, java.lang.String nameList, com.hello2morrow.sonargraph.build.api.ModuleInfo module)  
      • Methods inherited from class java.lang.Object

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

      • info

        public static void info​(java.lang.String text)
      • processSourceSets

        public static boolean processSourceSets​(org.gradle.api.Project project,
                                                java.lang.String nameList,
                                                com.hello2morrow.sonargraph.build.api.ModuleInfo module)
      • handleSourceSet

        public static boolean handleSourceSet​(java.io.File buildDir,
                                              org.gradle.api.tasks.GroovySourceSet sourceSet,
                                              com.hello2morrow.sonargraph.build.api.ModuleInfo module)
      • handleSourceSet

        public static boolean handleSourceSet​(java.io.File buildDir,
                                              org.gradle.api.tasks.SourceSet sourceSet,
                                              com.hello2morrow.sonargraph.build.api.ModuleInfo module)
      • getSourceDirectoryCategory

        public static com.hello2morrow.sonargraph.build.api.RootPathInfo.Category getSourceDirectoryCategory​(java.io.File buildDir,
                                                                                                             java.io.File dir)