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

G

getAllEntries() - Method in class org.clapper.curn.FeedCache
Get all entries in the cache, in no particular order.
getAuthor() - Method in class org.clapper.curn.parser.RSSElement
Get the item's author.
getAuthors() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the channel's author list.
getAuthors() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the item's author list.
getAuthors() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the channel's author list.
getAuthors() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the item's author list.
getAuthors() - Method in class org.clapper.curn.parser.RSSChannel
Get the channel's author list.
getAuthors() - Method in class org.clapper.curn.parser.RSSElement
Get the item's author list.
getAuthors() - Method in class org.clapper.curn.parser.RSSItem
Get the item's author list.
getBuildID() - Static method in class org.clapper.curn.Version
Get the build ID.
getBuildInfo() - Static method in class org.clapper.curn.Version
Get the BuildInfo object that holds the build information data.
getCategories() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the categories the item belongs to.
getCategories() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the categories the item belongs to.
getCategories() - Method in class org.clapper.curn.parser.RSSItem
Get the categories the item belongs to.
getChannel() - Method in class org.clapper.curn.output.script.ScriptOutputHandler.ChannelWrapper
 
getClassName() - Method in class org.clapper.curn.ConfiguredOutputHandler
Get the class name associated with this output handler
getContent(String) - Method in class org.clapper.curn.parser.RSSItem
Get the item's content, if available.
getContentType() - Method in class org.clapper.curn.output.FileOutputHandler
Get the content (i.e., MIME) type for output produced by this output handler.
getContentType() - Method in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Get the content (i.e., MIME) type for output produced by this output handler.
getContentType() - Method in class org.clapper.curn.output.script.ScriptOutputHandler
Get the content (i.e., MIME) type for output produced by this output handler.
getContentType() - Method in interface org.clapper.curn.OutputHandler
Get the content (i.e., MIME) type for output produced by this output handler.
getContentType() - Method in class org.clapper.curn.ReadOnlyOutputHandler
Get the content (i.e., MIME) type for output produced by this output handler.
getCopyright() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the channel's copyright string
getCopyright() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the channel's copyright string
getCopyright() - Method in class org.clapper.curn.parser.RSSChannel
Get the channel's copyright string
getCopyright() - Static method in class org.clapper.curn.Version
Get the copyright.
getCustomUsageInfo(UsageInfo) - Method in class org.clapper.curn.Tool
Called by parseParams() to get the custom command-line options and parameters handled by the subclass.
getDaysToCache() - Method in class org.clapper.curn.FeedInfo
Get the number of days that URLs from this site are to be cached.
getDeprecatedParamMessage(String, String) - Method in class org.clapper.curn.CurnConfig
Utility method that retrieves a "deprecated parameter" warning.
getDescription() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the channel's description
getDescription() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the channel's description
getDescription() - Method in class org.clapper.curn.parser.RSSChannel
Get the channel's description
getEntry(String) - Method in class org.clapper.curn.FeedCache
Get an entry from the cache by its unique ID.
getEntryByURL(URL) - Method in class org.clapper.curn.FeedCache
Get an entry from the cache by its URL.
getEntryURL() - Method in class org.clapper.curn.FeedCacheEntry
Get the URL for this entry.
getErrorOut() - Static method in class org.clapper.curn.CurnUtil
Get a PrintWriter for writing error messages to the screen.
getExtraFeedMetadata() - Method in class org.clapper.curn.AbstractPersistentDataClient
Get any extra metadata (i.e., data that is not associated with a feed or an item) that is to be saved.
getExtraFeedMetadata() - Method in interface org.clapper.curn.PersistentDataClient
Get any extra metadata (i.e., data that is not associated with a feed or an item) that is to be saved.
getExtraVariables() - Method in class org.clapper.curn.ConfiguredOutputHandler
Get the extra variables defined with this output handler.
getFeedCacheEntry() - Method in class org.clapper.curn.PersistentFeedData
Get the FeedCacheEntry for the feed
getFeedCacheEntry() - Method in class org.clapper.curn.PersistentFeedItemData
Get the FeedCacheEntry for the item
getFeedInfo() - Method in class org.clapper.curn.output.script.ScriptOutputHandler.ChannelWrapper
 
