A B C D E F G H I L M N O P R S T U V X Z

R

RawFeedEditPlugIn - Class in org.clapper.curn.plugins
The RawFeedEditPlugIn edits the raw downloaded XML before it's parsed.
RawFeedEditPlugIn() - Constructor for class org.clapper.curn.plugins.RawFeedEditPlugIn
Default constructor (required).
RawFeedSaveAsPlugIn - Class in org.clapper.curn.plugins
The RawFeedSaveAsPlugIn handles saving a feed to a known location.
RawFeedSaveAsPlugIn() - Constructor for class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Default constructor (required).
ReadOnlyOutputHandler - Class in org.clapper.curn
Wrapper for an OutputHandler that renders it read-only, for passing to plug-ins.
ReadOnlyOutputHandler(OutputHandler) - Constructor for class org.clapper.curn.ReadOnlyOutputHandler
Create a new ReadOnlyOutputHandler that wraps the specified output handler.
registerAdditionalScriptingEngines() - Method in class org.clapper.curn.output.script.ScriptOutputHandler
Deprecated. as of curn 3.1.
registerPersistentDataClientPlugIns(DataPersister) - Method in class org.clapper.curn.MetaPlugIn
Find all plug-ins that implement the PersistentDataClient interface and register them with the specified DataPersister.
removeItem(RSSItem) - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Remove an item from the set of items.
removeItem(RSSItem) - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Remove an item from the set of items.
removeItem(RSSItem) - Method in class org.clapper.curn.parser.RSSChannel
Remove an item from the set of items.
RSS_MIME_TYPE - Static variable in class org.clapper.curn.parser.ParserUtil
Default MIME type for RSS feeds, if we can't figure one out.
RSSChannel - Class in org.clapper.curn.parser
This abstract class defines a simplified view of an RSS channel, providing only the methods necessary for curn to work.
RSSChannel() - Constructor for class org.clapper.curn.parser.RSSChannel
Default constructor.
RSSChannelAdapter - Class in org.clapper.curn.parser.informa
This class implements the RSSChannel interface and defines an adapter for the Informa RSS Parser's ChannelIF type.
RSSChannelAdapter - Class in org.clapper.curn.parser.rome
This class implements the RSSChannel interface and defines an adapter for the Rome RSS Parser's SyndFeedI type.
RSSElement - Class in org.clapper.curn.parser
Abstract parent class of RSSItem and RSSChannel, containing various shared methods.
RSSElement() - Constructor for class org.clapper.curn.parser.RSSElement
Default constructor
RSSItem - Class in org.clapper.curn.parser
This abstract class defines a simplified view of an RSS item, providing only the methods necessary for curn to work.
RSSItem() - Constructor for class org.clapper.curn.parser.RSSItem
Default constructor
RSSItemAdapter - Class in org.clapper.curn.parser.informa
This class implements the RSSItem interface and defines an adapter for the Informa RSS Parser's ItemIF type.
RSSItemAdapter - Class in org.clapper.curn.parser.rome
This class implements the RSSItem interface and defines an adapter for the Rome RSS Parser's SyndEntry type.
RSSLink - Class in org.clapper.curn.parser
An RSSLink object describes a link to a URL, including any metadata about the URL's content (if available).
RSSLink() - Constructor for class org.clapper.curn.parser.RSSLink
Create an empty RSSLink object.
RSSLink(URL, String, RSSLink.Type) - Constructor for class org.clapper.curn.parser.RSSLink
Create and populate a new RSSLink object.
RSSLink.Type - Enum in org.clapper.curn.parser
Link types.
RSSParser - Interface in org.clapper.curn.parser
This interface defines a simplified view of an RSS parser, providing only the methods necessary for curn to work.
RSSParserAdapter - Class in org.clapper.curn.parser.informa
This class implements the RSSParser interface and defines an adapter for the Informa RSS Parser.
RSSParserAdapter() - Constructor for class org.clapper.curn.parser.informa.RSSParserAdapter
Default constructor.
RSSParserAdapter - Class in org.clapper.curn.parser.rome
This class implements the RSSParser interface and defines an adapter for the Rome RSS Parser.
RSSParserAdapter() - Constructor for class org.clapper.curn.parser.rome.RSSParserAdapter
Default constructor.
RSSParserException - Exception in org.clapper.curn.parser
A RSSParserException is thrown by parser implementations to signify parser errors.
RSSParserException() - Constructor for exception org.clapper.curn.parser.RSSParserException
Default constructor, for an exception with no nested exception and no message.
RSSParserException(Throwable) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing another exception, but no message of its own.
RSSParserException(String) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing an error message, but no nested exception.
RSSParserException(String, Throwable) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing another exception and a message.
RSSParserException(String, String, String) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
RSSParserException(String, String, String, Object[]) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
RSSParserException(String, String, String, Throwable) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
RSSParserException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.curn.parser.RSSParserException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
RSSParserFactory - Class in org.clapper.curn.parser
This class provides a factory for retrieving a specific RSS parser implementation.
run(URL, boolean) - Method in class org.clapper.curn.Curn
Run curn against a configuration file.
runCacheLoadedPlugIn(FeedCache) - Method in interface org.clapper.curn.CacheLoadedPlugIn
Called after the curn cache has been read (and after any expired entries have been purged), but before any feeds are processed.
runCacheLoadedPlugIn(FeedCache) - Method in class org.clapper.curn.MetaPlugIn
 
