palio.config
Class PalioConfig

java.lang.Object
  extended by palio.config.PalioConfig

public final class PalioConfig
extends java.lang.Object

Author:
Krzysztof Synowiec

Field Summary
static java.io.File ADMIN_PATCH_FILE
           
 
Method Summary
static java.io.File getBaseDir()
           
static java.lang.String getCharset()
           
static java.lang.String getClasspath()
           
static org.w3c.dom.Element getConfiguration()
           
static org.w3c.dom.Element initializeAndStartGlobalListeners()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_PATCH_FILE

public static final java.io.File ADMIN_PATCH_FILE
Method Detail

initializeAndStartGlobalListeners

public static org.w3c.dom.Element initializeAndStartGlobalListeners()

getConfiguration

public static org.w3c.dom.Element getConfiguration()

getClasspath

public static java.lang.String getClasspath()

getBaseDir

public static java.io.File getBaseDir()

getCharset

public static java.lang.String getCharset()