Class QuarkusGradleUtils


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet, java.io.File tmpDir, boolean test)  
      static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet, java.io.File tmpDir, boolean populated, boolean test)  
      static org.gradle.api.tasks.SourceSet getSourceSet​(org.gradle.api.Project project, java.lang.String sourceSetName)  
      static org.gradle.api.tasks.SourceSetContainer getSourceSets​(org.gradle.api.Project project)  
      static java.nio.file.Path mergeClassesDirs​(java.util.Collection<java.nio.file.Path> classesDirs, java.io.File tmpDir, boolean populated, boolean test)  
      • Methods inherited from class java.lang.Object

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

      • QuarkusGradleUtils

        public QuarkusGradleUtils()
    • Method Detail

      • getSourceSets

        public static org.gradle.api.tasks.SourceSetContainer getSourceSets​(org.gradle.api.Project project)
      • getSourceSet

        public static org.gradle.api.tasks.SourceSet getSourceSet​(org.gradle.api.Project project,
                                                                  java.lang.String sourceSetName)
      • getClassesDir

        public static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet,
                                                     java.io.File tmpDir,
                                                     boolean test)
      • getClassesDir

        public static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet,
                                                     java.io.File tmpDir,
                                                     boolean populated,
                                                     boolean test)
      • mergeClassesDirs

        public static java.nio.file.Path mergeClassesDirs​(java.util.Collection<java.nio.file.Path> classesDirs,
                                                          java.io.File tmpDir,
                                                          boolean populated,
                                                          boolean test)