Class InterceptorMain
java.lang.Object
fr.gouv.vitam.elastic.kibana.interceptor.rest.InterceptorMain
Interceptor web application
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal VitamStarter
Get the serverstatic void
Main method to run the application (doing start and join)void
start()
Start the servervoid
Start and join the servervoid
stop()
Stop the server
-
Constructor Details
-
InterceptorMain
-
-
Method Details
-
main
Main method to run the application (doing start and join)- Parameters:
args
-
-
start
Start the server- Throws:
VitamApplicationServerException
-
startAndJoin
Start and join the server- Throws:
VitamApplicationServerException
-
stop
Stop the server- Throws:
VitamApplicationServerException
-
getVitamServer
Get the server- Returns:
- the vitam server
-