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

C

CacheLoadedPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be notified immediately after curn loads its cache.
CFG_ALLOW_EMBEDDED_HTML - Static variable in class org.clapper.curn.CurnConfig
Configuration variable: allow embedded HTML.
CFG_BUILTIN_HTML_TEMPLATE - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword: Built-in HTML template
CFG_BUILTIN_SUMMARY_TEMPLATE - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword: Built-in summary template
CFG_BUILTIN_TEXT_TEMPLATE - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword: Built-in text template
CFG_ENCODING - Static variable in class org.clapper.curn.output.FileOutputHandler
Configuration variable: encoding
CFG_EXTRA_TEXT - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration variable: extra text
CFG_SAVE_AS - Static variable in class org.clapper.curn.output.FileOutputHandler
Where to save the output, if any
CFG_SAVE_ONLY - Static variable in class org.clapper.curn.output.FileOutputHandler
Whether we're ONLY saving output
CFG_SAVED_BACKUPS - Static variable in class org.clapper.curn.output.FileOutputHandler
Number of backups of saved files to keep.
CFG_SHOW_CURN_INFO - Static variable in class org.clapper.curn.output.FileOutputHandler
Whether or not to show curn information
CFG_TEMPLATE_FILE - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration variable: template file
CFG_TEMPLATE_LOAD_BUILTIN - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword for built-in template
CFG_TEMPLATE_LOAD_FROM_CLASSPATH - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword for template loading from classpath
CFG_TEMPLATE_LOAD_FROM_FILE - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword for template loading from file
CFG_TEMPLATE_LOAD_FROM_URL - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration keyword for template loading from URL
CFG_TITLE - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration variable: title
CFG_TOC_ITEM_THRESHOLD - Static variable in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Configuration variable: table-of-contents item threshold
channels - Variable in class org.clapper.curn.output.script.ScriptOutputHandler.CurnScriptObjects
 
clearAuthors() - Method in class org.clapper.curn.parser.informa.RSSChannelAdapter
Clear the authors list.
clearAuthors() - Method in class org.clapper.curn.parser.informa.RSSItemAdapter
Clear the authors list.
clearAuthors() - Method in class org.clapper.curn.parser.rome.RSSChannelAdapter
Clear the authors list.
clearAuthors() - Method in class org.clapper.curn.parser.rome.RSSItemAdapter
Clear the authors list.
clearAuthors() - Method in class org.clapper.curn.parser.RSSChannel
Clear the authors list.
clearAuthors() - Method in class org.clapper.curn.parser.RSSElement
Clear the authors list.
clearAuthors() - Method in class org.clapper.curn.parser.RSSItem
Clear the authors list.
clearContent() - Method in class org.clapper.curn.parser.RSSItem
Clear the stored content for all MIME types, without clearing any other fields.
clone() - Method in class org.clapper.curn.parser.RSSChannel
Clone this channel.
clone() - Method in class org.clapper.curn.parser.RSSItem
Clone this channel.
closeTemplateSource(Object) - Method in class org.clapper.curn.output.freemarker.CurnTemplateLoader
Closes the template source.
CommonXMLFixupsPlugIn - Class in org.clapper.curn.plugins
The CommonXMLFixupsPlugIn attempts to fix some common errors in the downloaded, pre-parsed XML in any feed for which it is enabled.
CommonXMLFixupsPlugIn() - Constructor for class org.clapper.curn.plugins.CommonXMLFixupsPlugIn
Default constructor (required).
compareTo(Object) - Method in class org.clapper.curn.ConfiguredOutputHandler
Compares this object with the specified object for order.
compareTo(TemplateLocation) - Method in class org.clapper.curn.output.freemarker.TemplateLocation
Compare this object and another object for order.
compareTo(Object) - Method in class org.clapper.curn.parser.RSSItem
Compare two items for order.
config - Variable in class org.clapper.curn.output.script.ScriptOutputHandler.CurnScriptObjects
 
configSection - Variable in class org.clapper.curn.output.script.ScriptOutputHandler.CurnScriptObjects
 
ConfiguredOutputHandler - Class in org.clapper.curn
Contains parsed configuration information for an output handler, including the class name and output handler name (which is really the section name).
ConfiguredOutputHandler(String, String, String) - Constructor for class org.clapper.curn.ConfiguredOutputHandler
Construct a new ConfiguredOutputHandler object.
Constants - Class in org.clapper.curn
Miscellaneous shared constants that don't logically belong anywhere in particular.
containsID(String) - Method in class org.clapper.curn.FeedCache
Determine whether the cache contains an entry with the specified unique ID.
containsURL(URL) - Method in class org.clapper.curn.FeedCache
Determine whether the cache contains the specified URL.
createTempXMLFile() - Static method in class org.clapper.curn.CurnUtil
Create a temporary file for XML content.
Curn - Class in org.clapper.curn
curn: Customizable Utilitarian RSS Notifier.
Curn() - Constructor for class org.clapper.curn.Curn
Deprecated. Use Curn.Curn(PrintWriter)
Curn(PrintWriter) - Constructor for class org.clapper.curn.Curn
Instantiate a new Curn object and loads its plug-ins.
CURN_HOME_ENV_VAR - Static variable in class org.clapper.curn.Constants
Environment variable used to find curn home directory.
CURN_HOME_PROPERTY - Static variable in class org.clapper.curn.Constants
System property used to find curn home directory.
CurnConfig - Class in org.clapper.curn
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 - Exception in org.clapper.curn
CurnException is the base class for all exceptions thrown by this tool.
CurnException() - Constructor for exception org.clapper.curn.CurnException
Default constructor, for an exception with no nested exception and no message.
CurnException(Throwable) - Constructor for exception org.clapper.curn.CurnException
Constructs an exception containing another exception, but no message of its own.
CurnException(String) - Constructor for exception org.clapper.curn.CurnException
Constructs an exception containing an error message, but no nested exception.
CurnException(String, Throwable) - Constructor for exception org.clapper.curn.CurnException
Constructs an exception containing another exception and a message.
CurnException(String, String, String) - Constructor for exception org.clapper.curn.CurnException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CurnException(String, String, String, Object[]) - Constructor for exception org.clapper.curn.CurnException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CurnException(String, String, String, Throwable) - Constructor for exception org.clapper.curn.CurnException
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.
CurnException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.curn.CurnException
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.
CurnFactory - Class in org.clapper.curn
This static singleton class is used to allocate a new Curn object for RSS processing.
CurnTemplateLoader - Class in org.clapper.curn.output.freemarker
 
CurnUsageException - Exception in org.clapper.curn
Thrown to indicate a curn usage exception (usually, something under the user's control), rather than a system problem.
CurnUsageException() - Constructor for exception org.clapper.curn.CurnUsageException
Default constructor, for an exception with no nested exception and no message.
CurnUsageException(Throwable) - Constructor for exception org.clapper.curn.CurnUsageException
Constructs an exception containing another exception, but no message of its own.
CurnUsageException(String) - Constructor for exception org.clapper.curn.CurnUsageException
Constructs an exception containing an error message, but no nested exception.
CurnUsageException(String, Throwable) - Constructor for exception org.clapper.curn.CurnUsageException
Constructs an exception containing another exception and a message.
CurnUsageException(String, String, String) - Constructor for exception org.clapper.curn.CurnUsageException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CurnUsageException(String, String, String, Object[]) - Constructor for exception org.clapper.curn.CurnUsageException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CurnUsageException(String, String, String, Throwable) - Constructor for exception org.clapper.curn.CurnUsageException
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.
CurnUsageException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.curn.CurnUsageException
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.
CurnUtil - Class in org.clapper.curn
Miscellaneous utility methods that are shared among classes, but don't logically belong anywhere in particular.
CurnUtil.IndexMarker - Enum in org.clapper.curn
Constants defining where rolled file indicators should go in the file name pattern.

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.