Package jetbrains.mps.extapi.persistence.datasource
- 
Interface Summary Interface Description DataSourceFactoryFromName Interface for creating a newDataSourcefrom a given model name.DataSourceFactoryFromURL Logic defining how to create data source from the given URL.DataSourceFactoryRule Service-provider interface for breeding newDataSourceFactoryFromNameandDataSourceFactoryFromURLfrom the given data source type. - 
Class Summary Class Description DataSourceFactoryRuleService Service provider to define your own data source factories - 
Enum Summary Enum Description PreinstalledDataSourceTypes Bundled data source types which are obviously connected with the possible file extension, for instance, '.mps', '.model' or '.mpsr' Use it to get aDataSourceFactoryFromNamefrom theDataSourceFactoryRuleServicein order to construct a new data source.PreinstalledURLDataSourceFactories Bundled data source factories by default. - 
Exception Summary Exception Description URLNotSupportedException Thrown if theDataSourceFactoryFromURLis not able to use thisURLto construct a new data source.