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.sources
List 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 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
Subclasses of DataSource in yearreview.app.data.sources.audioModifier 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
Subclasses of DataSource in yearreview.app.data.sources.fitnessModifier and TypeClassDescriptionclass
ADataSource
that loads the Fitness Data exported from services like Strava usingadapters
.