Package tvbrowser.ui.mainframe

Examples of tvbrowser.ui.mainframe.SoftwareUpdater


          + "_" + Mirror.MIRROR_LIST_FILE_NAME;
      IOUtilities.download(new URL(baseUrl + (baseUrl.endsWith("/") ? "" : "/") + name), new File(Settings.getUserSettingsDirName(), name));
    } catch(Exception ee) {}
   
    java.net.URL url = new java.net.URL(baseUrl + "/" + PluginAutoUpdater.PLUGIN_UPDATES_FILENAME);
    SoftwareUpdater softwareUpdater = new SoftwareUpdater(url,PluginLoader.getInstance().getInfoOfAvailablePlugins());
   
    return softwareUpdater.getAvailableSoftwareUpdateItems();
  }
View Full Code Here

TOP

Related Classes of tvbrowser.ui.mainframe.SoftwareUpdater

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.