public class GlobalVariablesPropertyLoader extends Object implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
Bean name in Spring application context
|
Constructor and Description |
---|
GlobalVariablesPropertyLoader() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
List<String> |
getPropertyFiles()
Get the property files.
|
void |
loadPropertiesAsVariables()
Load the properties as variables.
|
void |
setFunctionRegistry(FunctionRegistry functionRegistry)
Set the function registry.
|
void |
setGlobalVariables(GlobalVariables globalVariables)
Set the global variables.
|
void |
setPropertyFiles(List<String> propertyFiles)
Set list of property files to be loaded
|
public static final String BEAN_NAME
public void loadPropertiesAsVariables()
CitrusRuntimeException
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
InitializingBean.afterPropertiesSet()
public void setPropertyFiles(List<String> propertyFiles)
propertyFiles
- public List<String> getPropertyFiles()
public void setGlobalVariables(GlobalVariables globalVariables)
globalVariables
- the globalVariables to setpublic void setFunctionRegistry(FunctionRegistry functionRegistry)
functionRegistry
- the functionRegistry to setCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.