|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.ide.common.blame.MergingLogPersistUtil
public class MergingLogPersistUtil
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 |
---|
public MergingLogPersistUtil()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |