public abstract class CompilerPluginExtension
extends Object
-
Constructor Summary
Constructors
-
Method Summary
abstract org.gradle.api.provider.Property<Boolean>
Controls whether the plugin processes the ComponentView annotation.
abstract org.gradle.api.provider.ListProperty<String>
Specifies the file extensions used to select FXML source files for compilation.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompilerPluginExtension
public CompilerPluginExtension()
-
Method Details
-
getAnnotationProcessing
public abstract org.gradle.api.provider.Property<Boolean> getAnnotationProcessing()
Controls whether the plugin processes the ComponentView annotation.
-
getSourceFileExtensions
public abstract org.gradle.api.provider.ListProperty<String> getSourceFileExtensions()
Specifies the file extensions used to select FXML source files for compilation.