webfunds.client
Class Core
java.lang.Object
|
+--webfunds.utils.Debug
|
+--webfunds.client.Core
- public final class Core
- extends Debug
|
Field Summary |
static java.lang.String |
me
customisable brand name |
|
Constructor Summary |
Core(java.io.File userDir,
boolean useDefaults,
boolean testMode)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
me
public static java.lang.String me
- customisable brand name
Core
public Core(java.io.File userDir,
boolean useDefaults,
boolean testMode)
getUserDir
public static java.io.File getUserDir()
getUInterface
public UInterface getUInterface(CorePart cp)
getContractStore
public ChangeContractStore getContractStore(CorePart cp)
getWalletManager
public WalletManager getWalletManager(CorePart cp)
getPluginManager
public PluginManager getPluginManager(CorePart cp)
getDebugOutlet
public Debug getDebugOutlet(CorePart cp)
getAccountBrowser
public AccountBrowser getAccountBrowser(CorePart cp)
getStore
public Store getStore(CorePart cp)
getSecureRandom
public java.security.SecureRandom getSecureRandom()
getAddressbook
public Addressbook getAddressbook(CorePart cp)
setProperties
public void setProperties(java.util.Properties props)
getProperties
public java.util.Properties getProperties(CorePart cp)
usage
protected static void usage()
ouch
protected void ouch(java.lang.String s)
main
public static void main(java.lang.String[] arg)