Interface ConfigurationSpi


  • public interface ConfigurationSpi
    The ConfigurationSpi allows to retrieve global configuration. Your implementation should be listed in file /MTA-INF/services/io.inugami.api.configurtation.ConfigurationSpi
    • Method Detail

      • getBooleanProperty

        boolean getBooleanProperty​(String key)
      • getBooleanProperty

        boolean getBooleanProperty​(String key,
                                   boolean defaultValue)
      • getIntProperty

        int getIntProperty​(String key)
      • getIntProperty

        int getIntProperty​(String key,
                           int defaultValue)
      • getLongProperty

        long getLongProperty​(String key)
      • getLongProperty

        long getLongProperty​(String key,
                             long defaultValue)
      • getDoubleProperty

        double getDoubleProperty​(String key)
      • getDoubleProperty

        double getDoubleProperty​(String key,
                                 double defaultValue)