api / org.gradle.plugins.signing.type / SignatureTypeProvider

SignatureTypeProvider

interface SignatureTypeProvider

Provider of SignatureType.

Functions

getDefaultType

abstract fun getDefaultType(): SignatureType

getTypeForExtension

abstract fun getTypeForExtension(extension: String): SignatureType

hasTypeForExtension

abstract fun hasTypeForExtension(extension: String): Boolean

setDefaultType

abstract fun setDefaultType(extension: String): Unit

Inheritors

AbstractSignatureTypeProvider

abstract class AbstractSignatureTypeProvider : SignatureTypeProvider

Convenience base class for SignatureTypeProvider implementations.