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

Constructor Summary
RssIoHelper()
           
 
Method Summary
static void loadFile()
           
static void loadFile(java.io.File file, boolean removeOldNodes)
           
static void main(java.lang.String[] args)
           
static void saveContent(RssChannel channel)
           
static void saveFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssIoHelper

public RssIoHelper()
Method Detail

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