Package org.sonar.java.caching
Class FileHashingUtils
java.lang.Object
org.sonar.java.caching.FileHashingUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
inputFileContentHash
(String filepath) static byte[]
inputFileContentHash
(org.sonar.api.batch.fs.InputFile inputFile)
-
Field Details
-
HASH_ALGORITHM
- See Also:
-
-
Method Details
-
inputFileContentHash
public static byte[] inputFileContentHash(org.sonar.api.batch.fs.InputFile inputFile) throws IOException, NoSuchAlgorithmException - Throws:
IOException
NoSuchAlgorithmException
-
inputFileContentHash
public static byte[] inputFileContentHash(String filepath) throws IOException, NoSuchAlgorithmException - Throws:
IOException
NoSuchAlgorithmException
-