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

P

parseCustomOption(char, String, Iterator<String>) - Method in class org.clapper.curn.Tool
Called by parseParams() to handle any option it doesn't recognize.
parseDate(String) - Static method in class org.clapper.curn.parser.ParserUtil
Try to parse a date using as many methods as possible, until one works.
ParsedFeedURLEditPlugIn - Class in org.clapper.curn.plugins
The ParsedFeedURLEditPlugIn edits a feed after it has been parsed, adjusting the URLs in the feed (i.e., the item URLs and the channel, or feed, URL) according to various configuration parameters.
ParsedFeedURLEditPlugIn() - Constructor for class org.clapper.curn.plugins.ParsedFeedURLEditPlugIn
Default constructor (required).
parseExtraMetadata(String, String) - Method in class org.clapper.curn.AbstractPersistentDataClient
Process an "extra" data item that is not associated with a feed or an item.
parseExtraMetadata(String, String) - Method in interface org.clapper.curn.PersistentDataClient
Process an "extra" data item that is not associated with a feed or an item.
parseFeedMetadata(String, String, FeedCacheEntry) - Method in class org.clapper.curn.AbstractPersistentDataClient
Process a data item that has been read from the metadata store and is associated with a feed (or channel).
parseFeedMetadata(String, String, FeedCacheEntry) - Method in interface org.clapper.curn.PersistentDataClient
Process a data item that has been read from the metadata store and is associated with a feed (or channel).
parseItemMetadata(String, String, FeedCacheEntry) - Method in class org.clapper.curn.AbstractPersistentDataClient
Process a data item that has been read from the metadata store and is associated with a cached item.
parseItemMetadata(String, String, FeedCacheEntry) - Method in interface org.clapper.curn.PersistentDataClient
Process a data item that has been read from the metadata store and is associated with a cached item.
parseRFC822Date(String) - Static method in class org.clapper.curn.parser.ParserUtil
Parse an RFC 822-style date string.
parseRSSFeed(URL, InputStream, String) - Method in class org.clapper.curn.parser.informa.RSSParserAdapter
Parse an RSS feed.
parseRSSFeed(URL, InputStream, String) - Method in class org.clapper.curn.parser.rome.RSSParserAdapter
Parse an RSS feed.
parseRSSFeed(URL, InputStream, String) - Method in interface org.clapper.curn.parser.RSSParser
Parse an RSS feed.
ParserUtil - Class in org.clapper.curn.parser
Common utility routines that can be used by all parser implementations.
ParseTest - Class in org.clapper.curn.parser
 
parseW3CDate(String) - Static method in class org.clapper.curn.parser.ParserUtil
Parse a W3C date string.
PersistentDataClient - Interface in org.clapper.curn
A PersistentDataClient is a class that wants to persist its own data in the persisted curn data store.
PersistentFeedData - Class in org.clapper.curn
A PersistentFeedData object contains feed cache data and related metadata for a single feed (or channel), in a form suitable for saving to and restoring from an external store.
PersistentFeedData(FeedCacheEntry) - Constructor for class org.clapper.curn.PersistentFeedData
Creates a new instance of PersistentFeedData.
PersistentFeedData() - Constructor for class org.clapper.curn.PersistentFeedData
Allocate a new empty PersistentFeedData object.
PersistentFeedItemData - Class in org.clapper.curn
A PersistentFeedItemData object contains data and metadata about a perticular item within a feed, in a form suitable for saving to and restoring from an external store.
PersistentFeedItemData(FeedCacheEntry) - Constructor for class org.clapper.curn.PersistentFeedItemData
Creates a new instance of PersistentFeedData
PersistentMetadataGroup - Class in org.clapper.curn
Contains one group of persistent metadata about a feed or an item.
PersistentMetadataGroup(String) - Constructor for class org.clapper.curn.PersistentMetadataGroup
Creates a new instance of PersistentMetadataGroup.
PlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by a class that is to be plugged into curn as a generalized plug-in.
PlugInManager - Class in org.clapper.curn
Responsible for loading the plug-ins and creating the MetaPlugIn singleton that's used to run the loaded plug-ins.
PostConfigPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be invoked right after curn finishes loading its configuration file.
PostFeedDownloadPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified just after curn downloads a feed.
PostFeedOutputPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified after curn sends a parsed feed to an OutputHandler.
PostFeedParsePlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified just after curn downloads a feed.
PostOutputHandlerFlushPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified after curn sends a parsed feed to an OutputHandler.
PostOutputPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified after curn has finished invoking all OutputHandlers.
PreCacheSavePlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified just before curn saves its cache.
PreFeedDownloadPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified just before curn downloads a feed.
PreFeedOutputPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified just before curn sends a parsed feed to an OutputHandler.
processPostOptionCommandLine(Iterator<String>) - Method in class org.clapper.curn.Tool
Called by parseParams() once option parsing is complete, this method must handle any additional parameters on the command line.

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.