Class PropertiesConfigurationStrategy

java.lang.Object
com.chillycheesy.modulo.config.PropertiesConfigurationStrategy
All Implemented Interfaces:
ConfigurationLoaderStrategy

public class PropertiesConfigurationStrategy extends Object implements ConfigurationLoaderStrategy
Loads and saves a configuration from a properties file.
NOTE: This strategy don't support the configuration properties inside a List
  • Constructor Details

    • PropertiesConfigurationStrategy

      public PropertiesConfigurationStrategy()
  • Method Details