- java.lang.Object
-
- tvbrowser.core.JREUpdater
-
public class JREUpdater extends java.lang.Object
A class to search for updates, the download and installation of the TV-Browser JRE.- Since:
- 4.1
- Author:
- René Mach
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_DOWNLOAD_URL
The default download urlstatic java.lang.String
FILENAME
The name of the updates file.static int
INTERVAL
-
Constructor Summary
Constructors Constructor Description JREUpdater()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
checkForUpdate(javax.swing.JLabel infoLabel)
static void
doUpdateIfAvailable()
static void
handlePossibleUpdate()
static boolean
hasTvBrowserJRE()
-
-
-
Field Detail
-
FILENAME
public static final java.lang.String FILENAME
The name of the updates file.- See Also:
- Constant Field Values
-
DEFAULT_DOWNLOAD_URL
public static final java.lang.String DEFAULT_DOWNLOAD_URL
The default download url- See Also:
- Constant Field Values
-
INTERVAL
public static final int INTERVAL
- See Also:
- Constant Field Values
-
-