getByName

abstract fun getByName(name: String): Any(source)

Looks for the extension of a given name. If none found it will throw an exception.

Return

extension, never null

Parameters

name

extension name

Throws

When the given extension is not found.