gradle
Toggle table of contents
9.8.0-20260809003445+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugins.signing.type
/
SignatureTypeProvider
Signature
Type
Provider
API
interface
SignatureTypeProvider
(
source
)
Provider of
SignatureType
.
Since
1.0
Inheritors
AbstractSignatureTypeProvider
Members
Functions
get
Default
Type
Link copied to clipboard
API
abstract
fun
getDefaultType
(
)
:
SignatureType
Returns the default type.
get
Type
For
Extension
Link copied to clipboard
API
abstract
fun
getTypeForExtension
(
extension
:
String
)
:
SignatureType
Returns the type for extension.
has
Type
For
Extension
Link copied to clipboard
API
abstract
fun
hasTypeForExtension
(
extension
:
String
)
:
Boolean
Returns whether type for extension.
set
Default
Type
Link copied to clipboard
API
abstract
fun
setDefaultType
(
extension
:
String
)
Sets the default type.