public class VitamApplicationInitializr extends Object
Constructor and Description |
---|
VitamApplicationInitializr() |
Modifier and Type | Method and Description |
---|---|
static VitamApplicationInitializr |
get()
Get an instance of VitamApplicationInitializr
|
CommonBusinessApplication |
getCommonBusinessApplication()
Used by @see BusinessApplication to get a registred classes
|
Set<Object> |
getSingletons()
Return the set of registered resources
|
VitamServerLifeCycle |
getVitamServerLifeCycle()
Return the vitamServerLifeCycle to be added to jetty server
|
void |
initialize(String configurationFile)
Initialize all resource using the given configuration file
|
public static VitamApplicationInitializr get()
public void initialize(String configurationFile)
configurationFile
- public Set<Object> getSingletons()
public VitamServerLifeCycle getVitamServerLifeCycle()
public CommonBusinessApplication getCommonBusinessApplication()
Copyright © 2018 Vitam. All rights reserved.