getFeedInfoMap() - Method in class org.clapper.curn.CurnConfig
Get the FeedInfo map.
getFeedMetadata() - Method in class org.clapper.curn.PersistentFeedData
Get the extra metadata associated with the feed.
getFeeds() - Method in class org.clapper.curn.CurnConfig
Get the configured RSS feeds.
getFirstContentOfType(String...) - Method in class org.clapper.curn.parser.RSSItem
Get the first content item that matches one of a list of MIME types.
getForcedCharacterEncoding() - Method in class org.clapper.curn.FeedInfo
Get the forced character set encoding for this feed.
getFullVersion(Locale) - Static method in class org.clapper.curn.Version
Get the full program version string, which contains the program name, the version number and the build ID string.
getFullVersion() - Static method in class org.clapper.curn.Version
Get the full program version string, which contains the program name, the version number and the build ID string.
getGeneratedOutput() - Method in class org.clapper.curn.output.FileOutputHandler
Get the File that represents the output produced by the handler, if applicable.
getGeneratedOutput() - Method in interface org.clapper.curn.OutputHandler
Get the File that represents the output produced by the handler, if applicable.
getGeneratedOutput() - Method in class org.clapper.curn.ReadOnlyOutputHandler
Get the File that represents the output produced by the handler, if applicable.
getID() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the item's ID field, if any.
getID() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the item's ID field, if any.
getID() - Method in class org.clapper.curn.parser.RSSItem
Get the item's ID field, if any.
getInstance() - Static method in class org.clapper.curn.DataPersisterFactory
Get the configured data persister object.
getItemMetadata() - Method in class org.clapper.curn.PersistentFeedItemData
Get the extra metadata associated with the feed.
getItems() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get a Collection of the items in this channel.
getItems() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get a Collection of the items in this channel.
getItems() - Method in class org.clapper.curn.parser.RSSChannel
Get a Collection of the items in this channel.
getLastModified(Object) - Method in class org.clapper.curn.output.freemarker.CurnTemplateLoader
Returns the time of last modification of the specified template source.
getLink(String, RSSLink.Type...) - Method in class org.clapper.curn.parser.RSSElement
Get the link with a specific MIME type and one of a set of link types.
getLink(RSSLink.Type) - Method in class org.clapper.curn.parser.RSSElement
Get the first link with the specified link type.
getLink(String) - Method in class org.clapper.curn.parser.RSSElement
Get the first link with the specified MIME type.
getLinkMIMEType(URL) - Static method in class org.clapper.curn.parser.ParserUtil
Get the MIME type for a link from an RSS feed.
getLinks() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the channel's published links.
getLinks() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the item's published links.
getLinks() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the channel's published links.
getLinks() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the item's published links.
getLinks() - Method in class org.clapper.curn.parser.RSSChannel
Get the channel's list of published links (its URLs).
getLinks() - Method in class org.clapper.curn.parser.RSSElement
Get the element's list of published links (its URLs).
getLinks() - Method in class org.clapper.curn.parser.RSSItem
Get the item's published links.
getLinkType() - Method in class org.clapper.curn.parser.RSSLink
Get the link type for this link.
getLinkWithFallback(String) - Method in class org.clapper.curn.parser.RSSElement
Get the first link with the specified MIME type.
getLocation() - Method in class org.clapper.curn.output.freemarker.TemplateLocation
Get the location string for this template location.
getLogger() - Method in class org.clapper.curn.plugins.AbstractXMLEditPlugIn
Get the Logger object created for this object.
getLogger() - Method in class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
 
getLogger() - Method in class org.clapper.curn.plugins.RawFeedEditPlugIn
 
