component-build-plugin / com.intershop.gradle.component.build.extension.inheritance / InheritanceSpecFactory

InheritanceSpecFactory

class InheritanceSpecFactory : NamedDomainObjectFactory<InheritanceSpec>

This class provide a factory for InheritanceSpec items of the inherit container.

Parameters

project - the current project

Constructors

<init>

InheritanceSpecFactory(project: Project)

provides a item factory for a named container.

Functions

create

fun create(name: String): InheritanceSpec

Creates an empty InheritanceSpec with a name.