A
- The VitamApplication final classC
- The VitamApplicationConfiguration final classpublic interface VitamApplication<A extends VitamApplication<A,C>,C extends VitamApplicationConfiguration> extends VitamApplicationInterface<A,C>
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.server.Handler |
getApplicationHandlers() |
String |
getConfigFilename()
Return the name as a string of your configuration file.
|
C |
getConfiguration() |
Class<C> |
getConfigurationType() |
void |
run()
Start the server as full daemon and blocking
|
void |
setConfiguration(C configuration)
Allow to override this method in Junit
|
getVitamServer, start, stop
String getConfigFilename()
C getConfiguration()
void setConfiguration(C configuration)
configuration
- org.eclipse.jetty.server.Handler getApplicationHandlers()
void run() throws VitamApplicationServerException
VitamApplicationServerException
Copyright © 2018 Vitam. All rights reserved.