Factory

interface Factory : Serializable

Implementations of this interface must have a no-arguments public constructor.

Functions

Link copied to clipboard
abstract fun create(includes: List<String>, excludes: List<String>, exclusive: Boolean, outDirectory: String, options: Map<String, String>): SchemaHandler