Uses of Interface
org.stanwood.media.actions.podcast.IFeedFile

Packages that use IFeedFile
org.stanwood.media.actions.podcast   
 

Uses of IFeedFile in org.stanwood.media.actions.podcast
 

Classes in org.stanwood.media.actions.podcast that implement IFeedFile
 class VideoFeedFile
          A vidoe base feed file
 

Methods in org.stanwood.media.actions.podcast that return IFeedFile
static IFeedFile FeedFileFactory.createFile(java.io.File file, MediaDirConfig dirConfig, IVideo media, java.lang.String baseUrl)
          Create a feed file
static IFeedFile FeedFileFactory.createFile(java.io.File file, MediaDirConfig dirConfig, java.lang.String title, java.lang.String description, java.lang.String baseUrl)
          Create a feed file
 

Methods in org.stanwood.media.actions.podcast that return types with arguments of type IFeedFile
 java.util.List<IFeedFile> RSSFeed.getEntries()
          Used to get the entries form the feed.
 

Methods in org.stanwood.media.actions.podcast with parameters of type IFeedFile
 void RSSFeed.addEntry(IFeedFile file)
          Used to add a pod cast entry to the RSS feed
protected  void PodCastAction.addFileToList(IFeedFile feedFile)
           
 int VideoFeedFile.compareTo(IFeedFile o)