de.hattrickorganizer.tools.updater
Class UpdateHelper

java.lang.Object
  extended by de.hattrickorganizer.tools.updater.UpdateHelper

public class UpdateHelper
extends java.lang.Object

TODO Missing Class Documentation

Author:
TODO Author Name

Method Summary
 boolean download(java.lang.String urlName, java.io.File targetFile)
          TODO Missing Method Documentation
 org.w3c.dom.Document getDocument(java.io.File file)
          TODO Missing Method Documentation
protected  java.util.ArrayList getWebPlugins(org.w3c.dom.NodeList elements, java.util.ArrayList list, java.util.ArrayList nonVisibles)
          TODO Missing Method Documentation
static UpdateHelper instance()
          Basic functions for updating anything
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static UpdateHelper instance()
Basic functions for updating anything

Returns:
UpdateHelper

getDocument

public final org.w3c.dom.Document getDocument(java.io.File file)
                                       throws javax.xml.parsers.ParserConfigurationException,
                                              java.io.IOException,
                                              org.xml.sax.SAXException
TODO Missing Method Documentation

Parameters:
file - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation
Throws:
javax.xml.parsers.ParserConfigurationException - TODO Missing Method Exception Documentation
java.io.IOException - TODO Missing Method Exception Documentation
org.xml.sax.SAXException - TODO Missing Method Exception Documentation

getWebPlugins

protected java.util.ArrayList getWebPlugins(org.w3c.dom.NodeList elements,
                                            java.util.ArrayList list,
                                            java.util.ArrayList nonVisibles)
TODO Missing Method Documentation

Parameters:
elements - TODO Missing Method Parameter Documentation
list - TODO Missing Method Parameter Documentation
nonVisibles - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

download

public boolean download(java.lang.String urlName,
                        java.io.File targetFile)
TODO Missing Method Documentation

Parameters:
urlName - TODO Missing Method Parameter Documentation
targetFile - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation