|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.speedcontrol.config.ConfigurationImpl
public class ConfigurationImpl
Configuration keeps track of plugin configuration and creates the GUI configuration controlls
| Field Summary | |
|---|---|
static java.lang.String |
KEY_ADDITIONAL_UPSTREAM
|
static java.lang.String |
KEY_PLUGIN_ENABLED
|
static java.lang.String |
KEY_PLUGIN_NAME
|
static java.lang.String |
KEY_UPDATE_INTERVAL
|
static java.lang.String |
KEY_UPLOAD_BASE_SPEED
|
| Constructor Summary | |
|---|---|
ConfigurationImpl(org.gudy.azureus2.plugins.PluginInterface pluginInterface)
Constructor |
|
| Method Summary | |
|---|---|
int |
getAdditionalUpstream()
additional upstream for 100KB/sec downstream |
boolean |
getPluginEnabled()
plugin enabled? |
int |
getUpdateInterval()
update interval for 'upload limit' setting of Azureus |
int |
getUploadBaseSpeed()
returns upload base speed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String KEY_PLUGIN_NAME
public static final java.lang.String KEY_PLUGIN_ENABLED
public static final java.lang.String KEY_UPLOAD_BASE_SPEED
public static final java.lang.String KEY_ADDITIONAL_UPSTREAM
public static final java.lang.String KEY_UPDATE_INTERVAL
| Constructor Detail |
|---|
public ConfigurationImpl(org.gudy.azureus2.plugins.PluginInterface pluginInterface)
pluginInterface - Azureus PluginInterface| Method Detail |
|---|
public boolean getPluginEnabled()
Configuration
getPluginEnabled in interface Configurationpublic int getUploadBaseSpeed()
Configuration
getUploadBaseSpeed in interface Configurationpublic int getAdditionalUpstream()
Configuration
getAdditionalUpstream in interface Configurationpublic int getUpdateInterval()
Configuration
getUpdateInterval in interface Configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||