Package com.nirro.konfi.repository
Interface Repository
- All Known Implementing Classes:
CompositeRepository
,RepositoryImpl
public interface Repository
Repository manage the access to the property source
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String key) get propertyvoid
refresh()
refresh the repository.
-
Method Details
-
refresh
void refresh()refresh the repository. -
getProperty
get property- Parameters:
key
- property key- Returns:
- value associated with the key if exists, null otherwise
-