Class JarFileHashAnalyzer
java.lang.Object
org.apache.maven.shared.jar.identification.hash.JarFileHashAnalyzer
- All Implemented Interfaces:
JarHashAnalyzer
@Singleton
@Named("file")
public class JarFileHashAnalyzer
extends Object
implements JarHashAnalyzer
Analyzer that calculates the hash code for the entire file. Can be used to detect an exact copy of the file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeHash
(JarAnalyzer jarAnalyzer) Compute the hash for the JAR.
-
Constructor Details
-
JarFileHashAnalyzer
public JarFileHashAnalyzer()
-
-
Method Details