Package ru.vyarus.yaml.updater.update
-
Class Summary Class Description CommentsParserValidator Comments parse is a very simple yaml parser and to make sure it works correctly comparing parsed structure with snakeyaml parse result (parsed trees are unified to represent equal trees).EnvSupport Environment variables could be used to personalize updating yaml file.ListMatcher List matching utilities.TreeMerger Merges commented models.UpdateResultValidator Validates merged file against old and new configs: all old values must be preserved and all new values must be added.