Uses of Class
yearreview.app.data.sources.DataSource
Packages that use DataSource
Package
Description
- 
Uses of DataSource in yearreview.app.data
Fields in yearreview.app.data with type parameters of type DataSourceModifier and TypeFieldDescriptionprivate final Map<String,DataSource> DataManager.sourcesList of DataSources loaded from the configuration.Methods in yearreview.app.data that return DataSourceModifier and TypeMethodDescriptionDataManager.getSourceByTag(String tag) Gets a DataSource by its tag. - 
Uses of DataSource in yearreview.app.data.sources
Methods in yearreview.app.data.sources that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceDataSource.getDataSource(XmlNode config) Gets a DataSource by the name stored inside the configuration and initializes it with that configuration. - 
Uses of DataSource in yearreview.app.data.sources.audio
Subclasses of DataSource in yearreview.app.data.sources.audioModifier and TypeClassDescriptionclassADataSourcethat usesadaptersto load the listening-history from files exported from services like Spotify. - 
Uses of DataSource in yearreview.app.data.sources.fitness
Subclasses of DataSource in yearreview.app.data.sources.fitnessModifier and TypeClassDescriptionclassADataSourcethat loads the Fitness Data exported from services like Strava usingadapters.