-
public class JandexExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>toolVersionprivate final Property<Integer>maxErrorsprivate final Property<JandexBuildAction>jandexBuildAction
-
Constructor Summary
Constructors Constructor Description JandexExtension(ObjectFactory objects)
-
Method Summary
Modifier and Type Method Description final Property<String>getToolVersion()final Property<Integer>getMaxErrors()final Property<JandexBuildAction>getJandexBuildAction()final UnitskipDefaultProcessing()final UnitskipIndexFileGeneration()final UnitincludeIndexInJar(Boolean include)final UnitincludeIndexInJar()-
-
Method Detail
-
getToolVersion
final Property<String> getToolVersion()
-
getMaxErrors
final Property<Integer> getMaxErrors()
-
getJandexBuildAction
final Property<JandexBuildAction> getJandexBuildAction()
-
skipDefaultProcessing
final Unit skipDefaultProcessing()
-
skipIndexFileGeneration
final Unit skipIndexFileGeneration()
-
includeIndexInJar
@JvmOverloads() final Unit includeIndexInJar(Boolean include)
-
includeIndexInJar
@JvmOverloads() final Unit includeIndexInJar()
-
-
-
-