Package io.quarkus.gradle.tasks
Class QuarkusGradleUtils
- java.lang.Object
-
- io.quarkus.gradle.tasks.QuarkusGradleUtils
-
public class QuarkusGradleUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QuarkusGradleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetClassesDir(org.gradle.api.tasks.SourceSet sourceSet, java.io.File tmpDir, boolean test)static java.lang.StringgetClassesDir(org.gradle.api.tasks.SourceSet sourceSet, java.io.File tmpDir, boolean populated, boolean test)static org.gradle.api.tasks.SourceSetgetSourceSet(org.gradle.api.Project project, java.lang.String sourceSetName)static java.nio.file.PathmergeClassesDirs(java.util.Collection<java.nio.file.Path> classesDirs, java.io.File tmpDir, boolean populated, boolean test)
-
-
-
Method Detail
-
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)
-
-