getMaxThreads() - Method in class org.clapper.curn.CurnConfig
Get the maximum number of concurrent threads to spawn when retrieving RSS feeds.
getMessage() - Method in exception org.clapper.curn.FeedException
Returns the error message string for this exception.
getMessage(Locale) - Method in exception org.clapper.curn.FeedException
Returns the error message string for this exception.
getMetadata() - Method in class org.clapper.curn.PersistentMetadataGroup
Get the name/value pairs (i.e., the actual data) associated with this metadata group.
getMetadataForFeed(FeedCacheEntry) - Method in class org.clapper.curn.AbstractPersistentDataClient
Get the metadata that is to be saved with a particular feed or channel.
getMetadataForFeed(FeedCacheEntry) - Method in interface org.clapper.curn.PersistentDataClient
Get the metadata that is to be saved with a particular feed or channel.
getMetadataForItem(FeedCacheEntry, FeedCacheEntry) - Method in class org.clapper.curn.AbstractPersistentDataClient
Get the metadata that is to be saved with a particular item within a feed.
getMetadataForItem(FeedCacheEntry, FeedCacheEntry) - Method in interface org.clapper.curn.PersistentDataClient
Get the metadata that is to be saved with a particular item within a feed.
getMetaPlugIn() - Static method in class org.clapper.curn.MetaPlugIn
Get the MetaPlugIn singleton.
getMetatdataNamespace() - Method in class org.clapper.curn.AbstractPersistentDataClient
Get the namespace for this object's metadata.
getMetatdataNamespace() - Method in interface org.clapper.curn.PersistentDataClient
Get the namespace for this object's metadata.
getMillisecondsToCache() - Method in class org.clapper.curn.FeedInfo
Get the number of milliseconds that URLs from this site are to be cached.
getMIMEType() - Method in class org.clapper.curn.parser.RSSLink
Get the MIME type for this link.
getName() - Method in class org.clapper.curn.ConfiguredOutputHandler
Get the unique name for this handler
getName() - Method in class org.clapper.curn.output.FileOutputHandler
Get the name of this output handler.
getName() - Method in class org.clapper.curn.output.freemarker.TemplateLocation
Get a FreeMarker-suitable name for this template.
getName() - Method in interface org.clapper.curn.OutputHandler
Get the name of this output handler.
getName() - Method in class org.clapper.curn.ReadOnlyOutputHandler
Get the name of this output handler.
getNamespace() - Method in class org.clapper.curn.PersistentMetadataGroup
Get the namespace for this group.
getNameValuePairs() - Method in class org.clapper.curn.PersistentMetadataGroup
 
getNativeRSSFormat() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the RSS format the channel is using, in native format.
getNativeRSSFormat() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the RSS format the channel is using, in native format.
getNativeRSSFormat() - Method in class org.clapper.curn.parser.RSSChannel
Get the RSS format the channel is using, in native format.
getOutputEncoding() - Method in class org.clapper.curn.output.FileOutputHandler
Get the output encoding.
getOutputEncoding() - Method in interface org.clapper.curn.OutputHandler
Get the output encoding.
getOutputEncoding() - Method in class org.clapper.curn.ReadOnlyOutputHandler
Get the output encoding.
getOutputFile() - Method in class org.clapper.curn.output.FileOutputHandler
Get the output file.
getOutputHandler() - Method in class org.clapper.curn.ConfiguredOutputHandler
Get the actual OutputHandler object, instantiating it if it hasn't already been instantiated.
getOutputHandler(Class<?>) - Static method in class org.clapper.curn.OutputHandlerFactory
Get an instance of the named OutputHandler class.
getOutputHandler(String) - Static method in class org.clapper.curn.OutputHandlerFactory
Get an instance of the named OutputHandler class.
getOutputHandlers() - Method in class org.clapper.curn.CurnConfig
Gets the list of output handlers from the configuration, in the order they appeared in the configuration.
getParentChannel() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the parent Channel object.
getParentChannel() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the parent Channel object.
getParentChannel() - Method in class org.clapper.curn.parser.RSSItem
Get the parent channel
getPersistentFeedItems() - Method in class org.clapper.curn.PersistentFeedData
Get the list of PersistentFeedItemData entries associated with this feed.
getPlugInName() - Method in class org.clapper.curn.DataPersisterFactory
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.MetaPlugIn
 
getPlugInName() - Method in interface org.clapper.curn.PlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.AllowEmbeddedHTMLPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.ArticleFilterPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.DisableFeedPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.DisableOutputHandlerPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.EmailOutputPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.EmptyArticleSummaryPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.FeedMaxSummarySizePlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.GzipDownloadPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.IgnoreDuplicateArticlesPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.ParsedFeedURLEditPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.RawFeedEditPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.ShowAuthorsPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.ShowDatesPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.SortArticlesPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.TitleOverridePlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.UserAgentPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.plugins.ZipOutputPlugIn
Get a displayable name for the plug-in.
getPlugInName() - Method in class org.clapper.curn.Tool
 
