Package edu.hm.hafner.analysis
Class FingerprintGenerator
- java.lang.Object
-
- edu.hm.hafner.analysis.FingerprintGenerator
-
public class FingerprintGenerator extends Object
Creates fingerprints for a set of issues.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description FingerprintGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(FullTextFingerprint algorithm, Report report, Charset charset)Creates fingerprints for the specified set of issues.
-
-
-
Method Detail
-
run
public void run(FullTextFingerprint algorithm, Report report, Charset charset)
Creates fingerprints for the specified set of issues.- Parameters:
algorithm- fingerprinting algorithmreport- the issues to analyzecharset- the character set to use when reading the source files
-
-