|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.hsr.bieridee.Main
public final class Main
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 |
---|
public static void main(java.lang.String[] args)
args
- ARGHpublic static void startDB()
public static void startDB(boolean fillWithTestData)
fillWithTestData
- if true, flushs the database and fills it with testdata.public static void stopDB()
public static void startAPI()
public static void stopAPI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |