org.jperdian.rss2.gui.util
Class RssIoHelper
java.lang.Object
|
+--org.jperdian.rss2.gui.util.RssIoHelper
- public class RssIoHelper
- extends java.lang.Object
USed to save and load XML documents to be used for configuration
- Author:
- Christian Robert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssIoHelper
public RssIoHelper()
loadFile
public static void loadFile()
throws java.lang.Exception
java.lang.Exception
loadFile
public static void loadFile(java.io.File file,
boolean removeOldNodes)
throws java.lang.Exception
java.lang.Exception
saveFile
public static void saveFile()
throws java.io.IOException
java.io.IOException
saveContent
public static void saveContent(RssChannel channel)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception