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
 
Fields inherited from class webfunds.utils.Debug
bug, debugAll, logfix
 
Constructor Summary
Core(java.io.File userDir, boolean useDefaults, boolean testMode)
           
 
Method Summary
 AccountBrowser getAccountBrowser(CorePart cp)
           
 Addressbook getAddressbook(CorePart cp)
           
 ChangeContractStore getContractStore(CorePart cp)
           
 Debug getDebugOutlet(CorePart cp)
           
 PluginManager getPluginManager(CorePart cp)
           
 java.util.Properties getProperties(CorePart cp)
           
 java.security.SecureRandom getSecureRandom()
           
 Store getStore(CorePart cp)
           
 UInterface getUInterface(CorePart cp)
           
static java.io.File getUserDir()
           
 WalletManager getWalletManager(CorePart cp)
           
static void main(java.lang.String[] arg)
           
protected  void ouch(java.lang.String s)
           
 void setProperties(java.util.Properties props)
           
protected static void usage()
           
 
Methods inherited from class webfunds.utils.Debug
debug, debug, debug, debug, err, getDebug, logend, logmsg, logstart, logword
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

me

public static java.lang.String me
customisable brand name
Constructor Detail

Core

public Core(java.io.File userDir,
            boolean useDefaults,
            boolean testMode)
Method Detail

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)