runCommand() - Method in class org.clapper.curn.Tool
Run the curn tool.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in interface org.clapper.curn.FeedConfigItemPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.MetaPlugIn
 
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.AllowEmbeddedHTMLPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.ArticleFilterPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.DisableFeedPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.EmptyArticleSummaryPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.FeedMaxSummarySizePlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.GzipDownloadPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.IgnoreDuplicateArticlesPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.ParsedFeedURLEditPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.RawFeedEditPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.ShowAuthorsPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.ShowDatesPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.SortArticlesPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.TitleOverridePlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runFeedConfigItemPlugIn(String, String, CurnConfig, FeedInfo) - Method in class org.clapper.curn.plugins.UserAgentPlugIn
Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.DataPersisterFactory
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in interface org.clapper.curn.MainConfigItemPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.MetaPlugIn
 
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.AllowEmbeddedHTMLPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.EmailOutputPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.EmptyArticleSummaryPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.FeedMaxSummarySizePlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.GzipDownloadPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.ShowAuthorsPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.ShowDatesPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.SortArticlesPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.UserAgentPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runMainConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.plugins.ZipOutputPlugIn
Called immediately after curn has read and processed a configuration item in the main [curn] configuration section.
runOutputHandlerConfigItemPlugIn(String, String, CurnConfig, ConfiguredOutputHandler) - Method in class org.clapper.curn.MetaPlugIn
 
runOutputHandlerConfigItemPlugIn(String, String, CurnConfig, ConfiguredOutputHandler) - Method in interface org.clapper.curn.OutputHandlerConfigItemPlugIn
Called immediately after curn has read and processed a configuration item in an output handler configuration section.
runOutputHandlerConfigItemPlugIn(String, String, CurnConfig, ConfiguredOutputHandler) - Method in class org.clapper.curn.plugins.DisableOutputHandlerPlugIn
Called immediately after curn has read and processed a configuration item in an output handler configuration section.
runPostConfigPlugIn(CurnConfig) - Method in class org.clapper.curn.DataPersisterFactory
Called after the entire configuration has been read and parsed, but before any feeds are processed.
runPostConfigPlugIn(CurnConfig) - Method in class org.clapper.curn.MetaPlugIn
 
runPostConfigPlugIn(CurnConfig) - Method in class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Called after the entire configuration has been read and parsed, but before any feeds are processed.
runPostConfigPlugIn(CurnConfig) - Method in class org.clapper.curn.plugins.UserAgentPlugIn
Called after the entire configuration has been read and parsed, but before any feeds are processed.
runPostConfigPlugIn(CurnConfig) - Method in interface org.clapper.curn.PostConfigPlugIn
Called after the entire configuration has been read and parsed, but before any feeds are processed.
runPostConfigPlugIn(CurnConfig) - Method in class org.clapper.curn.Tool
 
runPostFeedDownloadPlugIn(FeedInfo, File, String) - Method in class org.clapper.curn.MetaPlugIn
 
runPostFeedDownloadPlugIn(FeedInfo, File, String) - Method in class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
Called immediately after a feed is downloaded.
runPostFeedDownloadPlugIn(FeedInfo, File, String) - Method in class org.clapper.curn.plugins.RawFeedEditPlugIn
Called immediately after a feed is downloaded.
runPostFeedDownloadPlugIn(FeedInfo, File, String) - Method in class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Called immediately after a feed is downloaded.
runPostFeedDownloadPlugIn(FeedInfo, File, String) - Method in interface org.clapper.curn.PostFeedDownloadPlugIn
Called immediately after a feed is downloaded.
runPostFeedOutputPlugIn(FeedInfo, OutputHandler) - Method in class org.clapper.curn.MetaPlugIn
 
