|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfable.io.OPMLManager
public class OPMLManager
OPML Manager is a class that converts between OPML and a List of Feed(s)
| Method Summary | |
|---|---|
static java.util.List<FableComponent> |
readOPML(java.lang.String fileName)
Reads in an OPML file and returns a list of Feeds from that OPML file. |
static boolean |
writeOPML(java.util.List<FableComponent> f,
java.lang.String fileName)
Writes a list of feeds to a file in OPML 1.0 format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<FableComponent> readOPML(java.lang.String fileName)
fileName - The file name
public static boolean writeOPML(java.util.List<FableComponent> f,
java.lang.String fileName)
f - The list of feeds to the filefileName - The file to write to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||