Interface UseLayerOptions
- All Superinterfaces:
LayerOptions
Configures a layer for use.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.RegularFileProperty
The path to the layer to use.Methods inherited from interface org.graalvm.buildtools.gradle.tasks.LayerOptions
getLayerName
-
Method Details
-
getLayerFile
@InputFile @PathSensitive(NAME_ONLY) org.gradle.api.file.RegularFileProperty getLayerFile()The path to the layer to use.- Returns:
- the path property.
-