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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe file extension (without the leading dot) associated to this type of signature.Methods inherited from class org.gradle.plugins.signing.type.AbstractSignatureTypecombinedExtension, fileFor, sign, sign
- 
Constructor Details- 
BinarySignatureTypepublic BinarySignatureType()
 
- 
- 
Method Details- 
getExtensionDescription copied from interface:SignatureTypeThe file extension (without the leading dot) associated to this type of signature.
 
-