Class GlobalConfigurationService

java.lang.Object
com.cloudimpl.outstack.spring.service.config.GlobalConfigurationService

@Component
public class GlobalConfigurationService
extends java.lang.Object
Author:
iroshan.h
  • Constructor Summary

    Constructors
    Constructor Description
    GlobalConfigurationService()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean getConfigBoolean​(java.lang.String name)  
    java.lang.Integer getConfigInteger​(java.lang.String name)  
    java.lang.String getConfigString​(java.lang.String name)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlobalConfigurationService

      public GlobalConfigurationService()
  • Method Details

    • getConfigString

      public java.lang.String getConfigString​(java.lang.String name)
    • getConfigInteger

      public java.lang.Integer getConfigInteger​(java.lang.String name)
    • getConfigBoolean

      public java.lang.Boolean getConfigBoolean​(java.lang.String name)