getPlugInSortKey() - Method in class org.clapper.curn.DataPersisterFactory
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.MetaPlugIn
 
getPlugInSortKey() - Method in interface org.clapper.curn.PlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.AllowEmbeddedHTMLPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.ArticleFilterPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.DisableFeedPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.DisableOutputHandlerPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.EmailOutputPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.EmptyArticleSummaryPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.FeedMaxSummarySizePlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.GzipDownloadPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.IgnoreDuplicateArticlesPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.ParsedFeedURLEditPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.RawFeedEditPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.RawFeedSaveAsPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.ShowAuthorsPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.ShowDatesPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.SortArticlesPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.TitleOverridePlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.UserAgentPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.plugins.ZipOutputPlugIn
Get the sort key for this plug-in.
getPlugInSortKey() - Method in class org.clapper.curn.Tool
 
getPublicationDate() - Method in class org.clapper.curn.FeedCacheEntry
Get the publication date associated with the cached item.
getPublicationDate() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the channel's publication date.
getPublicationDate() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the item's publication date.
getPublicationDate() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the channel's publication date.
getPublicationDate() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the item's publication date.
getPublicationDate() - Method in class org.clapper.curn.parser.RSSChannel
Get the channel's publication date.
getPublicationDate() - Method in class org.clapper.curn.parser.RSSItem
Get the item's publication date.
getReader(Object, String) - Method in class org.clapper.curn.output.freemarker.CurnTemplateLoader
Returns the character stream of a template represented by the specified template source.
getResourceBundle(Locale) - Static method in class org.clapper.curn.CurnUtil
Get the resource bundle.
getResourceFromBundle(String, Locale) - Static method in class org.clapper.curn.CurnUtil
Get a string (resource) from the resource bundle.
getRSSFormat() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the RSS format the channel is using.
getRSSFormat() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the RSS format the channel is using.
getRSSFormat() - Method in class org.clapper.curn.parser.RSSChannel
Get the RSS format the channel is using, as a string
getRSSParser(String) - Static method in class org.clapper.curn.parser.RSSParserFactory
Get the named RSS parser.
getRSSParserClassName() - Method in class org.clapper.curn.CurnConfig
Get the name of the RSS parser class to use.
getSectionName() - Method in class org.clapper.curn.ConfiguredOutputHandler
Get the configuration file section name where this output handler was defined
getSummary() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the item's summary.
getSummary() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the item's summary.
getSummary() - Method in class org.clapper.curn.parser.RSSItem
Get the item's summary (also sometimes called the description or synopsis).
getTimestamp() - Method in class org.clapper.curn.FeedCacheEntry
Get the timestamp associated with this entry.
getTitle() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Get the channel's title
getTitle() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Get the item's title
getTitle() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Get the channel's title
getTitle() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Get the item's title
getTitle() - Method in class org.clapper.curn.parser.RSSChannel
Get the channel's title
getTitle() - Method in class org.clapper.curn.parser.RSSItem
Get the item's title
getType() - Method in class org.clapper.curn.output.freemarker.TemplateLocation
Get the type of this template location.
getURL() - Method in class org.clapper.curn.FeedInfo
Get the main RSS URL for the site.
getURL() - Method in class org.clapper.curn.parser.RSSElement
Get the URL associated with this item.
getURL() - Method in class org.clapper.curn.parser.RSSLink
Get the URL for this link.
getUtilityName() - Static method in class org.clapper.curn.Version
Get curn's official name, for display purposes.
getVersion() - Method in class org.clapper.curn.output.script.ScriptOutputHandler.CurnScriptObjects
 
getVersionNumber() - Static method in class org.clapper.curn.Version
Get just the version number string.
getWebSite() - Static method in class org.clapper.curn.Version
Get the web site where curn can be found.
GzipDownloadPlugIn - Class in org.clapper.curn.plugins
The GzipDownloadPlugIn handles setting the global and per-feed HTTP header that requests gzipped (compressed) feed data (assuming the remote server honors that header).
GzipDownloadPlugIn() - Constructor for class org.clapper.curn.plugins.GzipDownloadPlugIn
Default constructor (required).

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.