Uses of Class
yearreview.app.data.sources.DataSource
Package
Description
-
Uses of DataSource in yearreview.app.data
Modifier and TypeFieldDescriptionprivate final Map<String,
DataSource> DataManager.sources
List of DataSources loaded from the configuration.Modifier and TypeMethodDescriptionDataManager.getSourceByTag
(String tag) Gets a DataSource by its tag. -
Uses of DataSource in yearreview.app.data.sources
Modifier and TypeMethodDescriptionstatic DataSource
DataSource.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
Modifier and TypeClassDescriptionclass
ADataSource
that usesadapters
to load the listening-history from files exported from services like Spotify. -
Uses of DataSource in yearreview.app.data.sources.fitness
Modifier and TypeClassDescriptionclass
ADataSource
that loads the Fitness Data exported from services like Strava usingadapters
.