de.bb.bejy
Class Config

java.lang.Object
  |
  +--de.bb.bejy.Config

public class Config
extends java.lang.Object

Config of BEJY. Used to query common stuff.


Method Summary
static XmlFile getConfigFile()
           
static Cron getCron()
           
static LogFile getDefaultLog()
           
static UserGroupDbi getGroup(java.lang.String name)
           
static java.lang.String getMainDomain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMainDomain

public static java.lang.String getMainDomain()

getCron

public static Cron getCron()

getDefaultLog

public static LogFile getDefaultLog()

getConfigFile

public static XmlFile getConfigFile()

getGroup

public static UserGroupDbi getGroup(java.lang.String name)