Class InterceptorMain
- java.lang.Object
-
- fr.gouv.vitam.elastic.kibana.interceptor.rest.InterceptorMain
-
public class InterceptorMain extends java.lang.ObjectInterceptor web application
-
-
Constructor Summary
Constructors Constructor Description InterceptorMain(java.lang.String configurationFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VitamStartergetVitamServer()Get the serverstatic voidmain(java.lang.String[] args)Main method to run the application (doing start and join)voidstart()Start the servervoidstartAndJoin()Start and join the servervoidstop()Stop the server
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main method to run the application (doing start and join)- Parameters:
args-
-
start
public void start() throws VitamApplicationServerExceptionStart the server- Throws:
VitamApplicationServerException
-
startAndJoin
public void startAndJoin() throws VitamApplicationServerExceptionStart and join the server- Throws:
VitamApplicationServerException
-
stop
public void stop() throws VitamApplicationServerExceptionStop the server- Throws:
VitamApplicationServerException
-
getVitamServer
public final VitamStarter getVitamServer()
Get the server- Returns:
- the vitam server
-
-