Package org.gradle.plugins.signing.type
Class BinarySignatureType
java.lang.Object
org.gradle.plugins.signing.type.AbstractSignatureType
org.gradle.plugins.signing.type.BinarySignatureType
- All Implemented Interfaces:
SignatureType
Binary signature type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe file extension (without the leading dot) associated to this type of signature.Methods inherited from class org.gradle.plugins.signing.type.AbstractSignatureType
combinedExtension, fileFor, sign, sign
-
Constructor Details
-
BinarySignatureType
public BinarySignatureType()
-
-
Method Details
-
getExtension
Description copied from interface:SignatureType
The file extension (without the leading dot) associated to this type of signature.
-