class InheritanceSpecFactory : NamedDomainObjectFactory<InheritanceSpec>
This class provide a factory for InheritanceSpec items of the inherit container.
InheritanceSpecFactory(project: Project)
provides a item factory for a named container. |
fun create(name: String): InheritanceSpec
Creates an empty InheritanceSpec with a name. |