This processor computes the MD5 hash value of a given file and puts it into the pipeline.
Parameters:
filename
A complete or relative path to the file to be hashed. This parameter is mandatory!
resultParamKey
Key of the parameter that is put into the pipeline. This parameter is optional.
The default is "hashValue".
public class HashValueFromFileProcessor extends net.simplace.util.pipeline.FWProcessor { // Public Constructors public HashValueFromFileProcessor(); // Protected Instance Methods