
public class ConfigurationUtils extends Object
Configuration entities.| Modifier and Type | Method and Description |
|---|---|
static long |
computeChecksum(Configuration c)
The computed checksum of a
Configuration entity only takes in
account the name and value of each parameter that is part of that
configuration. |
static long |
computeCheckSum(long descriptionId,
List<org.lsst.ccs.bus.data.ConfigurationParameterInfo> cpis) |
public static long computeChecksum(Configuration c) throws NoSuchAlgorithmException, IOException
Configuration entity only takes in
account the name and value of each parameter that is part of that
configuration.c - the configurationNoSuchAlgorithmExceptionIOExceptionpublic static long computeCheckSum(long descriptionId,
List<org.lsst.ccs.bus.data.ConfigurationParameterInfo> cpis)
throws NoSuchAlgorithmException,
IOException
NoSuchAlgorithmExceptionIOExceptionCopyright © 2018 LSST. All rights reserved.