Class InterceptorMain
java.lang.Object
fr.gouv.vitam.elastic.kibana.interceptor.rest.InterceptorMain
Interceptor web application
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal VitamStarterGet the serverstatic voidMain method to run the application (doing start and join)voidstart()Start the servervoidStart and join the servervoidstop()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
 
 
 -