Class JarBytecodeHashAnalyzer
java.lang.Object
org.apache.maven.shared.jar.identification.hash.JarBytecodeHashAnalyzer
- All Implemented Interfaces:
JarHashAnalyzer
@Singleton
@Named("bytecode")
public class JarBytecodeHashAnalyzer
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's class
data. Useful to see thru a recompile, recompression, or timestamp change.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeHash
(JarAnalyzer jarAnalyzer) Compute the hash for the JAR.
-
Constructor Details
-
JarBytecodeHashAnalyzer
public JarBytecodeHashAnalyzer()
-
-
Method Details