Class SourceSetHandler
java.lang.Object
com.hello2morrow.sonargraph.build.client.gradle.SourceSetHandler
-
Method Summary
Modifier and TypeMethodDescriptionstatic RootPathInfo.CategorygetSourceDirectoryCategory(File buildDir, File dir) static booleanhandleSourceSet(File buildDir, org.gradle.api.tasks.GroovySourceSet sourceSet, ModuleInfo module) static booleanhandleSourceSet(File buildDir, org.gradle.api.tasks.SourceSet sourceSet, ModuleInfo module) static voidstatic booleanprocessSourceSets(org.gradle.api.Project project, org.gradle.api.tasks.SourceSetContainer sourceSetContainer, String nameList, ModuleInfo module)
-
Method Details
-
info
-
processSourceSets
public static boolean processSourceSets(org.gradle.api.Project project, org.gradle.api.tasks.SourceSetContainer sourceSetContainer, String nameList, ModuleInfo module) -
handleSourceSet
public static boolean handleSourceSet(File buildDir, org.gradle.api.tasks.GroovySourceSet sourceSet, ModuleInfo module) -
handleSourceSet
public static boolean handleSourceSet(File buildDir, org.gradle.api.tasks.SourceSet sourceSet, ModuleInfo module) -
getSourceDirectoryCategory
-