|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.ui.update.PluginAutoUpdater
public class PluginAutoUpdater
A class that searchs for updates of the installed plugins.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_PLUGINS_DOWNLOAD_URL
The default plugins download url |
static java.lang.String |
PLUGIN_UPDATES_FILENAME
The name of the updates file. |
Constructor Summary | |
---|---|
PluginAutoUpdater()
|
Method Summary | |
---|---|
static SoftwareUpdateItem[] |
getDataServicesForFirstStartup()
Gets the the data services on first TV-Browser start. |
static SoftwareUpdateItem[] |
getUpdateItemsForVersionChange()
Gets the the update items for plugins on TV-Browser version change. |
static void |
searchForPluginUpdates(javax.swing.JLabel infoLabel)
Search for plugin updates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_UPDATES_FILENAME
public static final java.lang.String DEFAULT_PLUGINS_DOWNLOAD_URL
Constructor Detail |
---|
public PluginAutoUpdater()
Method Detail |
---|
public static SoftwareUpdateItem[] getUpdateItemsForVersionChange() throws java.io.IOException
java.io.IOException
public static SoftwareUpdateItem[] getDataServicesForFirstStartup() throws java.io.IOException
java.io.IOException
public static void searchForPluginUpdates(javax.swing.JLabel infoLabel)
infoLabel
- The label to show the info in.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |