Package fr.becpg.repo.helper
Class CheckSumHelper
java.lang.Object
fr.becpg.repo.helper.CheckSumHelper
CheckSumHelper class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSameChecksum(String key, String value, String checksum) isSameChecksum.static StringupdateChecksum(String key, String value, String checksum) updateChecksum.
-
Field Details
-
logger
private static final org.apache.commons.logging.Log logger
-
-
Constructor Details
-
CheckSumHelper
private CheckSumHelper()
-
-
Method Details