public interface PropertyRepository
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAllKeys()
Provide the keys for all the hold properties.
|
<T> Optional<T> |
getProperty(String key,
Class<T> propertyType)
Get the property of the given type by the given key as an option.
|
boolean |
hasProperty(String key)
Check whether the 'Property Repository' has a property referenced by the given key.
|
Set<String> getAllKeys()
boolean hasProperty(String key)
key
- The given key.true
if there is a property with such key, false
otherwise.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries