ch.hsr.bieridee.config
Class Config

java.lang.Object
  extended by ch.hsr.bieridee.config.Config

public final class Config
extends java.lang.Object

Configuration constants.


Field Summary
static java.lang.String API_HOST
           
static java.lang.String API_HOSTSTRING
           
static int API_PORT
           
static java.lang.String DB_HOST
           
static java.lang.String DB_PATH
           
static int NEO4J_WEBADMIN_PORT
           
 
Method Summary
static org.codehaus.jackson.map.ObjectMapper getObjectMapper()
          Returns thehh ObjectMapper for the JacksonSerializations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB_PATH

public static final java.lang.String DB_PATH

DB_HOST

public static final java.lang.String DB_HOST

API_HOST

public static final java.lang.String API_HOST

API_HOSTSTRING

public static final java.lang.String API_HOSTSTRING

API_PORT

public static final int API_PORT

NEO4J_WEBADMIN_PORT

public static final int NEO4J_WEBADMIN_PORT
Method Detail

getObjectMapper

public static org.codehaus.jackson.map.ObjectMapper getObjectMapper()
Returns thehh ObjectMapper for the JacksonSerializations.

Returns:
ObjectMapper