Package io.quarkus.gradle.tasks
Class QuarkusGradleUtils
java.lang.Object
io.quarkus.gradle.tasks.QuarkusGradleUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetClassesDir(org.gradle.api.tasks.SourceSet sourceSet, File tmpDir, boolean test) static StringgetClassesDir(org.gradle.api.tasks.SourceSet sourceSet, File tmpDir, boolean populated, boolean test) static org.gradle.api.tasks.SourceSetgetSourceSet(org.gradle.api.Project project, String sourceSetName) static org.gradle.api.tasks.SourceSetContainergetSourceSets(org.gradle.api.Project project) static PathmergeClassesDirs(Collection<Path> classesDirs, File tmpDir, boolean populated, boolean test)
-
Constructor Details
-
QuarkusGradleUtils
public QuarkusGradleUtils()
-
-
Method Details
-
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, String sourceSetName) -
getClassesDir
-
getClassesDir
-
mergeClassesDirs
public static Path mergeClassesDirs(Collection<Path> classesDirs, File tmpDir, boolean populated, boolean test)
-