|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.provider.rss.channel.RSSExporter_2_0
public class RSSExporter_2_0
A channel exporter that can write channel objects out into the interchange syntax defined by RSS 2.0.
Constructor Summary | |
---|---|
RSSExporter_2_0(java.io.File file)
Creates a feed exporter bound to the file given in the argument. |
|
RSSExporter_2_0(java.io.File file,
java.lang.String encoding)
Creates a feed exporter bound to the file given in the arguments. |
Method Summary | |
---|---|
protected static void |
dumpStack(java.lang.String msg,
java.lang.Throwable e)
|
protected static void |
trace(java.lang.String msg)
|
void |
write(RssFeed feed)
Writes the given feed to an implicit implementation dependent destination. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSSExporter_2_0(java.io.File file) throws java.io.IOException
file
- - The file object to which the feed object is to be written.
java.io.IOException
- - If any IO errors occur.public RSSExporter_2_0(java.io.File file, java.lang.String encoding) throws java.io.IOException
file
- - The file object to which the feed object is to be written.encoding
- - The character encoding to write the channel object in.
java.io.IOException
- - If any IO errors occur.Method Detail |
---|
protected static void trace(java.lang.String msg)
protected static void dumpStack(java.lang.String msg, java.lang.Throwable e)
public void write(RssFeed feed) throws java.io.IOException
feed
- - The feed to be exported/written.
java.io.IOException
- - If any IO errors occur.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |