Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
X
Z
S
saveData(FeedCache)
- Method in class org.clapper.curn.
DataPersister
Save the feed metadata.
saveExtraMetadata(Collection<PersistentMetadataGroup>)
- Method in class org.clapper.curn.
DataPersister
Save any extra metadata (i.e., metadata that isn't attached to a specific feed or a specific item).
saveExtraMetadata(Collection<PersistentMetadataGroup>)
- Method in class org.clapper.curn.
XMLDataPersister
Save any extra metadata (i.e., metadata that isn't attached to a specific feed or a specific item).
saveFeedData(PersistentFeedData)
- Method in class org.clapper.curn.
DataPersister
Save the data for one feed, including the items.
saveFeedData(PersistentFeedData)
- Method in class org.clapper.curn.
XMLDataPersister
Save the data for one feed, including the items.
savingOutputOnly()
- Method in class org.clapper.curn.output.
FileOutputHandler
Determine whether the handler is saving output only, or also reporting output to
curn
.
ScriptOutputHandler
- Class in
org.clapper.curn.output.script
Provides an output handler calls a script via the Apache Jakarta
Bean Scripting Framework
(BSF).
ScriptOutputHandler()
- Constructor for class org.clapper.curn.output.script.
ScriptOutputHandler
Construct a new
ScriptOutputHandler
.
ScriptOutputHandler.ChannelWrapper
- Class in
org.clapper.curn.output.script
Wraps an RSSChannel object and its FeedInfo object.
ScriptOutputHandler.CurnScriptObjects
- Class in
org.clapper.curn.output.script
Container for the objects exported to the script.
setAbortOnUndefinedConfigVariable(boolean)
- Method in class org.clapper.curn.
Curn
Set or clear the flag that controls whether the
curn
configuration parser will abort when it encounters an undefined configuration variable.
setAuthor(String)
- Method in class org.clapper.curn.parser.
RSSElement
Set the item's author.
setAuthors(Collection<String>)
- Method in class org.clapper.curn.parser.
RSSElement
Set the item's list of authors to the specified
Collection
.
setCategories(Collection<String>)
- Method in class org.clapper.curn.parser.informa.
RSSItemAdapter
Set the categories the item belongs to.
setCategories(Collection<String>)
- Method in class org.clapper.curn.parser.rome.
RSSItemAdapter
Set the categories the item belongs to.
setCategories(Collection<String>)
- Method in class org.clapper.curn.parser.
RSSItem
Set the categories the item belongs to.
setContent(String, String)
- Method in class org.clapper.curn.parser.
RSSItem
Set the content for a specific MIME type.
setCopyright(String)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Set the channel's copyright string
setCopyright(String)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Set the channel's copyright string
setCopyright(String)
- Method in class org.clapper.curn.parser.
RSSChannel
Set the channel's copyright string
setCurrentTime(Date)
- Method in class org.clapper.curn.
Curn
Set the cache's notion of the current time.
setCurrentTime(Date)
- Method in class org.clapper.curn.
FeedCache
Set the cache's notion of the current time, which affects how elements are pruned when loaded from the cache.
setDaysToCache(int)
- Method in class org.clapper.curn.
FeedInfo
Set the "days to cache" value.
setDescription(String)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Set the channel's description
setDescription(String)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Set the channel's description
setDescription(String)
- Method in class org.clapper.curn.parser.
RSSChannel
Set the channel's description
setFeedCacheEntry(FeedCacheEntry)
- Method in class org.clapper.curn.
PersistentFeedData
Set the
FeedCacheEntry
field.
setID(String)
- Method in class org.clapper.curn.parser.informa.
RSSItemAdapter
Set the item's ID field, if any.
setID(String)
- Method in class org.clapper.curn.parser.rome.
RSSItemAdapter
Set the item's ID field, if any.
setID(String)
- Method in class org.clapper.curn.parser.
RSSItem
Set the item's ID field, if any.
setItems(Collection<? extends RSSItem>)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Change the items the channel the ones in the specified collection.
setItems(Collection<? extends RSSItem>)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Change the items the channel the ones in the specified collection.
setItems(Collection<? extends RSSItem>)
- Method in class org.clapper.curn.parser.
RSSChannel
Change the items the channel the ones in the specified collection.
setLinks(Collection<RSSLink>)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Set the channel's list of published links (its URLs).
setLinks(Collection<RSSLink>)
- Method in class org.clapper.curn.parser.informa.
RSSItemAdapter
Set the item's published links.
setLinks(Collection<RSSLink>)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Set the channel's list of published links (its URLs).
setLinks(Collection<RSSLink>)
- Method in class org.clapper.curn.parser.rome.
RSSItemAdapter
Set the item's published links.
setLinks(Collection<RSSLink>)
- Method in class org.clapper.curn.parser.
RSSChannel
Set the channel's list of published links (its URLs).
setLinks(Collection<RSSLink>)
- Method in class org.clapper.curn.parser.
RSSItem
Set the item's published links.
setLinkType(RSSLink.Type)
- Method in class org.clapper.curn.parser.
RSSLink
Set the link type for this link.
setMaxThreads(int)
- Method in class org.clapper.curn.
CurnConfig
Set the maximum number of concurrent threads to spawn when retrieving RSS feeds.
setMIMEType(String)
- Method in class org.clapper.curn.output.script.
ScriptOutputHandler.CurnScriptObjects
setMIMEType(String)
- Method in class org.clapper.curn.parser.
RSSLink
Set the MIME type for this link.
setMustUpdateFeedMetadata(boolean)
- Method in class org.clapper.curn.
CurnConfig
Change the "update cache" flag.
setName(String)
- Method in class org.clapper.curn.output.
FileOutputHandler
Set the name of this output handler.
setName(String)
- Method in interface org.clapper.curn.
OutputHandler
Set the name of this output handler.
setName(String)
- Method in class org.clapper.curn.
ReadOnlyOutputHandler
Set the name of this output handler.
setNativeRSSFormat(Object)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Set the RSS format the channel is using.
setNativeRSSFormat(Object)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Set the RSS format the channel is using.
setNativeRSSFormat(Object)
- Method in class org.clapper.curn.parser.
RSSChannel
Set the RSS format the channel is using.
setOutputEncoding(String)
- Method in class org.clapper.curn.output.
FileOutputHandler
Override the encoding specified by the
FileOutputHandler.CFG_ENCODING
configuration parameter.
setPublicationDate(Date)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Set the channel's publication date.
setPublicationDate(Date)
- Method in class org.clapper.curn.parser.informa.
RSSItemAdapter
Set the item's publication date.
setPublicationDate(Date)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Set the channel's publication date.
setPublicationDate(Date)
- Method in class org.clapper.curn.parser.rome.
RSSItemAdapter
Set the item's publication date.
setPublicationDate(Date)
- Method in class org.clapper.curn.parser.
RSSChannel
Set the channel's publication date.
setPublicationDate(Date)
- Method in class org.clapper.curn.parser.
RSSItem
Set the item's publication date.
setShowRSSVersionFlag(boolean)
- Method in class org.clapper.curn.
CurnConfig
Set the value of the "show RSS version" flag.
setSummary(String)
- Method in class org.clapper.curn.parser.informa.
RSSItemAdapter
Set the item's summary (also sometimes called the description or synopsis).
setSummary(String)
- Method in class org.clapper.curn.parser.rome.
RSSItemAdapter
Set the item's summary (also sometimes called the description or synopsis).
setSummary(String)
- Method in class org.clapper.curn.parser.
RSSItem
Set the item's summary (also sometimes called the description or synopsis).
setTimestamp(long)
- Method in class org.clapper.curn.
FeedCacheEntry
Set the timestamp associated with this entry.
setTitle(String)
- Method in class org.clapper.curn.parser.informa.
RSSChannelAdapter
Set the channel's title
setTitle(String)
- Method in class org.clapper.curn.parser.informa.
RSSItemAdapter
Set the item's title
setTitle(String)
- Method in class org.clapper.curn.parser.rome.
RSSChannelAdapter
Set the channel's title
setTitle(String)
- Method in class org.clapper.curn.parser.rome.
RSSItemAdapter
Set the item's title
setTitle(String)
- Method in class org.clapper.curn.parser.
RSSChannel
Set the channel's title
setTitle(String)
- Method in class org.clapper.curn.parser.
RSSItem
Set the item's title
setURL(URL)
- Method in class org.clapper.curn.parser.
RSSLink
Set the URL for this link.
ShowAuthorsPlugIn
- Class in
org.clapper.curn.plugins
The
ShowAuthorsPlugIn
handles enabling/disabling display of the "author" fields on feeds and feed items.
ShowAuthorsPlugIn()
- Constructor for class org.clapper.curn.plugins.
ShowAuthorsPlugIn
Default constructor (required).
showBuildInfo()
- Static method in class org.clapper.curn.
Version
Display build information to standard output.
showBuildInfo(PrintStream)
- Static method in class org.clapper.curn.
Version
Display build information to the specified
PrintStream
.
showBuildInfo(PrintWriter)
- Static method in class org.clapper.curn.
Version
Display build information to the specified
PrintWriter
.
ShowDatesPlugIn
- Class in
org.clapper.curn.plugins
The
ShowDatesPlugIn
handles enabling/disabling display of the "date" fields on feeds and feed items.
ShowDatesPlugIn()
- Constructor for class org.clapper.curn.plugins.
ShowDatesPlugIn
Default constructor (required).
showRSSVersion()
- Method in class org.clapper.curn.
CurnConfig
Return the value of "show RSS version" flag.
showVersion()
- Static method in class org.clapper.curn.
Version
Display version information only to standard output.
showVersion(PrintWriter)
- Static method in class org.clapper.curn.
Version
Display version information to the specified
PrintWriter
.
showVersion(PrintStream)
- Static method in class org.clapper.curn.
Version
Display version information to the specified
PrintStream
.
ShutdownPlugIn
- Interface in
org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be invoked just before
curn
shuts down.
SortArticlesPlugIn
- Class in
org.clapper.curn.plugins
The
SortArticlesPlugIn
handles per-feed SortBy settings.
SortArticlesPlugIn()
- Constructor for class org.clapper.curn.plugins.
SortArticlesPlugIn
Default constructor (required).
startLoadOperation()
- Method in class org.clapper.curn.
DataPersister
Called at the beginning of the load operation to initialize the load.
startLoadOperation()
- Method in class org.clapper.curn.
XMLDataPersister
Called at the beginning of the load operation to initialize the load.
startSaveOperation()
- Method in class org.clapper.curn.
DataPersister
Called at the beginning of the actual save operation to initialize the save, etc.
startSaveOperation()
- Method in class org.clapper.curn.
XMLDataPersister
Called at the beginning of the actual save operation to initialize the save, etc.
StartupPlugIn
- Interface in
org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish to be invoked at
curn
startup time.
stripHTML()
- Method in class org.clapper.curn.parser.
RSSChannel
Strip all HTML and weird plain text from the channel and its items.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.