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