net.i2p.router.web
Class ConfigAdvancedHelper

java.lang.Object
  extended by net.i2p.router.web.HelperBase
      extended by net.i2p.router.web.ConfigAdvancedHelper

public class ConfigAdvancedHelper
extends HelperBase


Field Summary
(package private) static String PROP_FLOODFILL_PARTICIPANT
           
 
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, PROP_ADVANCED
 
Constructor Summary
ConfigAdvancedHelper()
           
 
Method Summary
 String getConfigFileName()
           
 String getFFChecked(int mode)
           
 String getSettings()
           
 boolean isFloodfill()
           
 
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, isAdvanced, ngettext, setContextId, storeWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_FLOODFILL_PARTICIPANT

static final String PROP_FLOODFILL_PARTICIPANT
See Also:
Constant Field Values
Constructor Detail

ConfigAdvancedHelper

public ConfigAdvancedHelper()
Method Detail

getSettings

public String getSettings()

getConfigFileName

public String getConfigFileName()
Since:
0.9.14.1

getFFChecked

public String getFFChecked(int mode)
Since:
0.9.20

isFloodfill

public boolean isFloodfill()
Since:
0.9.21