Interface LayerOptions
- All Known Subinterfaces:
 CreateLayerOptions,UseLayerOptions
public interface LayerOptions
Base interface for common options of layer use and layer create.
- 
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.Property<String>The name of the layer. 
- 
Method Details
- 
getLayerName
The name of the layer.- Returns:
 - the name property
 
 
 -