Class OrientConfigurationProperties
- java.lang.Object
-
- com.chutneytesting.component.scenario.infra.orient.OrientConfigurationProperties
-
@Component @ConfigurationProperties(prefix="chutney.component.orient") public class OrientConfigurationProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrientConfigurationProperties.DBProperties
-
Constructor Summary
Constructors Constructor Description OrientConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getContextConfiguration()OrientConfigurationProperties.DBPropertiesgetDBProperties()StringgetPath()voidsetContextConfiguration(Map<String,Object> contextConfiguration)voidsetDBProperties(OrientConfigurationProperties.DBProperties DBProperties)voidsetPath(String path)
-
-
-
Method Detail
-
getDBProperties
public OrientConfigurationProperties.DBProperties getDBProperties()
-
setDBProperties
public void setDBProperties(OrientConfigurationProperties.DBProperties DBProperties)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
-