runPostFeedOutputPlugIn(FeedInfo, OutputHandler) - Method in interface org.clapper.curn.PostFeedOutputPlugIn
Called immediately after a parsed feed is passed to an output handler.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.MetaPlugIn
 
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.AllowEmbeddedHTMLPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.ArticleFilterPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.EmptyArticleSummaryPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.FeedMaxSummarySizePlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.IgnoreDuplicateArticlesPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.ParsedFeedURLEditPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.ShowAuthorsPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.ShowDatesPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.SortArticlesPlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in class org.clapper.curn.plugins.TitleOverridePlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostFeedParsePlugIn(FeedInfo, RSSChannel) - Method in interface org.clapper.curn.PostFeedParsePlugIn
Called immediately after a feed is parsed, but before it is otherwise processed.
runPostOutputHandlerFlushPlugIn(OutputHandler) - Method in class org.clapper.curn.MetaPlugIn
 
runPostOutputHandlerFlushPlugIn(OutputHandler) - Method in interface org.clapper.curn.PostOutputHandlerFlushPlugIn
Called immediately after an output handler is flushed (i.e., after it has been called to process all feeds and its output has been written to a temporary file), but before that output is displayed, emailed, etc.
runPostOutputPlugIn(Collection<OutputHandler>) - Method in class org.clapper.curn.MetaPlugIn
 
runPostOutputPlugIn(Collection<OutputHandler>) - Method in class org.clapper.curn.plugins.EmailOutputPlugIn
Called after curn has flushed all output handlers.
runPostOutputPlugIn(Collection<OutputHandler>) - Method in class org.clapper.curn.plugins.ZipOutputPlugIn
Called after curn has flushed all output handlers.
runPostOutputPlugIn(Collection<OutputHandler>) - Method in interface org.clapper.curn.PostOutputPlugIn
Called after curn has flushed all output handlers.
runPreCacheSavePlugIn(FeedCache) - Method in class org.clapper.curn.MetaPlugIn
 
runPreCacheSavePlugIn(FeedCache) - Method in interface org.clapper.curn.PreCacheSavePlugIn
Called right before the curn cache is to be saved.
runPreFeedDownloadPlugIn(FeedInfo, URLConnection) - Method in class org.clapper.curn.MetaPlugIn
 
runPreFeedDownloadPlugIn(FeedInfo, URLConnection) - Method in class org.clapper.curn.plugins.GzipDownloadPlugIn
Called just before a feed is downloaded.
runPreFeedDownloadPlugIn(FeedInfo, URLConnection) - Method in class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Called just before a feed is downloaded.
runPreFeedDownloadPlugIn(FeedInfo, URLConnection) - Method in class org.clapper.curn.plugins.UserAgentPlugIn
Called just before a feed is downloaded.
runPreFeedDownloadPlugIn(FeedInfo, URLConnection) - Method in interface org.clapper.curn.PreFeedDownloadPlugIn
Called just before a feed is downloaded.
runPreFeedOutputPlugIn(FeedInfo, RSSChannel, OutputHandler) - Method in class org.clapper.curn.MetaPlugIn
 
runPreFeedOutputPlugIn(FeedInfo, RSSChannel, OutputHandler) - Method in interface org.clapper.curn.PreFeedOutputPlugIn
Called immediately before a parsed feed is passed to an output handler.
runShutdownPlugIn() - Method in class org.clapper.curn.MetaPlugIn
 
runShutdownPlugIn() - Method in interface org.clapper.curn.ShutdownPlugIn
Called just before curn gets ready to exit.
runStartupPlugIn() - Method in class org.clapper.curn.MetaPlugIn
 
runStartupPlugIn() - Method in interface org.clapper.curn.StartupPlugIn
Called immediately after curn has started, but before it has loaded its configuration file or its cache.
runUnknownSectionConfigItemPlugIn(String, String, CurnConfig) - Method in class org.clapper.curn.MetaPlugIn
 
runUnknownSectionConfigItemPlugIn(String, String, CurnConfig) - Method in interface org.clapper.curn.UnknownSectionConfigItemPlugIn
Called immediately after curn has read and processed a configuration item in an unknown configuration section.

A B C D E F G H I L M N O P R S T U V X Z
Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.