Uses of Package
org.clapper.curn

Packages that use org.clapper.curn
org.clapper.curn   
org.clapper.curn.output org.clapper.curn.output - Predefined Output Handlers This package contains predefined output handlers for curn
org.clapper.curn.output.freemarker   
org.clapper.curn.output.script   
org.clapper.curn.plugins   
 

Classes in org.clapper.curn used by org.clapper.curn
CacheLoadedPlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be notified immediately after curn loads its cache.
ConfiguredOutputHandler
          Contains parsed configuration information for an output handler, including the class name and output handler name (which is really the section name).
Curn
          curn: Customizable Utilitarian RSS Notifier.
CurnConfig
          CurnConfig uses the Configuration class (part of the clapper.org Java Utility library) to parse and validate the curn configuration file, holding the results in memory for easy access.
CurnException
          CurnException is the base class for all exceptions thrown by this tool.
CurnUtil.IndexMarker
          Constants defining where rolled file indicators should go in the file name pattern.
DataPersister
          Persists data to the curn persistent data store, whatever that may be.
DataPersister.LoadedDataHandler
          Used to define a callback for handling loaded data.
FeedCache
          Defines the in-memory format of the curn cache, and provides methods for saving and restoring the cache.
FeedCacheEntry
          Defines the contents of a cache entry.
FeedConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn feed-section configuration items.
FeedInfo
          Contains data for one feed (or site).
MainConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn main-section configuration items.
MetaPlugIn
          A MetaPlugIn object is basically a plug-in that contains all the loaded plug-ins.
OutputHandler
          This interface defines the methods that must be supported by a class that is to be plugged into curn as an output handler.
OutputHandlerConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn output handler-related configuration items.
PersistentDataClient
          A PersistentDataClient is a class that wants to persist its own data in the persisted curn data store.
PersistentFeedData
          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.
PersistentFeedItemData
          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.
PersistentMetadataGroup
          Contains one group of persistent metadata about a feed or an item.
PlugIn
          This interface defines the methods that must be supported by a class that is to be plugged into curn as a generalized plug-in.
PostConfigPlugIn
          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
          This interface defines the methods that must be supported by plug-ins that wish to be notified just after curn downloads a feed.
PostFeedOutputPlugIn
          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
          This interface defines the methods that must be supported by plug-ins that wish to be notified just after curn downloads a feed.
PostOutputHandlerFlushPlugIn
          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
          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
          This interface defines the methods that must be supported by plug-ins that wish to be notified just before curn saves its cache.
PreFeedDownloadPlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be notified just before curn downloads a feed.
PreFeedOutputPlugIn
          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.
ShutdownPlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be invoked just before curn shuts down.
StartupPlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be invoked at curn startup time.
UnknownSectionConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn configuration items in unrecognized sections.
 

Classes in org.clapper.curn used by org.clapper.curn.output
ConfiguredOutputHandler
          Contains parsed configuration information for an output handler, including the class name and output handler name (which is really the section name).
CurnConfig
          CurnConfig uses the Configuration class (part of the clapper.org Java Utility library) to parse and validate the curn configuration file, holding the results in memory for easy access.
CurnException
          CurnException is the base class for all exceptions thrown by this tool.
FeedInfo
          Contains data for one feed (or site).
OutputHandler
          This interface defines the methods that must be supported by a class that is to be plugged into curn as an output handler.
 

Classes in org.clapper.curn used by org.clapper.curn.output.freemarker
ConfiguredOutputHandler
          Contains parsed configuration information for an output handler, including the class name and output handler name (which is really the section name).
CurnConfig
          CurnConfig uses the Configuration class (part of the clapper.org Java Utility library) to parse and validate the curn configuration file, holding the results in memory for easy access.
CurnException
          CurnException is the base class for all exceptions thrown by this tool.
FeedInfo
          Contains data for one feed (or site).
OutputHandler
          This interface defines the methods that must be supported by a class that is to be plugged into curn as an output handler.
 

Classes in org.clapper.curn used by org.clapper.curn.output.script
ConfiguredOutputHandler
          Contains parsed configuration information for an output handler, including the class name and output handler name (which is really the section name).
CurnConfig
          CurnConfig uses the Configuration class (part of the clapper.org Java Utility library) to parse and validate the curn configuration file, holding the results in memory for easy access.
CurnException
          CurnException is the base class for all exceptions thrown by this tool.
FeedInfo
          Contains data for one feed (or site).
OutputHandler
          This interface defines the methods that must be supported by a class that is to be plugged into curn as an output handler.
 

Classes in org.clapper.curn used by org.clapper.curn.plugins
ConfiguredOutputHandler
          Contains parsed configuration information for an output handler, including the class name and output handler name (which is really the section name).
CurnConfig
          CurnConfig uses the Configuration class (part of the clapper.org Java Utility library) to parse and validate the curn configuration file, holding the results in memory for easy access.
CurnException
          CurnException is the base class for all exceptions thrown by this tool.
FeedConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn feed-section configuration items.
FeedInfo
          Contains data for one feed (or site).
MainConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn main-section configuration items.
OutputHandler
          This interface defines the methods that must be supported by a class that is to be plugged into curn as an output handler.
OutputHandlerConfigItemPlugIn
          This interface defines the methods that must be supported by plug-ins that wish intercept curn output handler-related configuration items.
PlugIn
          This interface defines the methods that must be supported by a class that is to be plugged into curn as a generalized plug-in.
PostConfigPlugIn
          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
          This interface defines the methods that must be supported by plug-ins that wish to be notified just after curn downloads a feed.
PostFeedParsePlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be notified just after curn downloads a feed.
PostOutputPlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be notified after curn has finished invoking all OutputHandlers.
PreFeedDownloadPlugIn
          This interface defines the methods that must be supported by plug-ins that wish to be notified just before curn downloads a feed.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.