net.i2p.router.web
Class NetDbHelper

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

public class NetDbHelper
extends HelperBase


Field Summary
 
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, PROP_ADVANCED
 
Constructor Summary
NetDbHelper()
           
 
Method Summary
 void allowGraphical()
          call for non-text-mode browsers
 String getNetDbSummary()
          storeWriter() must be called previously
 void setCountry(String c)
           
 void setFull(String f)
           
 void setLease(String l)
           
 void setRouter(String r)
           
 void setVersion(String v)
           
 
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
 

Constructor Detail

NetDbHelper

public NetDbHelper()
Method Detail

setRouter

public void setRouter(String r)

setVersion

public void setVersion(String v)
Since:
0.9.21

setCountry

public void setCountry(String c)
Since:
0.9.21

setFull

public void setFull(String f)

setLease

public void setLease(String l)

allowGraphical

public void allowGraphical()
call for non-text-mode browsers

Since:
0.9.1

getNetDbSummary

public String getNetDbSummary()
storeWriter() must be called previously