Uses of Interface
com.biglybt.plugin.rssgen.RSSGeneratorPlugin.Provider
-
Packages that use RSSGeneratorPlugin.Provider Package Description com.biglybt.core.category.impl com.biglybt.core.devices.impl com.biglybt.core.subs.impl com.biglybt.core.tag.impl com.biglybt.plugin.rssgen -
-
Uses of RSSGeneratorPlugin.Provider in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement RSSGeneratorPlugin.Provider Modifier and Type Class Description class
CategoryManagerImpl
-
Uses of RSSGeneratorPlugin.Provider in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement RSSGeneratorPlugin.Provider Modifier and Type Class Description class
DeviceManagerRSSFeed
-
Uses of RSSGeneratorPlugin.Provider in com.biglybt.core.subs.impl
Classes in com.biglybt.core.subs.impl that implement RSSGeneratorPlugin.Provider Modifier and Type Class Description class
SubscriptionRSSFeed
-
Uses of RSSGeneratorPlugin.Provider in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as RSSGeneratorPlugin.Provider Modifier and Type Field Description private RSSGeneratorPlugin.Provider
TagManagerImpl. rss_generator
-
Uses of RSSGeneratorPlugin.Provider in com.biglybt.plugin.rssgen
Fields in com.biglybt.plugin.rssgen with type parameters of type RSSGeneratorPlugin.Provider Modifier and Type Field Description private static java.util.Map<java.lang.String,RSSGeneratorPlugin.Provider>
RSSGeneratorPlugin. providers
Methods in com.biglybt.plugin.rssgen with parameters of type RSSGeneratorPlugin.Provider Modifier and Type Method Description static void
RSSGeneratorPlugin. registerProvider(java.lang.String name, RSSGeneratorPlugin.Provider provider)
-