Class AbstractEmbeddedServiceConfiguration

    • Constructor Detail

      • AbstractEmbeddedServiceConfiguration

        public AbstractEmbeddedServiceConfiguration()
    • Method Detail

      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()
      • getProperty

        public java.lang.Object getProperty​(java.lang.String key,
                                            java.lang.Object defaultValue)
      • getStringProperty

        public java.lang.String getStringProperty​(java.lang.String key,
                                                  java.lang.String defaultValue)
      • getIntProperty

        public int getIntProperty​(java.lang.String key,
                                  int defaultValue)
      • getBooleanProperty

        public boolean getBooleanProperty​(java.lang.String key,
                                          boolean defaultValue)
      • getLongProperty

        public long getLongProperty​(java.lang.String key,
                                    long defaultValue)