com.limegroup.gnutella.settings
Class StartupSettings

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

public final class StartupSettings
extends LimeProps

Settings for starting limewire.


Field Summary
static BooleanSetting ALLOW_MULTIPLE_INSTANCES
          Setting for whether or not to allow multiple instances of LimeWire.
static BooleanSetting RUN_ON_STARTUP
          A boolean flag for whether or not to start LimeWire on system startup.
 
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

ALLOW_MULTIPLE_INSTANCES

public static final BooleanSetting ALLOW_MULTIPLE_INSTANCES
Setting for whether or not to allow multiple instances of LimeWire.


RUN_ON_STARTUP

public static final BooleanSetting RUN_ON_STARTUP
A boolean flag for whether or not to start LimeWire on system startup.