public abstract class InternetFactory
extends java.lang.Object
| Constructor and Description |
|---|
InternetFactory() |
| Modifier and Type | Method and Description |
|---|---|
static InternetFactory |
getInstance()
Get the created instance of the internet factory.
|
abstract UpdatesChecker |
getUpdatesChecker()
Get a new updates checker class to check for updates information.
|
static void |
setInternetFactory(InternetFactory thisInternetFactory)
Set the instance of the internet factory to be used.
|
public static InternetFactory getInstance()
public static void setInternetFactory(InternetFactory thisInternetFactory)
thisInternetFactory - the internet factory that is retrieved.public abstract UpdatesChecker getUpdatesChecker()