com.limegroup.gnutella.settings
Class BugSettings

java.lang.Object
  extended bycom.limegroup.gnutella.settings.AbstractSettings
      extended bycom.limegroup.gnutella.settings.LimeProps
          extended bycom.limegroup.gnutella.settings.BugSettings

public final class BugSettings
extends LimeProps

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

USE_BUG_SERVLET

public static final BooleanSetting USE_BUG_SERVLET
Setting for whether or not to automatically report bugs to the bug servlet.


IGNORE_ALL_BUGS

public static final BooleanSetting IGNORE_ALL_BUGS
Setting for whether or not to completely ignore all bugs.


LOG_BUGS_LOCALLY

public static final BooleanSetting LOG_BUGS_LOCALLY
Setting for whether or not bugs should be logged locally. Developers can easily change this if they wish to see all bugs logged to disk for future review.


BUG_LOG_FILE

public static final FileSetting BUG_LOG_FILE
Setting for the filename of the local bugfile log.


MAX_BUGFILE_SIZE

public static final IntSetting MAX_BUGFILE_SIZE
Setting for the maximum filesize of the buglog.