public interface JandexWorkParameters
extends org.gradle.workers.WorkParameters
JandexWorkAction via the Work API.
All fields are serializable Gradle managed types - safe for configuration
cache.| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.ConfigurableFileCollection |
getClassesDirs()
The directories containing the
class files to index. |
org.gradle.api.provider.Property<java.lang.Integer> |
getIndexVersion()
The version of the Jandex index format to use.
|
org.gradle.api.file.RegularFileProperty |
getOutputFile()
The file path to the
META-INF/jandex.idx file to be generated. |
org.gradle.api.file.ConfigurableFileCollection getClassesDirs()
class files to index.org.gradle.api.file.RegularFileProperty getOutputFile()
META-INF/jandex.idx file to be generated.org.gradle.api.provider.Property<java.lang.Integer> getIndexVersion()