Class WebbpmPropertiesManagerImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.configuration.impl.WebbpmPropertiesManagerImpl
- All Implemented Interfaces:
WebbpmPropertiesManager
@Component
public class WebbpmPropertiesManagerImpl
extends Object
implements WebbpmPropertiesManager
- Author:
- Alex Savelev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyValue
(String key) void
void
setPropertyValue
(String key, String newValue)
-
Constructor Details
-
WebbpmPropertiesManagerImpl
public WebbpmPropertiesManagerImpl()
-
-
Method Details
-
initPropertiesConfiguration
public void initPropertiesConfiguration()- Specified by:
initPropertiesConfiguration
in interfaceWebbpmPropertiesManager
-
getPropertyValue
- Specified by:
getPropertyValue
in interfaceWebbpmPropertiesManager
-
getIntPropertyValue
- Specified by:
getIntPropertyValue
in interfaceWebbpmPropertiesManager
-
getPropertiesFile
- Specified by:
getPropertiesFile
in interfaceWebbpmPropertiesManager
-
setPropertyValue
- Specified by:
setPropertyValue
in interfaceWebbpmPropertiesManager
-