Package jetbrains.mps.persistence.xml
Interface XMLPersistence
- 
- All Known Implementing Classes:
 ModelPersistence9
public interface XMLPersistencePROVISIONAL API, DO NOT USE Replacement forIModelPersistence, to throw away deprecated and unused legacy methods, and to provide streamlined API for XML (aka default) model persistence. Plan is to gradually improve this API unless it can replace IModelPersistence altogether. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXMLPersistence.Indexer 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLPersistence.IndexergetIndexSupport(IndexAwareModelFactory.Callback callback) 
 - 
 
- 
- 
Method Detail
- 
getIndexSupport
@Nullable XMLPersistence.Indexer getIndexSupport(@NotNull IndexAwareModelFactory.Callback callback)
- Returns:
 - null if this particular xml persistence revision doesn't support indexing
 
 
 - 
 
 -