Package org.sonar.plugins.python.indexer
Class FileHashingUtils
- java.lang.Object
-
- org.sonar.plugins.python.indexer.FileHashingUtils
-
public class FileHashingUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]inputFileContentHash(org.sonar.api.batch.fs.InputFile inputFile)
-
-
-
Method Detail
-
inputFileContentHash
public static byte[] inputFileContentHash(org.sonar.api.batch.fs.InputFile inputFile) throws IOException, NoSuchAlgorithmException- Throws:
IOExceptionNoSuchAlgorithmException
-
-