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
public class BinarySignatureType extends AbstractSignatureType
Binary signature type.
-
-
Constructor Summary
Constructors Constructor Description BinarySignatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExtension()
The 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
-
-
-
-
Method Detail
-
getExtension
public java.lang.String getExtension()
Description copied from interface:SignatureType
The file extension (without the leading dot) associated to this type of signature.
-
-