Interface Repository

All Known Implementing Classes:
CompositeRepository, RepositoryImpl

public interface Repository
Repository manage the access to the property source
  • Method Summary

    Modifier and Type
    Method
    Description
    get property
    void
    refresh the repository.
  • Method Details

    • refresh

      void refresh()
      refresh the repository.
    • getProperty

      String getProperty(String key)
      get property
      Parameters:
      key - property key
      Returns:
      value associated with the key if exists, null otherwise