|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelBuilderIF | |
---|---|
de.nava.informa.core | This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. |
de.nava.informa.impl.basic | Provides an in-memory implementation of the core news channel interfaces. |
de.nava.informa.parsers | This package defines parsers for reading in news channels. |
de.nava.informa.utils | Provides utility classes that are convenient when handling the news channel object model. |
Uses of ChannelBuilderIF in de.nava.informa.core |
---|
Methods in de.nava.informa.core with parameters of type ChannelBuilderIF | |
---|---|
ChannelIF |
ChannelParserIF.parse(ChannelBuilderIF cBuilder,
org.jdom.Element channel)
Method that implements the parser. |
Uses of ChannelBuilderIF in de.nava.informa.impl.basic |
---|
Classes in de.nava.informa.impl.basic that implement ChannelBuilderIF | |
---|---|
class |
ChannelBuilder
Factory for the creation of the channel object model with the in-memory implementation. |
Uses of ChannelBuilderIF in de.nava.informa.parsers |
---|
Methods in de.nava.informa.parsers with parameters of type ChannelBuilderIF | |
---|---|
ChannelIF |
RSS_2_0_Parser.parse(ChannelBuilderIF cBuilder,
org.jdom.Element root)
|
ChannelIF |
RSS_1_0_Parser.parse(ChannelBuilderIF cBuilder,
org.jdom.Element root)
|
ChannelIF |
RSS_0_91_Parser.parse(ChannelBuilderIF cBuilder,
org.jdom.Element root)
|
ChannelIF |
Atom_1_0_Parser.parse(ChannelBuilderIF cBuilder,
org.jdom.Element channel)
|
ChannelIF |
Atom_0_3_Parser.parse(ChannelBuilderIF cBuilder,
org.jdom.Element channel)
|
static ChannelIF |
FeedParser.parse(ChannelBuilderIF cBuilder,
File aFile)
Parse feed presented by file and build channel. |
static ChannelIF |
FeedParser.parse(ChannelBuilderIF cBuilder,
InputSource inpSource,
URL baseLocation)
Parse feed from input source with base location set and create channel. |
static ChannelIF |
FeedParser.parse(ChannelBuilderIF cBuilder,
InputStream stream)
Parse feed presented by InputStream and build channel. |
static ChannelIF |
FeedParser.parse(ChannelBuilderIF cBuilder,
Reader reader)
Parse feed presented by Reader and build channel. |
static ChannelIF |
FeedParser.parse(ChannelBuilderIF cBuilder,
String url)
Parser feed behind the given URL and build channel. |
static ChannelIF |
FeedParser.parse(ChannelBuilderIF cBuilder,
URL aURL)
Parser feed behind the given URL and build channel. |
Uses of ChannelBuilderIF in de.nava.informa.utils |
---|
Methods in de.nava.informa.utils that return ChannelBuilderIF | |
---|---|
ChannelBuilderIF |
FeedManager.getChannelBuilder()
Gets the channel builder used by the feed entries. |
Methods in de.nava.informa.utils with parameters of type ChannelBuilderIF | |
---|---|
void |
FeedManager.setChannelBuilder(ChannelBuilderIF chBuilder)
Sets the channel builder used when reading the news feeds. |
Constructors in de.nava.informa.utils with parameters of type ChannelBuilderIF | |
---|---|
ChannelRegistry(ChannelBuilderIF builder)
Constructor for a new ChannelRegistry object, the new items found by scanning the are created using the given builder . |
|
FeedManagerEntry(String feedUri,
ChannelBuilderIF builder,
ChannelUpdatePeriod defaultUpdatePeriod2,
int defaultUpdateFrequency)
Creates a new FeedManagerEntry object. |
|
UpdateChannelTask(ChannelRegistry registry,
ChannelBuilderIF builder,
ChannelIF channel,
UpdateChannelInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |