public interface DataProviderFactory
DataProvider for the current environment.| Modifier and Type | Method and Description |
|---|---|
void |
createDataProviders(EntityImporter importer)
Discovers, builds and registers all
DataProviders that are available for the current environment. |
void createDataProviders(EntityImporter importer)
DataProviders that are available for the current environment.
Ensures that the order of the providers is set in accordance with their dependencies.importer - the current importer that needs the providers, new providers are added with
EntityImporter.addDataProvider(DataProvider) or
EntityImporter.addDataProvider(DataProvider, int)Copyright © 2022 fastnate.org. All rights reserved.