util
Class Config.test

java.lang.Object
  extended by util.Config.test
Enclosing class:
Config

public static class Config.test
extends java.lang.Object

WILL BE REMOVED LATTER. Configuration for testing. The goal of this class is to isolate testing configuration to normal configuration. This class can only be called by functions in package test.

Author:
Ce

Field Summary
static java.lang.String db_password
           
static java.lang.String db_schema
           
static java.lang.String db_url
           
static java.lang.String db_username
           
static java.lang.String dir_out
           
(package private) static java.lang.String dir_working
           
static java.lang.String path_conf
           
 
Constructor Summary
Config.test()
           
 
Method Summary
static void flushTestConfiguration()
          Write configuration for testing to Config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path_conf

public static java.lang.String path_conf

db_url

public static java.lang.String db_url

db_username

public static java.lang.String db_username

db_password

public static java.lang.String db_password

db_schema

public static java.lang.String db_schema

dir_working

static java.lang.String dir_working

dir_out

public static java.lang.String dir_out
Constructor Detail

Config.test

public Config.test()
Method Detail

flushTestConfiguration

public static void flushTestConfiguration()
Write configuration for testing to Config.