Uses of Class
emissary.core.DiffCheckConfiguration
-
Packages that use DiffCheckConfiguration Package Description emissary.core emissary.util -
-
Uses of DiffCheckConfiguration in emissary.core
Methods in emissary.core that return DiffCheckConfiguration Modifier and Type Method Description DiffCheckConfigurationDiffCheckConfiguration.DiffCheckBuilder. build()Finish building and create the final DiffCheckConfiguration objectDiffCheckConfigurationDiffCheckConfiguration.DiffCheckBuilder. explicit(DiffCheckConfiguration.DiffCheckOptions... options)Provide explicit list of options to enablestatic DiffCheckConfigurationDiffCheckConfiguration. onlyCheckData()Helper method to simplify only enable checking of dataMethods in emissary.core with parameters of type DiffCheckConfiguration Modifier and Type Method Description static voidIBaseDataObjectDiffHelper. diff(emissary.core.IBaseDataObject ibdo1, emissary.core.IBaseDataObject ibdo2, List<String> differences, DiffCheckConfiguration options)This method compares two IBaseDataObject's and adds any differences to the provided string list.static voidIBaseDataObjectDiffHelper. diff(List<emissary.core.IBaseDataObject> ibdoList1, List<emissary.core.IBaseDataObject> ibdoList2, String identifier, List<String> differences, DiffCheckConfiguration options)This method compares two lists of IBaseDataObject's and adds any differences to the provided string list. -
Uses of DiffCheckConfiguration in emissary.util
Methods in emissary.util with parameters of type DiffCheckConfiguration Modifier and Type Method Description static StringPlaceComparisonHelper. checkDifferences(emissary.core.IBaseDataObject ibdoForOldPlace, emissary.core.IBaseDataObject ibdoForNewPlace, List<emissary.core.IBaseDataObject> oldResults, List<emissary.core.IBaseDataObject> newResults, String identifier, DiffCheckConfiguration options)Given two BDOs and results from two processing place runs, compare them and log any differences.static StringPlaceComparisonHelper. compareToPlace(List<emissary.core.IBaseDataObject> newResults, emissary.core.IBaseDataObject ibdoForNewPlace, emissary.place.ServiceProviderPlace newPlace, String newMethodName, emissary.place.ServiceProviderPlace oldPlace, String oldMethodName, DiffCheckConfiguration options)Used to compare a 'new' place with another, usually during development aimed at replacing the 'old' place.
-