Class SMInstance
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.v2.SMInstance
-
public class SMInstance extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static SpeedManagerAlgorithmProviderAdapter
adapter
private static SMConfigurationAdapter
conf
private static SMInstance
instance
-
Constructor Summary
Constructors Modifier Constructor Description private
SMInstance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SpeedManagerAlgorithmProviderAdapter
getAdapter()
SMConfigurationAdapter
getConfigManager()
static SMInstance
getInstance()
static void
init(SpeedManagerAlgorithmProviderAdapter _adapter)
-
-
-
Field Detail
-
instance
private static final SMInstance instance
-
adapter
private static SpeedManagerAlgorithmProviderAdapter adapter
-
conf
private static SMConfigurationAdapter conf
-
-
Method Detail
-
init
public static void init(SpeedManagerAlgorithmProviderAdapter _adapter)
-
getInstance
public static SMInstance getInstance()
-
getAdapter
public SpeedManagerAlgorithmProviderAdapter getAdapter()
-
getConfigManager
public SMConfigurationAdapter getConfigManager()
-
-