Package org.jfxcore.gradle.tasks
Class FxmlSourceInfo
java.lang.Object
org.jfxcore.gradle.tasks.FxmlSourceInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<org.gradle.api.file.FileCollection>abstract org.gradle.api.file.DirectoryProperty
-
Constructor Details
-
FxmlSourceInfo
public FxmlSourceInfo()
-
-
Method Details
-
getSourceDir
@Internal public abstract org.gradle.api.file.DirectoryProperty getSourceDir() -
getFxmlFiles
@InputFiles @SkipWhenEmpty public abstract org.gradle.api.provider.Property<org.gradle.api.file.FileCollection> getFxmlFiles()
-