rustic / com.osm.gradle.plugins.types.config / ConfigBase / Factory

Factory

class Factory<T : ConfigBase> : NamedDomainObjectFactory<T>

Constructors

<init>

Factory(extensions: ExtensionContainer, type: Class<T>)

Functions

create

fun create(name: String): T