Package com.biglybt.update
Class UpdaterUtils
- java.lang.Object
-
- com.biglybt.update.UpdaterUtils
-
public class UpdaterUtils extends java.lang.Object
Utility functions for Updater Plugin.Moved from UpdateUpdateChecker to reduce (cyclical) references
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AZUPDATER_PLUGIN_ID
static java.lang.String
AZUPDATERPATCHER_PLUGIN_ID
protected static java.lang.String
AZUPNPAV_PLUGIN_ID
-
Constructor Summary
Constructors Constructor Description UpdaterUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkBootstrapPlugins()
static boolean
disableNativeCode(java.lang.String version)
protected static java.io.File
getPropsIfNotPresent(java.lang.String id, boolean use_shared)
static java.lang.String
getUpdaterPluginVersion()
protected static void
writePluginProperties(java.io.File target, java.lang.String[] lines)
-
-
-
Method Detail
-
disableNativeCode
public static boolean disableNativeCode(java.lang.String version)
-
checkBootstrapPlugins
public static void checkBootstrapPlugins()
-
writePluginProperties
protected static void writePluginProperties(java.io.File target, java.lang.String[] lines)
-
getPropsIfNotPresent
protected static java.io.File getPropsIfNotPresent(java.lang.String id, boolean use_shared)
-
getUpdaterPluginVersion
public static java.lang.String getUpdaterPluginVersion()
-
-