Interface UseLayerOptions

All Superinterfaces:
LayerOptions

public interface UseLayerOptions extends LayerOptions
Configures a layer for use.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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.