toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.plugins.signing.type
/
SignatureTypeProvider
Signature
Type
Provider
API
interface
SignatureTypeProvider
(
source
)
Provider of
SignatureType
.
Inheritors
AbstractSignatureTypeProvider
Members
Functions
get
Default
Type
Link copied to clipboard
API
abstract
fun
getDefaultType
(
)
:
SignatureType
get
Type
For
Extension
Link copied to clipboard
API
abstract
fun
getTypeForExtension
(
extension
:
String
)
:
SignatureType
has
Type
For
Extension
Link copied to clipboard
API
abstract
fun
hasTypeForExtension
(
extension
:
String
)
:
Boolean
set
Default
Type
Link copied to clipboard
API
abstract
fun
setDefaultType
(
extension
:
String
)