toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.plugins.signing.type
/
AbstractSignatureTypeProvider
Abstract
Signature
Type
Provider
API
abstract
class
AbstractSignatureTypeProvider
:
SignatureTypeProvider
(
source
)
Convenience base class for
SignatureTypeProvider
implementations.
Inheritors
DefaultSignatureTypeProvider
Members
Constructors
Abstract
Signature
Type
Provider
Link copied to clipboard
API
constructor
(
)
Functions
get
Default
Type
Link copied to clipboard
API
open
fun
getDefaultType
(
)
:
SignatureType
get
Type
For
Extension
Link copied to clipboard
API
open
fun
getTypeForExtension
(
extension
:
String
)
:
SignatureType
has
Type
For
Extension
Link copied to clipboard
API
open
fun
hasTypeForExtension
(
extension
:
String
)
:
Boolean
set
Default
Type
Link copied to clipboard
API
open
fun
setDefaultType
(
defaultTypeExtension
:
String
)