com.android.ide.common.blame
Class MergingLogPersistUtil

java.lang.Object
  extended by com.android.ide.common.blame.MergingLogPersistUtil

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.


Constructor Summary
MergingLogPersistUtil()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergingLogPersistUtil

public MergingLogPersistUtil()