public final class SoftwareUpdater
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_TYPE |
static int |
DRAG_AND_DROP_TYPE |
static java.lang.String |
FALLBACK_PLUGINS_GZ_URL |
static int |
ONLY_DATA_SERVICE_TYPE |
static int |
ONLY_UPDATE_TYPE |
Constructor and Description |
---|
SoftwareUpdater(java.net.URL url,
int dialogType,
boolean dragNdrop)
Creates an instance of this class.
|
SoftwareUpdater(java.net.URL url,
int dialogType,
PluginBaseInfo[] baseInfos)
Creates an instance of this class.
|
SoftwareUpdater(java.net.URL url,
PluginBaseInfo[] baseInfos)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
SoftwareUpdateItem[] |
getAvailableSoftwareUpdateItems()
Gets all available update items in an array.
|
boolean |
isRequestingBlockArrayClear() |
boolean |
isRequestingToBlockAPlugin(java.lang.String pluginId) |
public static final int ALL_TYPE
public static final int ONLY_UPDATE_TYPE
public static final int ONLY_DATA_SERVICE_TYPE
public static final int DRAG_AND_DROP_TYPE
public static final java.lang.String FALLBACK_PLUGINS_GZ_URL
public SoftwareUpdater(java.net.URL url, PluginBaseInfo[] baseInfos) throws java.io.IOException
url
- The url to download the informations from.baseInfos
- The base infos for all available plugins.java.io.IOException
public SoftwareUpdater(java.net.URL url, int dialogType, PluginBaseInfo[] baseInfos) throws java.io.IOException
url
- The url to download the informations from.dialogType
- The type of this update dialog.baseInfos
- The base infos for all available plugins.java.io.IOException
SoftwareUpdater(java.net.URL url, int dialogType, boolean dragNdrop) throws java.io.IOException
url
- The url to download the informations from.dialogType
- The type of this update dialog.dragNdrop
- If the plugin was dropped.java.io.IOException
public SoftwareUpdateItem[] getAvailableSoftwareUpdateItems()
public boolean isRequestingToBlockAPlugin(java.lang.String pluginId)
pluginId
- The id that is requested to be blocked.True
if this updater is requesting a block.public boolean isRequestingBlockArrayClear()
True
if this updater is requesting
to clear the block array.TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)