public class MergingLogPersistUtil
extends java.lang.Object
Utility functions to save and load individual merge log files.
They are sharded by the directory containing the file, giving a file layout of the form:
.
├── multi
│ └── values.json
└── single
├── drawable.json
├── layout.json
└── layout-land.json
This allows incremental changes to only have to load and rewrite a small fraction of the
total log data.