add

abstract fun <T> add(name: String, publicType: Class<T>, configureAction: Action<in T>)(source)

Adds a model default for the project type specified by the given name.

Since

8.10

Parameters

name

the name of the project type

publicType

the public type of the project type

configureAction

the action to configure the project type