Package net.kyori.blossom.internal
Class BlossomExtensionImpl
java.lang.Object
net.kyori.blossom.internal.BlossomExtensionImpl
- All Implemented Interfaces:
BlossomExtension
-
Field Summary
Fields inherited from interface net.kyori.blossom.BlossomExtension
GROOVY_SOURCES_TEMPLATE_SET_NAME, JAVA_SOURCES_TEMPLATE_SET_NAME, KOTLIN_SOURCES_TEMPLATE_SET_NAME, RESOURCE_TEMPLATE_SET_NAME, SCALA_SOURCES_TEMPLATE_SET_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull org.gradle.api.PolymorphicDomainObjectContainer<TemplateSet>Get all currently registered template sets for this source set.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.kyori.blossom.BlossomExtension
groovySources, groovySources, javaSources, javaSources, kotlinSources, kotlinSources, resources, resources, scalaSources, scalaSources, templateSets
-
Constructor Details
-
BlossomExtensionImpl
@Inject public BlossomExtensionImpl(org.gradle.api.model.ObjectFactory objects)
-
-
Method Details
-
getTemplateSets
@NotNull public @NotNull org.gradle.api.PolymorphicDomainObjectContainer<TemplateSet> getTemplateSets()Description copied from interface:BlossomExtensionGet all currently registered template sets for this source set.- Specified by:
getTemplateSetsin interfaceBlossomExtension- Returns:
- the template sets
-