Class CustomPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<String>
org.bonitasoft.engine.service.impl.CustomPropertySource

public class CustomPropertySource extends org.springframework.core.env.PropertySource<String>
Author:
Charles Souillard
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • Field Summary

    Fields inherited from class org.springframework.core.env.PropertySource

    logger, name, source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.core.env.PropertySource

    containsProperty, equals, getName, getSource, hashCode, named, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CustomPropertySource

      public CustomPropertySource(String name, Properties properties)
  • Method Details

    • getProperty

      public Object getProperty(String key)
      Specified by:
      getProperty in class org.springframework.core.env.PropertySource<String>