Package net.sourceforge.java.feednread.backend.jobs

Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context.

See:
          Description

Class Summary
DownloadJob Downloads a web based resource to a File on the local machine.
NewsFeedAggregationManagerJob Job to control and coordinate the aggregation of a bunch of Favorites i.e. their associated NewsFeeds.
NewsFeedAggregatorJob Job to aggregate a single Favrite i.e. its set NewsFeed into a given AggregatedNewsFeed.
NewsFeedArchivingJob Job which adds a NewsFeed to the NewsFeedArchive.
NewsFeedFavoritesTreeOPMLImportJob Job to import the favorite structure embedded in an opml file into a Category.
NewsFeedParserJob Job which parses a NewsFeed either by a given url or a Favorite which houses the url settings.
NewsFeedUpdateJob Job to update a NewsFeed either by a given url or a Favorite.
NewsFeedUpdateManagerJob Coordinates the well-regulated update of a Favorite bundle, e.g. a parent Category.
TreeImportJob Job to import the structures from the NewsFeedFavoritesTree and NewsFeedWatchesTree into a Category respective WatchFolder.
 

Package net.sourceforge.java.feednread.backend.jobs Description

Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context.

See Also:
Job