Package i2p.susi.dns
Class BaseBean
java.lang.Object
i2p.susi.dns.BaseBean
- Direct Known Subclasses:
AddressbookBean
,ConfigBean
,LogBean
,SubscriptionsBean
public class BaseBean extends Object
Holds methods common to several Beans.
- Since:
- 0.9.1
-
Field Summary
Fields Modifier and Type Field Description protected I2PAppContext
_context
protected String
action
protected String
lastSerial
static String
PROP_PW_ENABLE
protected Properties
properties
protected String
serial
-
Constructor Summary
Constructors Constructor Description BaseBean()
-
Method Summary
Modifier and Type Method Description protected static String
_t(String s)
Translateprotected static String
_t(String s, Object o)
Translateprotected static String
_t(String s, Object o, Object o2)
Translateprotected File
addressbookDir()
protected File
configFile()
protected void
debug(String msg)
String
getAction()
String
getSerial()
String
getTheme()
Returns the theme pathString[]
getThemes()
Get all themesprotected void
loadConfig()
protected static String
ngettext(String s, String p, int n)
Translate (ngettext)protected void
reload()
void
setAction(String action)
void
setSerial(String serial)
protected void
warn(Throwable t)
-
Field Details
-
Constructor Details
-
BaseBean
public BaseBean()
-
-
Method Details
-
addressbookDir
- Since:
- 0.9.13 moved from ConfigBean.addressbookPrefix
-
configFile
- Since:
- 0.9.13 moved from ConfigBean.configFileName
-
loadConfig
protected void loadConfig() -
reload
protected void reload()- Since:
- 0.9.13 moved from ConfigBean
-
getTheme
Returns the theme path- Since:
- 0.9.1
-
getThemes
Get all themes- Returns:
- String[] -- Array of all the themes found.
- Since:
- 0.9.2
-
getAction
- Since:
- 0.9.13 moved from subclasses
-
setAction
- Since:
- 0.9.13 moved from subclasses
-
getSerial
- Since:
- 0.9.13 moved from subclasses
-
setSerial
- Since:
- 0.9.13 moved from subclasses
-
_t
Translate- Since:
- 0.9.13 moved from subclasses
-
_t
Translate- Since:
- 0.9.13 moved from subclasses
-
_t
Translate- Since:
- 0.9.13 moved from subclasses
-
ngettext
Translate (ngettext)- Since:
- 0.9.13 moved from subclasses
-
debug
- Since:
- 0.9.13 moved from Debug
-
warn
- Since:
- 0.9.13 moved from Debug
-