|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.settings.AbstractSettings
com.limegroup.gnutella.settings.LimeProps
com.limegroup.gnutella.settings.BugSettings
Settings to deal with bugs
Field Summary | |
static FileSetting |
BUG_LOG_FILE
Setting for the filename of the local bugfile log. |
static BooleanSetting |
IGNORE_ALL_BUGS
Setting for whether or not to completely ignore all bugs. |
static BooleanSetting |
LOG_BUGS_LOCALLY
Setting for whether or not bugs should be logged locally. |
static IntSetting |
MAX_BUGFILE_SIZE
Setting for the maximum filesize of the buglog. |
static BooleanSetting |
USE_BUG_SERVLET
Setting for whether or not to automatically report bugs to the bug servlet. |
Fields inherited from class com.limegroup.gnutella.settings.LimeProps |
FACTORY |
Methods inherited from class com.limegroup.gnutella.settings.LimeProps |
instance |
Methods inherited from class com.limegroup.gnutella.settings.AbstractSettings |
getFactory, getProperties, getPropertiesFile, getShouldSave, reload, revertToDefault, save, setShouldSave |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final BooleanSetting USE_BUG_SERVLET
public static final BooleanSetting IGNORE_ALL_BUGS
public static final BooleanSetting LOG_BUGS_LOCALLY
public static final FileSetting BUG_LOG_FILE
public static final IntSetting MAX_BUGFILE_SIZE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |