Interface WebbpmPropertiesManager

All Known Implementing Classes:
WebbpmPropertiesManagerImpl

public interface WebbpmPropertiesManager
Author:
Alex Savelev
  • Method Details

    • initPropertiesConfiguration

      void initPropertiesConfiguration()
    • getPropertyValue

      String getPropertyValue(String key)
    • getIntPropertyValue

      Integer getIntPropertyValue(String key)
    • getPropertiesFile

      Path getPropertiesFile()
    • setPropertyValue

      void setPropertyValue(String key, String newValue)