ch.hsr.bieridee
Class Main

java.lang.Object
  extended by ch.hsr.bieridee.Main

public final class Main
extends java.lang.Object

Main Class to start the application.


Method Summary
static void main(java.lang.String[] args)
          The main!
static void startAPI()
          starts the RESTLET API server.
static void startDB()
          Starts the neo4j database.
static void startDB(boolean fillWithTestData)
          Starts the neo4j database.
static void stopAPI()
          stops the RESTLET API server.
static void stopDB()
          Stops the neo4j database.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
The main!

Parameters:
args - ARGH

startDB

public static void startDB()
Starts the neo4j database.


startDB

public static void startDB(boolean fillWithTestData)
Starts the neo4j database.

Parameters:
fillWithTestData - if true, flushs the database and fills it with testdata.

stopDB

public static void stopDB()
Stops the neo4j database.


startAPI

public static void startAPI()
starts the RESTLET API server.


stopAPI

public static void stopAPI()
stops the RESTLET API server.