Package net.kyori.blossom.internal
Class VariantImpl
java.lang.Object
net.kyori.blossom.internal.VariantImpl
- All Implemented Interfaces:
Variant,org.gradle.api.Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.kyori.blossom.Variant
properties
-
Constructor Details
-
VariantImpl
-
-
Method Details
-
getName
-
getPropertyFiles
@InputFiles @NotNull public @NotNull org.gradle.api.file.ConfigurableFileCollection getPropertyFiles()Description copied from interface:VariantData files containing template parameters.- Specified by:
getPropertyFilesin interfaceVariant- Returns:
- the data files to read
-
getProperties
Description copied from interface:VariantRuntime properties for inserting into templates.- Specified by:
getPropertiesin interfaceVariant- Returns:
- the properties map
-